UNSOLVED Raspberry Pi 5 IMX264 + IMX287
-
Hi,
I have set up the environment for the MV-MIPI camera series on a Raspberry Pi 5. Currently, I'm achieving a maximum frame rate of 30 FPS at the highest resolution (1920x1080) for both cameras.
In comparison, on a Jetson Orin NX:
The IMX-264 achieves 67 FPS.
The IMX-287 achieves approximately 500 FPS.
I would like to understand how to optimize the setup on the Raspberry Pi 5 to achieve higher frame rates, as the current 30 FPS seems limited compared to what is possible on the Jetson Orin NX.
Thanks in advance! -
@otca On both the raspberry pi and jetson, we provide a similar V4l2 driver for the same /dev/videox node for the application layer software.
May I ask what method you used to test the frame rate as above?