Hi,
To evaluate DM814x and DVR RDK, we plan to use the following listed hardware & software to capture 1080p60 resolution.
hardware: DM814x Evaluation Module, Expansion I/O board, rev D
software: dvr rdk 04.01.00.02
video source: 1080p60 YPbPr
The very first test program, a capture directly connects to a display, emulates previous posts in E2E community. (for example:
e2e.ti.com/.../261455)
The video seems scaled down horizontally and shifted a little bit vertically. (The attached picture "bad.JPG" was the HDMI output image from DM814x EVM, showing captured video from TVP7002. As a comparison,"normal.JPG" was a component video source connected to TV, showing what video originally should be.) Nevertheless, nowhere in the code seems relating to scaling.
normal.JPG:
bad.JPG:
We also tried to capture 720P60 with the very same code, except the fixed video standard was changed to 720P60. The video seemed normal, NOT scaled.
Later on, we thought software mosaic might be a key element to put the display to a proper windows position from (0,0) to (1920,1080). But the result was disappointing.
What we have done so far:
1. As other posts on E2E forum suggested, we added a capture device TVP7002. It works.
2. Following the flow of MCFW demo program, we added a case to do only capture--display. (and later capture--swms--display)
Please suggest how to fix. Thank you in advance.