I’ve been working with fractional downscaling on an Jetson Orin NX and have noticed that it tends to increase the compute load significantly. As a result, I’m sometimes unable to maintain the desired FPS. I’m wondering if anyone here has encountered similar issues and if there’s a reference table or documentation that outlines the compute impact for different fractional downscaling ratios on the Jetson Orin.
Any insights or guidance would be greatly appreciated!
Downscale is fractional if its ratio is non-integer. For example, doing downscale to video from 5MP to 2MP:
original: 2560 x1920 and the output is 1920 x1080
Width downscale ratio: 2560/1920 = 1.333
Heigh downscale ratio: 1920/1080 = 1.778
Hi,
On Jetson devices, there is hardware converter which can do downscaling. It is supported in gstreamer and jetson_miltimedia_api. Which interface is used in your use-case?