ROC-RK3588S-PC ubuntu最新官方系统,通过脚本命令gst-launch-1.0 v4l2src device=/dev/video0 io-mode=4 ! queue ! video/x-raw,format=NV12,width=1920,height=1080,framerate=30/1 ! glimagesink 可以打开单目摄像头摄像头,但是通过
cv::VideoCapture VideoCapture;VideoCapture.open(0);打不开摄像头,请问opencv怎样才能调用此摄像头?