Trying to understand jetson.utils.gstCamera

Hi,
We suggest check the source code gstCamera.pp in

Around line #144, you can see it is to launch a gstreamer pipeline. For customization, you can leverage gstreamer plugins. Please check gstreamer user guide. For doing crpping/scaling/format conversion, you can use nvvidconv plugin.

If your usecase is to run deep learning inference, suggest you check DeepStream SDK.

After the installation, you can see samples in

/opt/nvidia/deepstream/deepstream-5.0/

Please take a look and give it a try.

1 Like