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    <style type="text/css"><!--
8      span.static_style
9      {
10        font-size			: 8pt;
11        color				: white;
12        font-weight			: bold;
13        background			: #44f;
14        border-left			: solid 1px #aaf;
15        border-top			: solid 1px #aaf;
16        border-right		: solid 1px #00c;
17        border-bottom		: solid 1px #00c;
18        padding-left		: 2px;
19        padding-right		: 2px;
20      }
21      span.virtual_style
22      {
23        font-size			 : 8pt;
24        color				 : white;
25        font-weight			: bold;
26        background			: #0a0;
27        border-left			: solid 1px #0f0;
28        border-top			: solid 1px #0f0;
29        border-right		: solid 1px #060;
30        border-bottom		: solid 1px #060;
31        padding-left		: 2px;
32        padding-right		: 2px;
33      }
34      span.protected_style
35      {
36        font-size			 : 8pt;
37        color				 : white;
38        font-weight			: bold;
39        background			: #444;
40        border-left			: solid 1px #ccc;
41        border-top			: solid 1px #ccc;
42        border-right		: solid 1px #222;
43        border-bottom		: solid 1px #222;
44        padding-left		: 2px;
45        padding-right		: 2px;
46      }
47        --></style>
48<title>nn::camera::CTR::PackageParameterCameraSelect</title>
49  </head>
50  <body>
51<h1><CODE>nn::camera::CTR::PackageParameterCameraSelect</CODE> Structure</h1>
52<h2>Syntax</h2>
53    <div class="section">
54      <pre class="definition">struct PackageParameterCameraSelect
55{
56   <a href="../../../../nn/camera/CTR/CameraSelect.html">CameraSelect</a> camera;
57   s8 exposure;
58   <a href="../../../../nn/camera/CTR/WhiteBalance.html">WhiteBalance</a> whiteBalance;
59   s8 sharpness;
60   bool autoExposureOn;
61   bool autoWhiteBalanceOn;
62   <a href="../../../../nn/camera/CTR/FrameRate.html">FrameRate</a> frameRate;
63   <a href="../../../../nn/camera/CTR/PhotoMode.html">PhotoMode</a> photoMode;
64   <a href="../../../../nn/camera/CTR/Contrast.html">Contrast</a> contrast;
65   <a href="../../../../nn/camera/CTR/LensCorrection.html">LensCorrection</a> lensCorrection;
66   bool noiseFilterOn;
67   s16 autoExposureWindowStartX;
68   s16 autoExposureWindowStartY;
69   s16 autoExposureWindowWidth;
70   s16 autoExposureWindowHeight;
71   s16 autoWhiteBalanceWindowStartX;
72   s16 autoWhiteBalanceWindowStartY;
73   s16 autoWhiteBalanceWindowWidth;
74   s16 autoWhiteBalanceWindowHeight;
75};
76</pre>
77    </div>
78<h2>Description</h2>
79    <div class="section">
80<p>Structure for batch-configuring parameters without context but with cameras specified.</p><!-- write here --></div>
81    <a name="variable" id="variable">
82<h2>Member Variables</h2>
83      <div class="section">
84        <table class="members">
85          <tr>
86            <td width="100"> </td>
87            <th>
88<span class="argument"><CODE>camera</CODE></span>
89            </th>
90<td>The combination of cameras for which to configure parameters.</td>
91          </tr>
92          <tr>
93            <td width="100"> </td>
94            <th>
95<span class="argument"><CODE>exposure</CODE></span>
96            </th>
97<td>The value specified by the <a href="../../../../nn/camera/CTR/SetExposure.html"><CODE>SetExposure</CODE></a> function.</td>
98          </tr>
99          <tr>
100            <td width="100"> </td>
101            <th>
102<span class="argument"><CODE>whiteBalance</CODE></span>
103            </th>
104<td>The value specified by the <a href="../../../../nn/camera/CTR/SetWhiteBalance.html"><CODE>SetWhiteBalance</CODE></a> function.</td>
105          </tr>
106          <tr>
107            <td width="100"> </td>
108            <th>
109<span class="argument"><CODE>sharpness</CODE></span>
110            </th>
111<td>The value specified by the <a href="../../../../nn/camera/CTR/SetSharpness.html"><CODE>SetSharpness</CODE></a> function.</td>
112          </tr>
113          <tr>
114            <td width="100"> </td>
115            <th>
116<span class="argument">autoExposureOn</span>
117            </th>
118<td>The value specified by the <a href="../../../../nn/camera/CTR/SetAutoExposure.html"><CODE>SetAutoExposure</CODE></a> function.</td>
119          </tr>
120          <tr>
121            <td width="100"> </td>
122            <th>
123<span class="argument">autoWhiteBalanceOn</span>
124            </th>
125<td>The value specified by the <a href="../../../../nn/camera/CTR/SetAutoWhiteBalance.html"><CODE>SetAutoWhiteBalance</CODE></a> function. This is ignored when <CODE>whiteBalance</CODE> is not <CODE>WHITE_BALANCE_NORMAL</CODE>.</td>
126          </tr>
127          <tr>
128            <td width="100"> </td>
129            <th>
130<span class="argument">frameRate</span>
131            </th>
132<td>The value specified by the <a href="../../../../nn/camera/CTR/SetFrameRate.html"><CODE>SetFrameRate</CODE></a> function.</td>
133          </tr>
134          <tr>
135            <td width="100"> </td>
136            <th>
137<span class="argument">photoMode</span>
138            </th>
139<td>The value specified by the <a href="../../../../nn/camera/CTR/SetPhotoMode.html"><CODE>SetPhotoMode</CODE></a> function.</td>
140          </tr>
141          <tr>
142            <td width="100"> </td>
143            <th>
144<span class="argument"><CODE>contrast</CODE></span>
145            </th>
146<td>The value specified by the <a href="../../../../nn/camera/CTR/SetContrast.html"><CODE>SetContrast</CODE></a> function.</td>
147          </tr>
148          <tr>
149            <td width="100"> </td>
150            <th>
151<span class="argument">lensCorrection</span>
152            </th>
153<td>The value specified by the <a href="../../../../nn/camera/CTR/SetLensCorrection.html"><CODE>SetLensCorrection</CODE></a> function.</td>
154          </tr>
155          <tr>
156            <td width="100"> </td>
157            <th>
158<span class="argument">noiseFilterOn</span>
159            </th>
160<td>The value specified by the <a href="../../../../nn/camera/CTR/SetNoiseFilter.html"><CODE>SetNoiseFilter</CODE></a> function.</td>
161          </tr>
162          <tr>
163            <td width="100"> </td>
164            <th>
165<span class="argument"><CODE>autoExposureWindowStartX</CODE></span>
166            </th>
167<td>The <SPAN class="argument">startX</SPAN> value specified by the <a href="../../../../nn/camera/CTR/SetAutoExposureWindow.html"><CODE>SetAutoExposureWindow</CODE></a> function. You must set this equal to an appropriate value regardless of the value of <CODE>autoExposureOn</CODE>.</td>
168          </tr>
169          <tr>
170            <td width="100"> </td>
171            <th>
172<span class="argument"><CODE>autoExposureWindowStartY</CODE></span>
173            </th>
174<td>The <SPAN class="argument">startY</SPAN> value specified by the <a href="../../../../nn/camera/CTR/SetAutoExposureWindow.html"><CODE>SetAutoExposureWindow</CODE></a> function. You must set this equal to an appropriate value regardless of the value of <CODE>autoExposureOn</CODE>.</td>
175          </tr>
176          <tr>
177            <td width="100"> </td>
178            <th>
179<span class="argument"><CODE>autoExposureWindowWidth</CODE></span>
180            </th>
181<td>The <SPAN class="argument">width</SPAN> value specified by the <a href="../../../../nn/camera/CTR/SetAutoExposureWindow.html"><CODE>SetAutoExposureWindow</CODE></a> function. You must set this equal to an appropriate value regardless of the value of <CODE>autoExposureOn</CODE>.</td>
182          </tr>
183          <tr>
184            <td width="100"> </td>
185            <th>
186<span class="argument"><CODE>autoExposureWindowHeight</CODE></span>
187            </th>
188<td>The <SPAN class="argument">height</SPAN> value specified by the <a href="../../../../nn/camera/CTR/SetAutoExposureWindow.html"><CODE>SetAutoExposureWindow</CODE></a> function. You must set this equal to an appropriate value regardless of the value of <CODE>autoExposureOn</CODE>.</td>
189          </tr>
190          <tr>
191            <td width="100"> </td>
192            <th>
193<span class="argument"><CODE>autoWhiteBalanceWindowStartX</CODE></span>
194            </th>
195<td>The <SPAN class="argument">startX</SPAN> value specified by the <a href="../../../../nn/camera/CTR/SetAutoWhiteBalanceWindow.html"><CODE>SetAutoWhiteBalanceWindow</CODE></a> function. You must set this equal to an appropriate value regardless of the value of <CODE>whiteBalance</CODE> and <CODE>autoWhiteBalanceOn</CODE>.</td>
196          </tr>
197          <tr>
198            <td width="100"> </td>
199            <th>
200<span class="argument"><CODE>autoWhiteBalanceWindowStartY</CODE></span>
201            </th>
202<td>The <SPAN class="argument">startY</SPAN> value specified by the <a href="../../../../nn/camera/CTR/SetAutoWhiteBalanceWindow.html"><CODE>SetAutoWhiteBalanceWindow</CODE></a> function. You must set this equal to an appropriate value regardless of the value of <CODE>whiteBalance</CODE> and <CODE>autoWhiteBalanceOn</CODE>.</td>
203          </tr>
204          <tr>
205            <td width="100"> </td>
206            <th>
207<span class="argument"><CODE>autoWhiteBalanceWindowWidth</CODE></span>
208            </th>
209<td>The <SPAN class="argument">width</SPAN> value specified by the <a href="../../../../nn/camera/CTR/SetAutoWhiteBalanceWindow.html"><CODE>SetAutoWhiteBalanceWindow</CODE></a> function. You must set this equal to an appropriate value regardless of the value of <CODE>whiteBalance</CODE> and <CODE>autoWhiteBalanceOn</CODE>.</td>
210          </tr>
211          <tr>
212            <td width="100"> </td>
213            <th>
214<span class="argument"><CODE>autoWhiteBalanceWindowHeight</CODE></span>
215            </th>
216<td>The <SPAN class="argument">height</SPAN> value specified by the <a href="../../../../nn/camera/CTR/SetAutoWhiteBalanceWindow.html"><CODE>SetAutoWhiteBalanceWindow</CODE></a> function. You must set this equal to an appropriate value regardless of the value of <CODE>whiteBalance</CODE> and <CODE>autoWhiteBalanceOn</CODE>.</td>
217          </tr> </table>
218      </div>
219    </a>
220<h2>Revision History</h2>
221    <div class="section">
222      <dl class="history">
223        <dt>2010/12/13</dt>
224<dd>Noted that the response frame must be set regardless of whether auto-exposure and auto white balance are enabled or disabled.
225        </dd>
226        <dt>2010/08/16</dt>
227<dd>Initial version.<br />
228        </dd>
229      </dl>
230    </div>
231  <hr><p>CONFIDENTIAL</p></body>
232</html>
233