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_SetRebootCallback</TITLE>
8<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
9</HEAD>
10<BODY>
11<H1 align="left">CAMERA_SetRebootCallback <IMG src="../image/TWL.gif" align="middle"></H1>
12<H2>Syntax</H2>
13<DL>
14  <DD>
15  <CODE>#include &lt;twl/camera.h&gt;</CODE><BR>
16  <BR>
17  <CODE>void CAMERA_SetRebootCallback(<A href="CAMERAIntrCallback.html">CAMERAIntrCallback</A> callback);</CODE>
18</DL>
19<H2>Arguments</H2>
20<TABLE border="1" width="100%">
21  <TBODY>
22    <TR>
23      <TD width="13%"><EM><STRONG>callback</STRONG></EM></TD>
24      <TD width="87%">Callback function to invoke after the camera has finished restarting.</TD>
25    </TR>
26  </TBODY>
27</TABLE>
28
29<H2>Return Values</H2>
30<P>None.</P>
31
32<H2>Description</H2>
33<P>
34Sets the callback function to invoke after the camera has finished restarting.<BR> The camera is restarted automatically when the library can internally confirm a camera malfunction.<BR> When restarting, the camera settings will be recovered to their values immediately before the malfunction, but capture operations will not start even if the capture operation was running immediately before the malfunction. The line buffer should be cleared and capturing should be started from the callback specified by this function.
35</P>
36
37<H2>See Also</H2>
38<P><CODE><A href="CAMERA_ClearBuffer.html">CAMERA_ClearBuffer</A>, <A href="CAMERA_StartCapture.html">CAMERA_StartCapture</A></CODE></P>
39<H2>Revision History</H2>
40<P>
412008/06/26 Initial version.</P>
42<hr><p>CONFIDENTIAL</p></body>
43</HTML>
44