Hi,
My environment: Jetpack 3.3 (Cuda 9.0, TensorRT 4)+DeepStream1.5 for TX2
I run “nvgstiva-app -c ${HOME}/configs/PGIE-FP16-CarType-CarMake-CarColor.txt” and get correct result,
no matter what I config it for “1=CameraCSi” or “3=URI” in PGIE-FP16-CarType-CarMake-CarColor.txt.
But, when I run “nvgstiva-app -c config/nvgstiva-app_yolo_config.txt” in ~/deepstream-plugins-DS2,
only “3=URI” can be set in nvgstiva-app_yolo_config.txt and work correctly,
if “1=CameraCSi” was set in above file, the console show error messages:
------------> -----------------
** 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
how to solve it for TX2 can run yolo to do the webcam objects detection under deepstream ?