2021-03-28 08:47 AM
Is it possible to use the b-cams-omv with the STM32F746G-Disco ? I suppose I could get the ov5640.c and ov5640_reg.c files from another project but then I need the BSP/STM32746G_DISCOVERY/stm32746g_discovery_camera.c to be updated accordingly right ? How can I do it easily ?
Best regards
2021-03-28 12:03 PM
Easily is a loaded term, it's going to be some work to port, how difficult will depend on your experience and preparedness.
Understand how it works with the examples and boards supplied.
Review how similar the F746 implementation is. The main thing to watch will be how you manage large DMA transaction, the memory large enough to hold the image, and dual-buffer schemes advancing the addressing.
ST might back port things to their own boards, but it is probably not a priority.
2023-01-26 09:37 AM
2023-01-27 09:46 AM