Please provide complete information as applicable to your setup.
**• Hardware Platform Jetson
**• DeepStream Version 5.1
**• JetPack Version 4.5.1
**• TensorRT Version 7.1.3
**• NVIDIA GPU Driver Version
I install GitHub - NVIDIA-AI-IOT/Deepstream-Dewarper-App: This project demonstrate how to infer and track from a 360 videos by using the dewarper plugin.
and run:
sudo ./deepstream-dewarper-app 1 1 v4l2:///dev/video0 0 ./dewarper_config_files/fisheye_to_\ panini_config_dewarper.txt
but get:
args1: v4l2:///dev/video0args2: 0Now playing:
Opening in BLOCKING MODE
Opening in BLOCKING MODE
Decodebin child added: source
Decodebin child added: decodebin0
Opening in BLOCKING MODE
Available Sensor modes :
Resolution: 3264 x 2464 ; Framerate = 21.000000; Analog Gain Range Min 1.000000, Max 10.625000, Exposure Range Min 13000, Max 683709000
Resolution: 3264 x 1848 ; Framerate = 28.000001; Analog Gain Range Min 1.000000, Max 10.625000, Exposure Range Min 13000, Max 683709000
Resolution: 1920 x 1080 ; Framerate = 29.999999; Analog Gain Range Min 1.000000, Max 10.625000, Exposure Range Min 13000, Max 683709000
Resolution: 1640 x 1232 ; Framerate = 29.999999; Analog Gain Range Min 1.000000, Max 10.625000, Exposure Range Min 13000, Max 683709000
Resolution: 1280 x 720 ; Framerate = 59.999999; Analog Gain Range Min 1.000000, Max 10.625000, Exposure Range Min 13000, Max 683709000
Resolution: 1280 x 720 ; Framerate = 120.000005; Analog Gain Range Min 1.000000, Max 10.625000, Exposure Range Min 13000, Max 683709000
DEFAULT no IOCTL called
DEFAULT no IOCTL called
DEFAULT no IOCTL called
DEFAULT no IOCTL called
DEFAULT no IOCTL called
DEFAULT no IOCTL called
DEFAULT no IOCTL called
DEFAULT no IOCTL called
Running...
Not Implemented
Segmentation fault
What does this have to do with? How to fix it?
P.S. In deepstream_dewarper_test.c I commented out everything related to nvinfer and nvtracker, but this error was present before the commenting.