2011-10-12 06:04 PM
I have the STM3220G-EVAL board with the 2MP ov2640. Is there example code for this camera like the one in STM32F2xx_StdPeriph_Examples/DCMI/OV9655.
I cannot find much resources available for the ov2640 module. And cannot blindly set up the registers.Any help would be appreciated.- brendon2011-10-13 07:24 AM
OmniVision have an application note,
http://www.ovt.com/download_document.php?type=document&DID=63
(pdf) http://www.ovt.com/download_document.php?type=document&DID=63 Does that help? Or you can give them your details and request a Data Sheet.2011-10-13 02:43 PM
Thanks for your reply John. But that doesn't help to much. I am really after the datasheet, so I can work out what to set all the registers too. Which there is approx 150 of. With no datasheet or example it is quite frustrating.
- brendon2011-10-13 04:23 PM
We've used both Omnivision and Aptina image sensors in different designs. Both companies operate similarly. You can buy a number of their chips from digikey and other distributors. However, to get the detailed programming information, you need to contact the company and sign an NDA with them. Then they'll send you the documentation, often with your company name watermarked in the PDF.
2011-10-19 03:49 AM
Hi,
There is an example understandard peripherals library
:“STM32F4 DSP and standard peripherals library, including 82 examples for 26 different peripherals and template project for 5 different�?.
2011-11-10 03:02 PM
do you make 12 bits camera sensor work?
I am having problem make STM32F207 DMCI and DMA work for MT9P301 image sensor.2011-11-12 04:48 PM
Hi Scott
I am about to start working with this camera, so pleased to help. Email me and I can send you some more info.Regards, Ianpobox2day@gmail.com2011-11-21 05:34 PM
Brendon
Email me and I'll send you some info on the ov2640. pobox2day@gmail.com Regards, Ian2011-11-22 11:35 PM
Hi Scott,
There is an example code for OV2640 camera under STM32F4xx standard peripherals library STM32F4xx_StdPeriph_Examples/DCMI/Camera. http://www.st.com/internet/mcu/product/252149.jsp This example supports OV9650 and OV2640 cameras.2011-11-27 05:52 PM
Hi Guys
I've tried the example from the F4 eval board and am getting an error on the IO expander initialisation code. Specifically ioe_config() fails. Appreciate any ideas as to why. Ian