Usb Camera with Deepstream and Yolov3-tiny

Hi,

I want to test Yolov3-tiny with a camera plug and play on deepstream. In deepstream_app_config I changed the type to 1 and I got some errors, it says it failed to creat_camera_source_bin.

Do you know how to use yolov3-tiny with a simple usb camera?

For now I just started to use deepstream, by any way do you know if is there some tutorial to begin with deepstream?

Sincerely,

"$ gst-inspect-1.0 v4l2src " Is it OK?
“source” source code is here: sources/apps/apps-common/src/deepstream_source_bin.c

You can start from “deepstream-test1, 2, 3”, nvinfer source code. The best tutorial is “reading code” I think.