You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is/was mostly a toy project for me, so there's a lot of things that's lacking compared to what you need:
The performance just isn't there, even on quite fast machines it's way too little for real-time encoding
I didn't bother encoding sync/identification signals, which would be necessary for processing actual broadcast signals
AFAICT, gnuradio is written mostly in C++, while this is Python code; there is some Python code in gnuradio, but I'm not sure how much is possible there
I may rewrite this project in C++ some day for better performance and better possibility for integration into other frameworks, but I don't promise anything.
If your goal is to emit actual TV signals from your computer, then the hacktv project might just be the project for you. From my experiments it seems that its SECAM encoder is somewhat lacking, but NTSC and PAL should be pretty good.
Hello, Is possible to make plugin of color_modem for gnuradio?
modulate is grayscale
demodulate is yuv 4:2:2
The text was updated successfully, but these errors were encountered: