1,HardWare:Jetson Xavier NX moules; SoftWareVersion:R35.4.1;
2,I want to crop a video to two halves(left & right), but when i test the left one, it returns the error as the title,
the command is below
gst-launch-1.0 v4l2src device=/dev/video0 num-buffers=1 ! nvvidconv left=0 right=384 ! 'video/x-raw,format=YUY2,width=768, height=288, framerate=50/1' ! videoconvert ! jpegenc ! filesink location=file_test1.jpg
3,I secharded for some solutions, that is change the “scaling-compute-hw=1” in the configure file.
but I didn’t use deepstreamer yet, and the solutions didn’t mention the path of the configure file. Now I need some help, thanks!