It’s for usb camera, you can use deepstream-app which support csi camera input. you can specify it in configuration
refer to source1_csi_dec_infer_resnet_int8.txt under samples/configs/deepstream-app about how to set csi camera in configuration.
This method does not solve me calling the csi camera in the deepstream python demo. I need to understand the gstreamer element required by the csi call
You can refer to function create_camera_source_bin in sources/apps/apps-common/src/deepstream_source_bin.c about how to use csi camera source in gstreamer pipeline.