2025-06-19 3:40 AM
Hello everyone,
I am currently working with the STM32N6570-DK board and the MB1854B ST camera module.
For testing purposes, I have compiled and run the following example from ST's GitHub repository:
In this example, the camera operates at a resolution of 2592x1944.
Now, I would like to change the camera configuration to capture video at a lower resolution, such as 640x480 or 384x288.
Could someone please guide me on:
How to configure the camera for 640x480 or 384x288 resolution?
Are there specific register changes needed for the IMX335 sensor?
I have checked the IMX335 datasheet, but I couldn’t find register-level details—where can I find the correct registers or configuration sequence?
Any help or code snippet showing how to set a different resolution would be greatly appreciated.
Thank you.