Robert Neumann
Robert Neumann
You can desolder an I2C wire (SCL or SDA) from the clock gen board, which effectively removes it from the bus. The workaround methods might work for you, but they...
No, there's no known way to force a better result. The clock gen method worked for me, with the sources I could test. But if there's any variation, and the...
Bit of technical background: The scaler runs on a 1 field (all lines of a picture) buffer, with new lines added from the upscale process drawing into this field. If...
We would need some serious help for this topic: It's not enough to have a scope and a vague idea what to probe, this is a topic for an experienced...
The video doesn't work for me, but what you describe is the typical motion adaptive deinterlacing artefact. This deinterlacing method combines bob with weave, detecting motion areas in the picture...
Software can configure parameters for the hardware. I configured it to strike a balance between deinterlacing into a good static image and yet still dynamic enough to pick up motion....
Older flicker fixers probably didn't use motion adaptive, as that was only developed sometimes in the 90s (afaik). So maybe they lined doubled, and maybe they knew to offset each...
TVs and many bad scalers use many more past fields to help calculate the best result. They look great, until you try to move the mouse and experience 100ms of...
To restore / decode color out of these signals, a decoder is required. The scaler chip doesn't have a decoder, so it can't be done that way with existing hardware....
If I read this right, they're suggesting a digital Composite decoder, outputting to an ESP32 via I2S. From there on they manipulate the now digital data to send it over...