cancel
Showing results for 
Search instead for 
Did you mean: 

b-cams-omv with STM32F746G-Disco ?

AHayo.1
Associate II

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

3 REPLIES 3

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
JTous.1
Associate

Hello everyone

For those interested in interfacing a B-cam-omv based on an OV5640 sensor with a STM32F746G-Disco

board

JC

JTous.1
Associate

Hi

Please find a project using an OV5640 based camera (b-cams-omv) with a STM32F746G-Disco

JC