Get actual Height and width of frame from metadata

Please provide complete information as applicable to your setup.

**• Hardware Platform (Jetson / GPU)**GPU
• DeepStream Version6.2
• Issue Type( questions, new requirements, bugs) question

Is it possible to get the actual width and height of a frame after a frame has gone through streammux?

Hi @daredeviles888

You can get the original resolution from NvDsFrameMeta

property source_frame_height

    height of the frame at the input of stream muxer

property source_frame_width

    width of the frame at the input of stream muxer

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