cancel
Showing results for 
Search instead for 
Did you mean: 

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

rutvij
Associate II
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
3 REPLIES 3
megahercas6
Senior
Posted on April 15, 2016 at 06:57

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

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
Up vote any posts that you find helpful, it shows what's working..
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