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>CAMERAIntrCallback</TITLE>
8<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
9</HEAD>
10<BODY>
11<H1 align="left">CAMERAIntrCallback <IMG src="../image/TWL.gif" align="middle"></H1>
12<H2>Definition</H2>
13<DL>
14  <DD>
15  <CODE>#include &lt;twl/camera.h&gt;</CODE><BR>
16  <BR>
17  <PRE><CODE>
18typedef void (*CAMERAIntrCallback)(<A href="CAMERAResult.html">CAMERAResult</A> result);
19</CODE></PRE>
20</DL>
21
22<H2>Elements</H2>
23<TABLE border="1" width="100%">
24  <TBODY>
25    <TR>
26      <TD width="13%"><EM><STRONG>result</STRONG></EM></TD>
27      <TD width="87%">The result of camera processing in the callback function's caller.</TD>
28    </TR>
29  </TBODY>
30</TABLE>
31
32<H2>Description</H2>
33<P>
34This is the callback function type invoked when various camera interrupts occur. A value of <CODE>CAMERA_RESULT_SUCCESS</CODE> is passed unconditionally to <SPAN class="argument">result</SPAN> for the callbacks invoked during a VSync or buffer error interrupt. If restart processing completes successfully, a value of <CODE>CAMERA_RESULT_SUCCESS</CODE> is passed to <SPAN class="argument">result</SPAN> for the callback that is invoked. If restart processing fails, a value of <CODE>CAMERA_RESULT_FATAL_ERROR</CODE> is passed.
35</P>
36
37<H2>Revision History</H2>
38<P>2008/06/26 Initial version.</P>
39<hr><p>CONFIDENTIAL</p></body>
40</HTML>
41