Skip to main content
AHayo.1
Associate II
March 28, 2021
Question

b-cams-omv with STM32F746G-Disco ?

  • March 28, 2021
  • 3 replies
  • 1556 views

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

This topic has been closed for replies.

3 replies

Tesla DeLorean
Guru
March 28, 2021

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 VenmoUp vote any posts that you find helpful, it shows what's working..
JTous.1
Visitor II
January 26, 2023

Hello everyone

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

board

JC

JTous.1
Visitor II
January 27, 2023

Hi

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

JC