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>CAMERAFlip</TITLE> 8<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 9</HEAD> 10<BODY> 11<H1 align="left">CAMERAFlip <IMG src="../image/TWL.gif" align="middle"></H1> 12<H2>Definition</H2> 13<DL> 14 <DD> 15 <CODE>#include <twl/camera.h></CODE><BR> 16 <BR> 17 <PRE><CODE> 18typedef enum 19{ 20 CAMERA_FLIP_NONE, 21 CAMERA_FLIP_VERTICAL, 22 CAMERA_FLIP_HORIZONTAL, 23 CAMERA_FLIP_REVERSE, 24 25 CAMERA_FLIP_MAX 26} 27CAMERAFlip; 28</CODE></PRE> 29</DL> 30 31<H2>Elements</H2> 32<TABLE border="1" width="100%"> 33 <TBODY> 34 <TR> 35 <TD width="13%"><EM><STRONG>CAMERA_FLIP_NONE</STRONG></EM></TD> 36 <TD width="87%">Do not flip the data.</TD> 37 </TR> 38 <TR> 39 <TD width="13%"><EM><STRONG>CAMERA_FLIP_VERTICAL</STRONG></EM></TD> 40 <TD width="87%">Flip the top and bottom.</TD> 41 </TR> 42 <TR> 43 <TD width="13%"><EM><STRONG>CAMERA_FLIP_HORIZONTAL</STRONG></EM></TD> 44 <TD width="87%">Flip the left and right sides.</TD> 45 </TR> 46 <TR> 47 <TD width="13%"><EM><STRONG>CAMERA_FLIP_REVERSE</STRONG></EM></TD> 48 <TD width="87%">Rotate by 180 degrees.</TD> 49 </TR> 50 </TBODY> 51</TABLE> 52 53<H2>Description</H2> 54<P> 55This is an enumerated type that is used to specify flipping for the camera's output data. 56</P> 57 58<H2>Revision History</H2> 59<P>2007/11/09 Initial version.</P> 60<hr><p>CONFIDENTIAL</p></body> 61</HTML> 62