1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<TITLE>CAMERA_StartCapture</TITLE> 8<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 9</HEAD> 10<BODY> 11<H1 align="left">CAMERA_StartCapture <IMG src="../image/TWL.gif" align="middle"></H1> 12<H2>Syntax</H2> 13<DL> 14 <DD> 15<CODE>#include <twl/camera.h></CODE><BR> <BR> <CODE>void CAMERA_StartCapture( void );</CODE> 16</DL> 17<H2>Arguments</H2> 18<P>None.</P> 19 20<H2>Return Values</H2> 21<P>None.</P> 22 23<H2>Description</H2> 24<P> 25Starts capturing. Starts getting image data from the next frame after this function was called (at the end of the camera V-Blank). For this reason, the actual sending of data to the buffer set by functions such as <a href="CAMERA_DmaRecvAsync.html"><CODE>CAMERA_DmaRecvAsync</CODE></a> does not begin until after the next camera V-Blank.<br>Note that the camera V-Blank differs from the LCD (GX) V-Blank. <BR><BR>This function starts saving image data to the line buffer for the active camera. The <A href="CAMERA_I2CActivate.html"><CODE>CAMERA_I2CActivate</CODE></A> function must be called to start the camera module itself.<br><br> <font color="red"><B>Note:</B></font><br> If camera settings are changed using any of the <code>CAMERA_I2C*</code> functions, the changes may be delayed for approximately one frame before they are applied. Consequently, note that if camera settings are changed while capturing, the application may not be able to get an updated image (an image with changes applied) at the time the application intended. 26</P> 27 28<H2>See Also</H2> 29<P><A href="CAMERA_StopCapture.html"><CODE>CAMERA_StopCapture</CODE></A><BR> <A href="CAMERA_I2CActivate.html"><CODE>CAMERA_I2CActivate</CODE></A><BR> <a href="CAMERA_DmaRecvAsync.html"><CODE>CAMERA_DmaRecvAsync</CODE></a></P> 30<H2>Revision History</H2> 31<P> 322009/03/25 Added a note on changes to camera settings during capture operations. <br>2008/11/21 Added a note on the timing at which data transmissions actually start. <br>2007/10/22 Added <B>Description</B>. <BR>2007/10/02 Initial version.</P> 33<hr><p>CONFIDENTIAL</p></body> 34</HTML> 35