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.

AM62A7: A gstreamer plugin gdkpixbufoverlay went wrong in AM62A7

Part Number: AM62A7

Hi, Ti experts

We used the pipeline as following command and have met some wrong on AM62A7:

gst-launch-1.0 videotestsrc ! gdkpixbufoverlay location=/home/root/test.png overlay-height=100 overlay-width=100 alpha=0.8 ! videoconvert ! autovideosink

It could run normally in Ubuntu1804 but not good in development board, and the message of the issue just as pic shows below:

And we also want to ask if tiperfoverlay plugin has the function to add an ROI area on the video?  Thanks !

Best

  • Hi Le Seul,

    Instead of autovideosink can you run the same command with kmssink driver-name=tidss sync=false  instead? 

    In order to run with kmssink, you might have to stop weston using systemctl stop weston. 

    If you want to run with waylandsink instead of kmsssink, you don't have to stop weston. you can run the command with waylandsink instead of autovideosink. 

    Let me know if these help.

    Best Regards,

    Suren