c0pperdragon / LumaCode

Definition of the "LumaCode" signal standard with reference implementation
59 stars 1 forks source link

Video capture #4

Closed jp39 closed 8 months ago

jp39 commented 9 months ago

Would it be technically possible to use a video capture device to capture the output of the VIC II dizer (or equivalent), instead of plugging it to a RGB2HDMI device, and do the lumacode decoding on a PC in software ?

c0pperdragon commented 9 months ago

That would depend on the general capabilities of the capture device. You either need the possibility to perfectly sync the sample rate to the generated sub-pixels from the LumaCode source or do a very high oversampling to re-construct the sub-pixels in software. I very much doubt that any reasonably priced capture devices can do that. That was probably the reason that the RGBtoHDMI project was created in the first place.