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.

we are using ti8148 based board and I am using the tv out channel for video display, it is not displaying properly.

Hi,

             We are using ti8148 based board and gstreamer for displaying the video on to lcd and tv-out, procedure I followed is as follows

insmod syslink.ko
firmware_loader 1 dm814x_hdvicp.xem3 start
firmware_loader 2 dm814x_hdvpss.xem3 start
insmod vpss.ko sbufaddr=0xBFB00000 mode=hdmi:1080p-60 i2c_mode=1
insmod ti81xxfb.ko vram=0:24M,1:16M,2:6M
insmod ti81xxvo.ko

when I playing on LCD it is playing fine with no issues

script used is :

gst-launch filesrc location=sample.mp4 ! qtdemux ! h264pa
rse !omx_h264dec ! omx_scaler ! v4l2sink device=/dev/video2 userpointer=false mi
n-queued-bufs=2

When I am playing on projector using video input from my ti8148 board tv-out channel

script used is:

gst-launch filesrc location=sample.mp4 ! qtdemux ! h264pa
rse !omx_h264dec ! omx_scaler ! v4l2sink device=/dev/video3 userpointer=false mi
n-queued-bufs=2

video image is scrolling up and colour is changing to black and white and some time some other pattern colour is getting displayed.

what is the problem with tv-out signal.

display2 output and mode is configured as below

cat  /sys/devices/platform/vpss/display2/output
composite

cat   /sys/devices/platform/vpss/display2/mode        
ntsc

Thanks,

Sudheer.

  • Hello,

    sudheer singh1 said:
    insmod syslink.ko
    firmware_loader 1 dm814x_hdvicp.xem3 start
    firmware_loader 2 dm814x_hdvpss.xem3 start
    insmod vpss.ko sbufaddr=0xBFB00000 mode=hdmi:1080p-60 i2c_mode=1
    insmod ti81xxfb.ko vram=0:24M,1:16M,2:6M
    insmod ti81xxvo.ko

           firmware_loader 2 /usr/share/ti/ti-media-controller-utils/dm814x_hdvpss_v4l2.xem3 start -i2c 0

           modprobe vpss sbufaddr=0xBFB00000 mode=hdmi:1080p-60,dvo2:1080p-60,hdcomp:1080p-60 i2c_mode=0

    Check this script load-hd-v4l2-firmware.sh for proper loading.

    Best Regards,

    Margarita