I am having trouble interfacing a VC0706 Camera with only an AVR Microcontroller. I am using simple serial communication but the camera does not respond. I tried connecting it with a computer but still no response from the camera.
The VC0706 actually refers to the chipset utilized by the camera, rather than the camera's design implementation.
**broken link removed**
Do you have a datasheet specific to your camera? If so, please upload it.
If not, what is the manufacture and model number of the specific camera you possess? Do you have a URL or website address from which you purchased the device?
In What format will my image be stored in the MCU.
The VC0706 chipset supports a few image formats, including JPEG. The available images formats for your specific camera, depend largely on its design implementation.
Will ATMEGA32 be sufficient to store one image taken from the camera.
The ATmega32 should be able to store individuals frames, particularly on an external device like an SD Flash Card.
Single frames, Yes. Full motion video, No.
However, we must first determine which features of the VC0706 chipset your specific camera supports and how to properly configure the device.
There are software libraries available which are compatible with many of the available VC0706 based cameras:
Library for VC0706-based Serial JPEG Cameras
BigDog