You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi , I am trying to connect 4 USB camera (Arducam 8MP 1080P Auto Focus USB Camera Module) on the Xavier NX.
The first 2 camera works, but the third one fail with :
'Could not initialize camera. Please see error trace.')
if I try to preview the camera with gst-launch-1.0 -v v4l2src device=/dev/video2 ! jpegdec ! video/x-raw,format=I420,framerate=30/1,width=1280,height=720 ! videoconvert ! xvimagesink
the two first device works, but the third fail with
"Buffer pool activation failed"
Is there a way the lower the frame rate or to use MJPG to get the 4 camera running ?
Hi , I am trying to connect 4 USB camera (Arducam 8MP 1080P Auto Focus USB Camera Module) on the Xavier NX.
The first 2 camera works, but the third one fail with :
'Could not initialize camera. Please see error trace.')
if I try to preview the camera with
gst-launch-1.0 -v v4l2src device=/dev/video2 ! jpegdec ! video/x-raw,format=I420,framerate=30/1,width=1280,height=720 ! videoconvert ! xvimagesink
the two first device works, but the third fail with
"Buffer pool activation failed"
Is there a way the lower the frame rate or to use MJPG to get the 4 camera running ?
The text was updated successfully, but these errors were encountered: