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