-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
SITSW-7845
-
11.01.00
-
11.02.00
-
am62a-sk
When configured to crop and downscale, MSC fails to create the desired ROI and alters the image color.
Example Gstreamer 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=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