hi all
how can i change the sdvenc from composite to s-video in the HDVPSS sources?
thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hi all
how can i change the sdvenc from composite to s-video in the HDVPSS sources?
thanks
You can try changing the ouput of the SDVENC via sysfs on Linux.
#echo composite/svideo > /sys/devices/platform/vpss/display2/output
More details here:
http://processors.wiki.ti.com/index.php/DM816X_C6A816X_AM389X_VPSS_Video_Driver_User_Guide_PSP_04.00.00.12#VPSS_Library:_Video0.2F1.2F2
Archith
hi Archith !
the way of changing the ouput of the SDVENC via sysfs on Linux is ok !
but run the sdDisplay demo in the hdvpss_01_00_01_25 to display video from s-video interface
by default sdDisplay demo output video from SDVENC-composite interface
now how can i change the sdDisplay demo sources in order to operate s-video interface with CCS tools
thanks
Hi,
You can set the output to SVideo by using SET_VENC_OUTPUT ioctl. change aFmt of Vps_DcOutputInfo to VPS_DC_A_OUTPUT_SVIDEO to change output to SVideo.
Thanks,
Brijesh Jadav