Skip to main content
Kishore1
Associate
November 12, 2019
Question

DCMI Memory for a camera in STM32F756

  • November 12, 2019
  • 1 reply
  • 645 views

#define CAMERA_FRAME_BUFFER     0xC0260000

#define CONVERTED_FRAME_BUFFER 0xC0390000

I have seen a example application in the downloaded Bundle from the ST Site.

Applications/Camera Example:

In this application CAMERA is initialised with CAMERA_FRAME_BUFFER and when Capture the frame with capture command the data is retrieved from CONVERTED_FRAME_BUFFER.

I just want to know the logic behind this.

Logically the data should be available on CAMERA_FRAME_BUFFER, but why the application is retrieving from CONVERTED_FRAME_BUFFER ?

This topic has been closed for replies.

1 reply

Kishore1
Kishore1Author
Associate
November 12, 2019

Got the answer, this was filled with LCD buffer and then getting the image from the CONVERTED_FRAM_BUFFER