I am working with a TI8148 rev 3.0 on a custom board using the 5.05.01.04 EZSDK.
I am trying to get captured 1080I video to display without de-interlacing it. The program follows the basic flow from the capture_encode example except that it is not turning on the deinterlacer, it passes fields instead of frames to the display component. The display component is configured for 1080x540 input.
If the window size is set to the size of a field 1920x540, it displays fine in the upper half of the screen as you would expect. But if the window size is set to fill the screen 1920x1080, it just displays solid white. I have also tried bypassing the dei component and going directly from capture to display with the same results.
Is there something else that needs to be configured? Could I possibly have some component disabled that is required for the display to stretch the video? Or is this even the correct method to use?
Thanks
Ken