jokkebk
Junior Member level 1
Hi!
Here's a cool hack I came up with during the weekend, and surprisingly enough, proved to feasible: Capturing composite video NTSC signal with a USB oscilloscope (Picoscope 2204 to be exact, they have a nice C API), and decoding it realtime to emulate a composite display in software:
https://codeandlife.com/2012/07/31/realtime-composite-video-decoding-with-picoscope/
I'm not aware that this would'be been done before? I've seen serial decoding and video signal analysis using oscilloscopes, but not video signal decoding. It was a fun project, and now I don't need to get a second display to view graphics from my Raspberry Pi, as I can just plug it into my oscilloscope and view the picture on PC (granted, the picture quality is only enough for seeing if something works or not)
Here's a cool hack I came up with during the weekend, and surprisingly enough, proved to feasible: Capturing composite video NTSC signal with a USB oscilloscope (Picoscope 2204 to be exact, they have a nice C API), and decoding it realtime to emulate a composite display in software:
https://codeandlife.com/2012/07/31/realtime-composite-video-decoding-with-picoscope/
I'm not aware that this would'be been done before? I've seen serial decoding and video signal analysis using oscilloscopes, but not video signal decoding. It was a fun project, and now I don't need to get a second display to view graphics from my Raspberry Pi, as I can just plug it into my oscilloscope and view the picture on PC (granted, the picture quality is only enough for seeing if something works or not)