How to get Monochrome video in STM32N6570-DK board using MB1854B camera
Hi everyone,
I am trying to capture monochrome video using the MB1854B camera module on the STM32N6570-DK board. I am following this tutorial .
My task is to obtain monochrome video at a resolution of 320 × 320 pixels at 60fps
Currently, I am able to capture RGB video at 2592 × 1944 pixels. After checking the imx335.c file, I found only one available resolution (2592 × 1944) at 30fps and a pixel format set to IMX335_RAW_RGGB10.
Is there any way to obtain my desired image resolution without any processing, just by changing register values? If so, where can I find those values? I was able to find the datasheet for the IMX335LQN, in which it was written that it can work at 60fps but it did not contain any details about the registers.
