bitluni / ESP32CompositeVideo

343 stars 62 forks source link

progressive output instead of interlaced #33

Open T0biasCZe opened 1 year ago

T0biasCZe commented 1 year ago

The analog video standard can be "hacked", that instead of 480i/576i, 240p/288p image can be displayed. It works that instead of the image alternating between even/odd lines each frame, its always sent to even lines instead. Could it this feature be added into this software? (Its currently running in 240p anyway, but the image is send as interlaced, so it flickers. the progresive mode could reduce the flickering a lot)