Skip to main content
rutvij
Associate
April 6, 2016
Question

How to convert DCMI captured raw RAM bufferd data into human visible image formate in PC?

  • April 6, 2016
  • 3 replies
  • 1188 views
Posted on April 06, 2016 at 10:47

Hi Folks,

I have interfaced OVM7692 CMOS camera with stm32f4xx MCU using DCMI interface.

After capturing image i am taking data into RAM buffer and i have printed those data into UART console and hence i have got the hex values of those images.

Now from uart I have taken them into .txt format (sample is attached here.)

Now my query is after getting these data into PC how can i convert them into human visible image ?

Is there any PC software available or any one have done it before ?

Can I do it with python ? if so how can i proceed ?

Is there any other way ?

OVM7692 has RAW 8-bit, RGB565, QCIF 176x144 (60 fps) features.

Please suggest me here, also let me know if i can provide any more details on the same.

Any help on this would be great appreciable.

Thanks & Regards,

Rutvij.

#pc #software #dcmi #ovm7692
This topic has been closed for replies.

3 replies

megahercas6
Associate III
April 15, 2016
Posted on April 15, 2016 at 06:57

https://www.youtube.com/watch?v=JArPHfvhkCQ

Tesla DeLorean
Guru
April 15, 2016
Posted on April 15, 2016 at 19:35

You'd have to believe the web would be full of Bayer transform stuff, the concept, the method, and examples.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
richard239955_stm1
Associate III
April 15, 2016
Posted on April 15, 2016 at 19:44

OpenCV may have what you are looking for. That's a pun.

https://en.wikipedia.org/wiki/OpenCV