Question of video(image) format when using deepstream-app(RTSP protocol)

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) : Jetson Orin
• DeepStream Version : 6.3
• JetPack Version (valid for Jetson only) : 5.1.3
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only) : No GPU
• Issue Type( questions, new requirements, bugs) : questions
• 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)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hello,
I’m testing using with ‘deepstream-app’ to get the live cam with bbox info.
cmd : ‘deepstream-app -c ./source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt’

But I can’t find above video(image) format at the deepstream reference document.
(Raw image format : RGBA, image with bbox format : jpeg)
ㄴ> Please let me know if the above image format is correct.

Thanks

Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, 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)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

I just modified the each program version, Please check it.

do you want to know the source video format? In source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt, the url in [source0] is the source address. for example,
uri=file://…/…/streams/sample_1080p_h264.mp4

I just changed the video source from sample_1080p_h264.mp4 to RTSP video.
Then do I have to focus at the source video like RTSP Cam?
The thing what I want to know is the video((image) with bbox) format.

Thanks

if you want to set RTSP source, please refer to [source0] configurations of \opt\nvidia\deepstream\deepstream\sources\apps\sample_apps\deepstream-test5\configs\test5_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt

I use the souce file to play the RTSP video from this path(/opt/nvidia/deepstream/deepstream-6.3/samples/configs/deepstream-app/source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt
)

Could you please specify whether the below video format used in DeepStream-app is JPEG or PNG?

Hello, Can you reply to the below question?
Thanks!

could you elaborate on your question? if you are saying source, the source type is based on what you set in the cfg. the cfg supports “Type - 1=CameraV4L2 2=URI 3=MultiURI 4=RTSP”. After decoding, the raw format should be NV12 or RGBA. if you are saying sink, the output is hardware NV12 or RGBA.

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

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