Hello,
I have a Jetson Orin Nano with dual RPI cameras connected “Camera IMX219 Dual”.
I have OpenCV and Jetson jetpack libraries, jetson-utils etc. installed.
OpenCV was installed from here: Install-OpenCV-Jetson-Nano/OpenCV-4-10-0.sh at main · Qengineering/Install-OpenCV-Jetson-Nano · GitHub
Whenever I try to run any application that uses the cameras I get the below errors, in this case I was running simple_camera.py from here
GST_ARGUS: Running with following settings:
Camera index = 0
Camera mode = 4
Output Stream W = 1280 H = 720
seconds to Run = 0
Frame Rate = 59.999999
GST_ARGUS: Setup Complete, Starting captures for 0 seconds
GST_ARGUS: Starting repeat capture requests.
CONSUMER: Producer has connected; continuing.
nvbuf_utils: dmabuf_fd -1 mapped entry NOT found
Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, threadExecute:734 NvBufSurfaceFromFd Failed.
Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, threadFunction:245 (propagating)
I know the cameras are connected properly so it’s not a hardware issue.
Not quite sure how to track this one down.
Appreciate any comments or help.
Thanks in advance!