Record videos using GigE camera and DeepStream

Hi,

I am trying to record videos using a GigE camera on the Jetson Xavier AGX. The aim is to be able to stream the videos with DeepStream, however I dont seem to be able to do this. I have been trying to use an example script provided by the camera’s SDK, however it only takes a snap and shows it in the screen. Is there any way of streaming with DeepStream and this type of camera?

Hi,
Please run $ v4l2-ctl --list-formats-ext and check if it supports YUV422 such as YUYV or UYVY. It is general formats and can be run in deepstream-app directly.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.