Hi,
I am using Jetson nano with deepstream version 5.1. I wanted to test CustomVision AI with deepstream using USB camera with format MJPEG. However, I am getting the following error :
Quitting
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server “:0”
after 16 requests (16 known processed) with 0 events remaining.
Disconnecting Azure…
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server “:0.0”
after 75 requests (75 known processed) with 0 events remaining.
** WARN: <parse_source:577>: Unknown key ‘camera-v412-dev-node’ for group [source0]
** ERROR: main:1451: Failed to set pipeline to PAUSED
Quitting
ERROR from src_elem: Cannot identify device ‘/dev/video0’.
Debug info: v4l2_calls.c(609): gst_v4l2_open (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstV4l2Src:src_elem:
system error: No such file or directory
App run failed
** WARN: <parse_source:577>: Unknown key ‘camera-v412-dev-node’ for group [source0]
** ERROR: main:1451: Failed to set pipeline to PAUSED
Quitting
ERROR from src_elem: Cannot identify device ‘/dev/video0’.
Debug info: v4l2_calls.c(609): gst_v4l2_open (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstV4l2Src:src_elem:
system error: No such file or directory
App run failed
** WARN: <parse_source:577>: Unknown key ‘camera-v412-dev-node’ for group [source0]
** ERROR: main:1451: Failed to set pipeline to PAUSED
Quitting
ERROR from src_elem: Cannot identify device ‘/dev/video0’.
Debug info: v4l2_calls.c(609): gst_v4l2_open (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstV4l2Src:src_elem:
system error: No such file or directory
App run failed
** WARN: <parse_source:577>: Unknown key ‘camera-v412-dev-node’ for group [source0]
** ERROR: main:1451: Failed to set pipeline to PAUSED
My camera configuration is as follows:
ist-formats
SPCA2650 AV Camera (usb-70090000.xusb-2.2):
/dev/video0
ioctl: VIDIOC_ENUM_FMT
Index : 0
Type : Video Capture
Pixel Format: ‘MJPG’ (compressed)
Name : Motion-JPEG
Index : 1
Type : Video Capture
Pixel Format: 'YUYV'
Name : YUYV 4:2:2
My DSConfig-CustomVisionAI.txt file setup is :
[application]
enable-perf-measurement=1
perf-measurement-interval-sec=5
#gie-kitti-output-dir=streamscl
[tiled-display]
enable=1
rows=1
columns=1
width=1280
height=960
gpu-id=0
nvbuf-memory-type=0
[source0]
enable=1
#type - 1=camerav4l2 2=uri 3=multiuri 4=rtsp 5=csi
type=1
camera-width=1280
camera-height=720
camera-fps-n=25
camera-fps-d=1
camera-v4l2-dev-node=1
[sink0]
enable=1
#Type - 1=FakeSink 2=EglSink 3=File 4=RTSPStreaming 5=Overlay
type=5
sync=0
display-id=0
offset-x=0
offset-y=0
width=0
height=0
overlay-id=1
source-id=0
I also have tried the following solution with no lock :
Please help asap.
Warm regards
Abhishek