2021-08-21 12:36 AM
I was going through the OV5640 BSP Component, and it seems that it doesn't support higher resolutions than 800x480 as mentioned here: https://github.com/STMicroelectronics/stm32-ov5640/blob/main/ov5640.h#L129
I am working on a project which uses OV5640AF, with STM32F746G-DISC board and wanted to use this driver. But using such a powerful sensor, with such capped resolution doesn't make sense. Also there any specific reason for doing this?
2021-08-21 07:09 AM
Higher resolution require 96MHz pixel clock, which is beyond the capability of DCMI.
JW
2021-08-21 08:36 AM
But for a parallel sensor a 96 MHz at 2592x1944 resolution still gives 19 FPS, which is enough for many purposes.
2021-08-21 09:58 AM
You mean at 48MHz? On 'F746, maximum DCMI pixel clock is 54MHz.
JW
2021-08-22 08:21 PM
yes, but it can be used with low fps right?
2021-08-23 12:27 AM
I don't know, I don't use that camera, just had a look at the DS.
JW
2021-12-30 11:19 PM
I wonder if there may be any manner to persuade the drm layer to hit upon the display as landscape as opposed to portrait? `modeprint` suggests that the display most effective supports one mode for new machine blog, however i'm not acquainted with the entire drm/kms infrastructure.