I have setup my orin through the jetson-inference guide. I want to run the live camera detection demo but found the output video cannot autosized to the size of display window.
The input stream is 2880*1860, but the output window only displays part of the original video(shown above). When I zoom out the window, the display shows even smaller image.
If I want to adjust the video to the window size in real-time, which means no matter how I drag the window, it can display the full image, what should I do?
Hi @vanilla.huang, can you camera run at lower resolutions? If so, you could run video-viewer/imagenet/detectnet/ect programs with --input-width=WIDTH and --input-height=HEIGHT command-line options.