HI,
I referred to the development guide and I find some instructions about these config. I used ls /dev/ to list the camera Id and I’m sure the USB camera is installed properly with ID 1.The resolution should be right as well but I still get this error message, could some one give me some suggestions?
[source0]
enable=1
#Type - 1=CameraCSi 2=CameraV4L2 3=URI
type=2
camera-width=640
camera-height=480
camera-fps-n=30
camera-fps-d=1
camera-csi-sensor-id=1
camera-v4l2-dev-node=1
uri=file:///home/nvidia/outdoor.h264
The rest part of the config file is unchanged.
The error I meet is show below as well:
** ERROR: <create_pipeline:1039>: Failed to link ‘multi_src_bin’ and ‘processing_bin_0’
** ERROR: <create_pipeline:1062>: create_pipeline failed
** ERROR: main:384: Failed to create pipeline
Quitting
App run failed
Do I have to fit the resolution exactly as the camera or it can be set to lower res? By the way, how do I check the camera ID for camera-csi-sensor-id and camera-v4l2-dev-node?
Environment :TX2,Jetpack3.3,DS1.5.
Many thanks!