1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" />
7<title>Size</title>
8  </head>
9  <body>
10<h1><CODE>nn::camera::CTR::Size</CODE> Enumerated Type</h1>
11<h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14enum Size;
15</pre>
16    </div>
17<h2>Values</h2>
18    <div class="section">
19      <table class="arguments">
20        <thead>
21          <tr>
22<th>Value</th>
23<td>Description</td>
24          </tr>
25        </thead>
26        <tr>
27<th>SIZE_VGA</th>
28<td>640×480</td>
29        </tr>
30        <tr>
31<th>SIZE_QVGA</th>
32<td>320×240</td>
33        </tr>
34        <tr>
35<th>SIZE_QQVGA</th>
36<td>160×120</td>
37        </tr>
38        <tr>
39<th>SIZE_CIF</th>
40<td>352×288</td>
41        </tr>
42        <tr>
43<th>SIZE_QCIF</th>
44<td>176×144</td>
45        </tr>
46        <tr>
47<th>SIZE_DS_LCD</th>
48<td>256×192</td>
49        </tr>
50        <tr>
51<th>SIZE_DS_LCDx4</th>
52<td>512×384</td>
53        </tr>
54        <tr>
55<th>SIZE_CTR_TOP_LCD</th>
56<td>400×240</td>
57        </tr>
58        <tr>
59<th>SIZE_MAX</th>
60          <td>
61        </td>
62        </tr>
63        <tr>
64<th>SIZE_CTR_BOTTOM_LCD</th>
65<td>320×240</td>
66        </tr>
67      </table> </div>
68<h2>Description</h2>
69    <div class="section">
70<p>Enumerated type that indicates resolutions.</p><P>
71The <CODE>SIZE_CIF</CODE> and <CODE>SIZE_QCIF</CODE> aspect ratios are 11:9. If compared to images with a 4:3 aspect ratio resolution, these formats have their left and right sides cropped.
72            </P><P>
73Similarly, the <CODE>SIZE_CTR_TOP_LCD</CODE> aspect ratio is 5:3. If compared to images with a 4:3 aspect ratio resolution, it has its top and bottom sides cropped.
74            </P></div>
75<h2>Revision History</h2>
76    <div class="section">
77      <dl class="history">
78        <dt>2010/04/09</dt>
79<dd>Added description text.<br />
80        </dd>
81        <dt>2010/01/07</dt>
82<dd>Initial version.<br />
83        </dd>
84      </dl>
85    </div>
86  <hr><p>CONFIDENTIAL</p></body>
87</html>