Supporting Cameras and their Specs

Dear Support,

I would like to know, which cameras are support by your system.
General IP cameras,
How many FPS?
Which Codec H.264/H.265
Do you also support USB cameras?
USB2.0/USB3.0 cameras
MJPG/YUV format?
Resolutions? FPS required?

Our use case is with Jetson Nano for traffic scenario

Regards
Ramesh

Hey @rgg ,

CVEDIA-RT works with gstreamer and ffmpeg backends, so we support pretty much all you listed – you can look at this page for reference – Media Inputs - CVEDIA-RT

From what you asked:

  • IP camera streams can be acquired using RTSP, which we support. Additionally IP cameras with ONVIF support can be automatically discovered by our system – Cameras - CVEDIA-RT
  • USB and CSI cameras are also supported
  • Encoding / Decoding in h264, h265 and others is also supported. On linux we use libav, the supported codec list can be found here – Libav documentation : General – special codecs for nvidia and other platforms are also supported, so you can do hardware accelerated IO. Additionally, if you’re running on specific hardware they may have their own specialized gstreamer plugins, which we also support.
  • The models we run work with BGR and Y , however the input can be in any format, a simple gstreamer transformer pipeline can be set to convert it.

About the performance, resolution and fps, this all depends in what kind of hardware you’re running and what solution you’re aiming for. For example, a jetson nano can run 6x 15fps 720p streams with full frame detectors, or 16x 1080p streams with motion based classification. You can also run 2x 30fps 1080p streams with larger models for maximum accuracy, or switch between different profiles depending on load / time / etc.

If you want we can setup a quick call to explain in more detail – Calendly - Mijail Benitez

Cheers