We use DM8148 based custom board with EZSDK 5_05_02_00. The board connects to a camera with 16 bit interface.
We added a capture driver and the capturing video seems to work, except that there is a black horizontal lines at the top in the captured image. This seems to be because there is a gap between VSYNC and the start of the active horizontal line.
So we would like to set cropping region for capture.
In vps_capture.h, IOCTL_VPS_CAPT_GET_VIP_CROP_CFG, IOCTL_VPS_CAPT_SET_VIP_CROP_CFG and Vps_CaptVipCropParams are defined, but these are not really used. Is there any patch to support these IOCTLs? Or can TI disclose information about how to enable cropping?
Thanks,
tamo2