2013-08-12 01:32 AM
I have a project with OV7670 with stm32f4-discovery. My OV7670 has 16 pins and without fifo.
I
'm having
a picture of
the camera and than
I have to send
my picture
to the computer. But
I have no idea
how
I'm gonna do
. Can anyone give me some direction how can I do? Thanks a lot.2013-09-26 06:28 AM
2013-09-26 07:50 AM
But, there are a problem. i dont removed black line in the middle of the Picture.
From my (rather feeble) knowledge of your project/code, it could well be a bug in how you 'stitch' the parts of the image together.Black end White is a good idea. But as far as I know, camera does not support grayscale.
it supports just; YUV, RGB and RAW.
You can do a ''BW_Intensity = (Red + Green + Blue) / 3'' for each pixel on the fly, before storing it to the RAM buffer. As dave suggested, that would reduce your RAM footprint significantly - if you can live with BW pictures.
2013-09-30 08:13 AM
Thanks a lot fm for everythings.
My black line problem in the middle of the Picture is solved with your suggestion. Now, only there is a problem. there are a lotpink
blot in the my picture. How can I solve this problem.2013-09-30 08:45 AM
The green stuff at the edge suggests you don't have the framing/timing right. Front/Back porch?
The pink stuff is more indicative that the colour bit assignments are wrong or misaligned bit stream. ie an issue extracting/decoding the RGB or YUV Is the picture from a milling machine? Cut metal path?2013-10-01 03:52 AM
I solved the green stuff at the edge.
there are not pink stuff at the Picture when Picture was QVGA (320*240).But, there are pink stuff at the Picture when Picture was VGA (640*480). As follow :
2013-10-01 05:02 AM
2013-10-09 06:01 AM
Dear yesilkaya.seccad,
Would you
mind sharing
the complete code
?
Thanks, Pinnchus2013-10-21 11:58 PM
yes i can share. you can contact to me with my mail adress :
mailto:yesil_kaya76@hotmail.com
2013-10-22 05:32 AM
Thanks
,
I sent
an email
with my details.
Regards, Pinnchus