R35.3.1 jetson orin nano support minimum resolution and maximum frame rate

hi:
Now I want to know what the minimum resolution and maximum frame rate is supported by the current platform,thanks!

hello mingming,

(1) please refer to Camera Architecture Stack,
if you go through libArgus, ISP pipeline does not support size smaller than 640x480.
if you go through v4l2, due to below VI limitations, you should set the height larger than 32.
for instance, $public_sources/kernel_src/kernel/nvidia/include/media/tegra_camera_core.h
#define TEGRA_MIN_HEIGHT 32U
#define TEGRA_MAX_HEIGHT 32768U

(2) you may see-also Camera Interface section. we recommend using a camera with a frame rate of less than or equal to 60 FPS.
however, you may refer to Topic 297059, which has tested several situations to achieve up-to 1000-fps.

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