Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson
• DeepStream Version 6.3
• JetPack Version (valid for Jetson only) JetPack 5.1.1 [L4T 35.3.1]
• TensorRT Version 8.5.2-1+cuda11.4
• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 6.3
• TensorRT Version 8.5.3-1+cuda11.8
• NVIDIA GPU Driver Version (valid for GPU only) 535.104.12
• Issue Type( questions, new requirements, bugs) bugs
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
I’ve developed a streaming app using Graph Composer. The pipeline takes input from a Pylon camera, dewarps it and outputs streaming via RTSP. Please see the main (stream.txt) and parameter files (stream.parameters.txt) attached below:
stream.parameters.txt (2.2 KB)
stream.txt (4.6 KB)
For the Pylon camera, I followed the official GitHu instructions to install gst-plugin-pylon and successfully tested live streaming using the command
gst-launch-1.0 pylonsrc ! videoconvert ! autovideosink
.
Everything worked well. The Pylon version is pylon_7.2.1 and the .pfs file (Pylon configuration) is attached below:
daA2500-14uc_22594495.txt (3.0 KB)
The dewarper configuration is also attached below:
config_dewarper_fish_dist_correction.txt (2.4 KB)
I tested my app’s pipeline on both x86 and Jetson, and here’s a summary of the results:
- x86/ hardware encoder: worked
- x86/ software encoder: worked
- Jetson(nano)/ software encoder: failed
- Jetson(AGX)/ software encoder: failed
- Jetson(AGX)/ hardware encoder: failed
I experimented with both hardware and software encoding by changing the enc-type while keeping other configurations constant. However, I encountered an issue - I’m unable to run the pipeline on Jetson. Please refer to the detailed error message attached below:
log.txt (8.7 KB)
Thank you.