hoglet67 / RGBtoHDMI

Bare-metal Raspberry Pi project that provides pixel-perfect sampling of Retro Computer RGB/YUV video and conversion to HDMI
GNU General Public License v3.0
838 stars 114 forks source link

Able to send video over the USB on the pi zero at all? #289

Closed richms closed 1 year ago

richms commented 2 years ago

Would it be possible for the device to emulate a webcam or something over the USB port to a host PC to get video into it that way, rather than having to add on a HDMI capture device and the resulting scaling that device would apply to the signal?

IanSB commented 2 years ago

The main problem is that the project is bare metal (no operating system) so implementing anything like that requires a lot of work.