Hi,
I am using dm3730+tvp5150 to capture and encode the h264 video. The demo 'encode' seems to only accept D1 in the whole path(capture, display, and record). I tried to modify the dmai/XXX/Capture.c to let it capture video in CIF resolution, and then the video looks incomplete, it looks like that only the center part of the captured UYVY data are displayed and encoded. Obviously I need the 'ipsresizer' to down-sample the captured UYVY data from D1 to CIF before display and encode.
But I can't find out any resizer demos that can be successfully running up on my platform. The dmai apps are using 'omap_resizer' device as the the driver entrance but the kernel 2.6.37 has no such a specific driver. The kernel 2.6.37 has a driver named 'ispresizer.c' which is using media entity to transform data, but it seems none of the dmai apps or dvsdk demos are trying to connect this media entity to others. I'm new to the media entity, can anyone give me some demos or links to show how ispresizer works.
Thanks!
XJGAN