How to stream to DS with idsueye usb camera which is not supported by CameraV4L2

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
Nano
• DeepStream Version
4.02
• JetPack Version (valid for Jetson only)
4.3 - L4T 32.4.2
• TensorRT Version
7.1
• NVIDIA GPU Driver Version (valid for GPU only)

Hi ,

I have camera : UI-1551LE-C-HQ

And i want to stream it to DS .

I can Gstream into it after installing a package by : gst-launch-1.0 -v idsueyesrc ! videoconvert ! autovideosink

It seems that the camera is not recognized by :

v4l2-ctl --list-formats-ext command

and not streaming when i choose : CameraV4L2 in DS usb config file

Can i stream it to DS in any configuration and if yes How ?

10x

Zvika

Hi,
You may use appsrc. Please refer to

deepstream-5.0\sources\apps\sample_apps\deepstream-appsrc-test

Would need to customize read_data() according to your source. Implement frame capturing in read_data().

Hi @DaneLLL,

Is there a possibility to find an appsrc sample like deepstream-appsrc-test in python ?

Hi,
We don’t have deepstream-appsrc-test in python. Below post might help:

FYR.