Please provide complete information as applicable to your setup.
**• Hardware Platform (Jetson / GPU)**Xavier
• DeepStream Version6
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
Hi
I’ve created a pylonsrc using both the following:
pylon 5.2 SDK (Software Download | Basler)
and
gst-plugins-vision from GitHub - joshdoe/gst-plugins-vision: GStreamer plugins related to the field of machine vision
So, when i run a command like
gst-launch-1.0 pylonsrc ! xvimagesink
I can see the image on screen.
My question is how to use this source (rather than v4l2src) in the objectDetector_Yolo same in the Deepstream 6.0 SDK? It seems from the config file that I can only choose CameraV4L2, or URI. Is there any way to run this sample with pylonsrc instead?
Thanks
Paul