UYVY Format cameras for Jetson with Deepstream 5.0 python bindings

Hi,

I need a camera solution for our multi-stream python application, I have found a good choice of cameras but their output is UYVY Format, as i dont now too much about codecs, will these cameras work with deepstream 5 and python bindings?

The link of cameras :

Thanks

• Hardware Platform (Jetson / GPU) JETSON
• DeepStream Version 5.0
• JetPack Version (valid for Jetson only) 4
• TensorRT Version 7
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs) QUESTION

Hi,
DeepStream SDK is based on gstreamer and if the camera can be launched through v4l2src plugin. It should work well. Please refer to the steps and check if you can luaunch the camera:
Jetson Nano FAQ
Q: I have a USB camera. How can I launch it on Jetson Nano?

Thank you very much Danelll