Not able to understand the code flow of avr cam

This forum is used for discussing hardware, software, and technical details of the AVRcam embedded system.

Not able to understand the code flow of avr cam

Postby chaps555 » Fri Dec 01, 2006 11:59 pm

Hi,

I was trying to understand the code flow , but i am not able to understand it,Is cam interface asm the image processing engine. if true . can anyone have anyproper understanding of that code how it really works in practical.

Regards

chapz
chaps555
 
Posts: 15
Joined: Tue Mar 28, 2006 12:51 am

Postby johno » Sun Dec 03, 2006 10:50 pm

Yes, CamInterfaceAsm is the code that actually monitors/processes the various signals coming from the camera (such as VSYNC and HREF), as well as the pixel data busses themselves. This code is in assembly because it needs to execute according to a fairly precise timing profile. There are a bunch of comments in the file in hopes of explaining what is going on for those not familiar with AVR assembly.

The blob-search code and other higher-level operationscan all be found in the FrameMgr.c file.

If you have questions about how something works, use the source, or post a question here.
-John O
Site Admin
johno
 
Posts: 51
Joined: Thu Mar 16, 2006 2:29 pm


Return to AVRcam Embedded System

Who is online

Users browsing this forum: No registered users and 15 guests

cron