Hi,
I am using DM8168 EZSDK_5_03 and want to display video on the video window (/dev/video1) at some x,y position instead of default position (0,0). I am able to do this for framebuffer (saLoopFbDev example, /dev/fb0).
To do this I am using sample application saLoopBack that comes with the PSP release. Referring to the VPSS driver user guide (S_FMT ioctl of v4l2, http://processors.wiki.ti.com/index.php/DM816X_AM389X_VPSS_Video_Driver_User_Guide#V4L2_IOCTL_2) I have modified the application to display video on location(100,100).
For some reason the video is displayed on the location (0,0) and not on (100,100).
- Is this feature of VPSS tested for video window (/dev/video1)?
- I could not find any sample application to demonstrate this. Is there any example available?
- Other than S_FMT ioctl am I suppose to change anything else?
Regards,
Krunal