How connect to CSI camera in deepstream dewarper and capture video to file?

Please provide complete information as applicable to your setup.

**• Hardware Platform Jetson Nano
**• DeepStream Version 5.1
**• JetPack Version 4.5.1
**• TensorRT Version 7.1.3

I install this dewarper GitHub - NVIDIA-AI-IOT/Deepstream-Dewarper-App: This project demonstrate how to infer and track from a 360 videos by using the dewarper plugin. , but it is not clear how to connect to the CSI camera, de-warp and save video to a file. How can this be done?

Uridecodebin can support v4l2 input.

gst-launch-1.0 uridecodebin uri=v4l2:///dev/video0 ! autovideosink

How do I use this with deepstream dewarper?

How much do you know about gstreamer? https://gstreamer.freedesktop.org/

Before you start with deepstream, please make sure you know basic knowledge and coding skills for gstreamer.

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