Other Parts Discussed in Thread: AM67A, SYSCONFIG
Tool/software:
SDK ver 10_00_00_08
I previously updated gsttiovxmultiscaler plugin following
AM62A7: Gstreamer kmssink delay question - Processors forum - Processors - TI E2E support forums
I run this command
gst-launch-1.0 videotestsrc is-live=true num-buffers=10000 ! \ "video/x-raw,format=NV12,width=1280,height=720" ! \ tiovxmultiscaler name=multi src_0::roi-startx=0 src_0::roi-starty=0 src_0::roi-width=640 src_0::roi-height=480 \ multi. ! "video/x-raw,format=NV12,width=320,height=240" ! queue ! \ kmssink driver-name=tidss sync=false skip-vsync=true
and this
gst-launch-1.0 videotestsrc is-live=true num-buffers=10000 ! \ "video/x-raw,format=NV12,width=1280,height=720" ! \ tiovxmultiscaler name=multi src_0::roi-startx=100 src_0::roi-starty=100 src_0::roi-width=640 src_0::roi-height=480 \ multi. ! "video/x-raw,format=NV12,width=320,height=240" ! queue ! \ kmssink driver-name=tidss sync=false skip-vsync=true
The screen display same picture
Please help resolve this issue as soon as possible, as our project has now entered a critical phase.