Hello Everyone,
We are facing similar issue to the thread mentioned below. We are getting this issue whenever we use 2 cameras[GMSL] simultaneously using gstreamer with nvarguscamerasrc.
nvbuf_utils: dmabuf_fd -1 mapped entry NOT found
Error generated. gstnvarguscamerasrc.cpp, threadExecute:694 NvBufSurfaceFromFd Failed.
Error generated. gstnvarguscamerasrc.cpp, threadFunction:247 (propagating)
JP 5.1.2
Nvidia AGX Orin
Command that we used:
gst-launch-1.0 nvcompositor name=nvcomp sink_0::xpos=0 sink_0::ypos=0 sink_0::width=1920 sink_0::height=1080 sink_1::xpos=1920 sink_1::ypos=0 sink_1::width=1920 ! nvvidconv ! 'video/x-raw(memory:NVMM), format=(string)I420', width=3840, height=1080 ! nv3dsink nvarguscamerasrc sensor_id=0 acquire-wait=10000000000 sensor-mode=3 ! 'video/x-raw(memory:NVMM), width=1920, height=1080, format=(string)NV12, framerate=(fraction)30/1' ! nvvidconv ! nvcomp.sink_0 nvarguscamerasrc acquire-wait=10000000000 sensor_id=1 sensor-mode=1 ! 'video/x-raw(memory:NVMM), width=1920, height=1080, format=(string)NV12, framerate=(fraction)30/1' ! nvvidconv ! nvcomp.sink_1
Continuing the discussion from Argus stability on Orin NX: