2025-06-10 6:27 PM
I am using STM32H747 MCU with OV5460 camera. The FPS i got from the camera is around12-13 fps is that any method to increase the frame rate.
I tried by increase PLL clock but there is no image received.
Thanks
2025-06-11 1:45 AM
Hello @KHowe;
I recommend you to look at How to improve DCMI frame rate: An example using a ov5640 camera module. This article explains how to increase the DCMI frame rate of an existing example, which is DCMI_ContinousCap_EmbeddedSynchMode in STM32CubeU5 package, from 7.5 fps to 15 fps.
So, I advise you to refer to this article to increase the frame rate.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.