Skip to main content
pncardella
Associate II
July 8, 2014
Question

Retrieving Pixel Data stm32 eval2

  • July 8, 2014
  • 1 reply
  • 562 views
Posted on July 08, 2014 at 10:34

Hello,

I am working on a project that requires me to retrieve the pixel information from the ov2640 camera on the eval2 board.  I am not really sure how to do this and I was wondering if anybody had any advice on this topic that can lead me in the right direction.

#stm32f4 #c #keil #eval #stm32
This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
July 8, 2014
Posted on July 08, 2014 at 16:32

You'd have to look at the memory buffer the DCMI has copied it's data stream into, and the colour/stream format the camera has been configured to generate.

The bitmap data you get is going to be a rastered version of the captured stream (line after line, top to bottom), and you'd presumably index into it using a simple row/column methods
Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..