Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson Orin NX
• DeepStream Version 7.0
• JetPack Version (valid for Jetson only) 6.0
• TensorRT Version:
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs) : bugs
So, one of our customers is using the Arducam 2.3 MP AR0234 Global Shutter Camera for the NVIDIA Jetson Nano/NX and Jetson Orin NX.
We can detect the camera
nvidia@tegra-ubuntu:/opt/nvidia/deepstream/deepstream-7.0/samples/configs/deepstream-app$ ls /dev/video*
/dev/video0
But when we test the deepstream test app with the CSI camera sample config file we get the following issues the : No cameras available
nvidia@tegra-ubuntu:/opt/nvidia/deepstream/deepstream-7.0/samples/configs/deepstream-app$ deepstream-app -c source1_csi_dec_infer_resnet_int8.txt
Setting min object dimensions as 16x16 instead of 1x1 to support VIC compute mode.
WARNING: [TRT]: Using an engine plan file across different models of devices is not recommended and is likely to affect performance or even cause errors.
0:00:07.185011014 4512 0xaaaaf6e2f400 INFO nvinfer gstnvinfer.cpp:682:gst_nvinfer_logger:<primary_gie> NvDsInferContext[UID 1]: Info from NvDsInferContextImpl::deserializeEngineAndBackend() <nvdsinfer_context_impl.cpp:2095> [UID = 1]: deserialized trt engine from :/opt/nvidia/deepstream/deepstream-7.0/samples/configs/deepstream-app/../../models/Primary_Detector/resnet18_trafficcamnet.etlt_b1_gpu0_int8.engine
INFO: [Implicit Engine Info]: layers num: 3
0 INPUT kFLOAT input_1 3x544x960
1 OUTPUT kFLOAT output_bbox/BiasAdd 16x34x60
2 OUTPUT kFLOAT output_cov/Sigmoid 4x34x60
0:00:07.626312655 4512 0xaaaaf6e2f400 INFO nvinfer gstnvinfer.cpp:682:gst_nvinfer_logger:<primary_gie> NvDsInferContext[UID 1]: Info from NvDsInferContextImpl::generateBackendContext() <nvdsinfer_context_impl.cpp:2198> [UID = 1]: Use deserialized engine model: /opt/nvidia/deepstream/deepstream-7.0/samples/configs/deepstream-app/../../models/Primary_Detector/resnet18_trafficcamnet.etlt_b1_gpu0_int8.engine
0:00:07.643626449 4512 0xaaaaf6e2f400 INFO nvinfer gstnvinfer_impl.cpp:343:notifyLoadModelStatus:<primary_gie> [UID 1]: Load new model:/opt/nvidia/deepstream/deepstream-7.0/samples/configs/deepstream-app/config_infer_primary.txt sucessfully
Runtime commands:
h: Print this help
q: Quit
p: Pause
r: Resume
NOTE: To expand a source in the 2D tiled display and view object details, left-click on the source.
To go back to the tiled display, right-click anywhere on the window.
**PERF: FPS 0 (Avg)
**PERF: 0.00 (0.00)
Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, execute:792 No cameras available
** INFO: <bus_callback:291>: Pipeline ready
nvstreammux: Successfully handled EOS for source_id=0
** INFO: <bus_callback:277>: Pipeline running
** INFO: <bus_callback:314>: Received EOS. Exiting ...
Quitting
App run successful
nvidia@tegra-ubuntu:/opt/nvidia/deepstream/deepstream-7.0/samples/configs/deepstream-app$
My primary inspection is that the Gestreamer does not support the camera video format.
nvidia@tegra-ubuntu:/opt/nvidia/deepstream/deepstream-7.0/samples/configs/deepstream-app$ v4l2-ctl --device=/dev/video0 --list-formats-ext
ioctl: VIDIOC_ENUM_FMT
Type: Video Capture
[0]: 'Y16 ' (16-bit Greyscale)
Size: Discrete 1920x1200
Size: Discrete 1920x1080
Size: Discrete 1280x720
[1]: 'BA10' (10-bit Bayer GRGR/BGBG)
Size: Discrete 1920x1200
Size: Discrete 1920x1080
Size: Discrete 1280x720
Can anyone help us to resolve the issue, Thanks.