2016-04-06 01:47 AM
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 #ovm76922016-04-14 09:57 PM
2016-04-15 10:35 AM
You'd have to believe the web would be full of Bayer transform stuff, the concept, the method, and examples.
2016-04-15 10:44 AM
OpenCV may have what you are looking for. That's a pun.
https://en.wikipedia.org/wiki/OpenCV