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><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> 52<h2>Syntax</h2> 53 <div class="section"> 54<pre class="definition">struct PackageParameterCameraSelect 55{ 56 <CODE>util::SizedEnum1< <a href="../../../../nn/camera/CTR/CameraSelect.html">CameraSelect</a> > camera;</CODE> 57 s8 exposure; 58 <CODE>util::SizedEnum1< <a href="../../../../nn/camera/CTR/WhiteBalance.html">ExceptionType</a> > type;</CODE> 59 s8 sharpness; 60 bool autoExposureOn; 61 bool autoWhiteBalanceOn; 62 <CODE>util::SizedEnum1< <a href="../../../../nn/camera/CTR/FrameRate.html">FrameRate</a> > frameRate;</CODE> 63 <CODE>util::SizedEnum1< <a href="../../../../nn/camera/CTR/PhotoMode.html">PhotoMode</a> > photoMode;</CODE> 64 <CODE>util::SizedEnum1< <a href="../../../../nn/camera/CTR/Contrast.html">Contrast</a> > contrast;</CODE> 65 <CODE>util::SizedEnum1< <a href="../../../../nn/camera/CTR/LensCorrection.html">LensCorrection</a> > lensCorrection;</CODE> 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 width="100">util::SizedEnum1< <a href="../../../../nn/camera/CTR/CameraSelect.html">CameraSelect</a> ></td> 91<td>The combination of cameras for which to configure parameters.</td> 92 </tr> 93 <tr> 94 <td width="100"> </td> 95 <th> 96<span class="argument"><CODE>exposure</CODE></span> 97 </th> 98<td width="100">s8</td> 99<td>The value specified by the <CODE><a href="../../../../nn/camera/CTR/SetExposure.html">SetExposure</a></CODE> function.</td> 100 </tr> 101 <tr> 102 <td width="100"> </td> 103 <th> 104<span class="argument"><CODE>whiteBalance</CODE></span> 105 </th> 106<td width="100">util::SizedEnum1< <a href="../../../../nn/camera/CTR/WhiteBalance.html">WhiteBalance</a> ></td> 107<td>Value specified by the <CODE><a href="../../../../nn/camera/CTR/SetWhiteBalance.html">SetWhiteBalance</a></CODE> function.</td> 108 </tr> 109 <tr> 110 <td width="100"> </td> 111 <th> 112<span class="argument"><CODE>sharpness</CODE></span> 113 </th> 114<td width="100">s8</td> 115<td>The value specified by the <CODE><a href="../../../../nn/camera/CTR/SetSharpness.html">SetSharpness</a></CODE> function.</td> 116 </tr> 117 <tr> 118 <td width="100"> </td> 119 <th> 120<span class="argument">autoExposureOn</span> 121 </th> 122<td width="100">bool</td> 123<td>The value specified by the <CODE><a href="../../../../nn/camera/CTR/SetAutoExposure.html">SetAutoExposure</a></CODE> function.</td> 124 </tr> 125 <tr> 126 <td width="100"> </td> 127 <th> 128<span class="argument">autoWhiteBalanceOn</span> 129 </th> 130<td width="100">bool</td> 131<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> 132 </tr> 133 <tr> 134 <td width="100"> </td> 135 <th> 136<span class="argument">frameRate</span> 137 </th> 138<td width="100">util::SizedEnum1< <a href="../../../../nn/camera/CTR/FrameRate.html">FrameRate</a> ></td> 139<td>Value specified by the <CODE><a href="../../../../nn/camera/CTR/SetFrameRate.html">SetFrameRate</a></CODE> function.</td> 140 </tr> 141 <tr> 142 <td width="100"> </td> 143 <th> 144<span class="argument">photoMode</span> 145 </th> 146<td width="100">util::SizedEnum1< <a href="../../../../nn/camera/CTR/PhotoMode.html">PhotoMode</a> ></td> 147<td>Value specified by the <CODE><a href="../../../../nn/camera/CTR/SetPhotoMode.html">SetPhotoMode</a></CODE> function.</td> 148 </tr> 149 <tr> 150 <td width="100"> </td> 151 <th> 152<span class="argument"><CODE>contrast</CODE></span> 153 </th> 154<td width="100">util::SizedEnum1< <a href="../../../../nn/camera/CTR/Contrast.html">Contrast</a> ></td> 155<td>Value specified by the <CODE><a href="../../../../nn/camera/CTR/SetContrast.html">SetContrast</a></CODE> function.</td> 156 </tr> 157 <tr> 158 <td width="100"> </td> 159 <th> 160<span class="argument">lensCorrection</span> 161 </th> 162<td width="100">util::SizedEnum1< <a href="../../../../nn/camera/CTR/LensCorrection.html">LensCorrection</a> ></td> 163<td>Value specified by the <CODE><a href="../../../../nn/camera/CTR/SetLensCorrection.html">SetLensCorrection</a></CODE> function.</td> 164 </tr> 165 <tr> 166 <td width="100"> </td> 167 <th> 168<span class="argument">noiseFilterOn</span> 169 </th> 170<td width="100">bool</td> 171<td>Value specified by the <CODE><a href="../../../../nn/camera/CTR/SetNoiseFilter.html">SetNoiseFilter</a></CODE> function.</td> 172 </tr> 173 <tr> 174 <td width="100"> </td> 175 <th> 176<span class="argument"><CODE>autoExposureWindowStartX</CODE></span> 177 </th> 178<td width="100">s16</td> 179<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> 180 </tr> 181 <tr> 182 <td width="100"> </td> 183 <th> 184<span class="argument"><CODE>autoExposureWindowStartY</CODE></span> 185 </th> 186<td width="100">s16</td> 187<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> 188 </tr> 189 <tr> 190 <td width="100"> </td> 191 <th> 192<span class="argument"><CODE>autoExposureWindowWidth</CODE></span> 193 </th> 194<td width="100">s16</td> 195<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> 196 </tr> 197 <tr> 198 <td width="100"> </td> 199 <th> 200<span class="argument"><CODE>autoExposureWindowHeight</CODE></span> 201 </th> 202<td width="100">s16</td> 203<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> 204 </tr> 205 <tr> 206 <td width="100"> </td> 207 <th> 208<span class="argument"><CODE>autoWhiteBalanceWindowStartX</CODE></span> 209 </th> 210<td width="100">s16</td> 211<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> 212 </tr> 213 <tr> 214 <td width="100"> </td> 215 <th> 216<span class="argument"><CODE>autoWhiteBalanceWindowStartY</CODE></span> 217 </th> 218<td width="100">s16</td> 219<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> 220 </tr> 221 <tr> 222 <td width="100"> </td> 223 <th> 224<span class="argument"><CODE>autoWhiteBalanceWindowWidth</CODE></span> 225 </th> 226<td width="100">s16</td> 227<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> 228 </tr> 229 <tr> 230 <td width="100"> </td> 231 <th> 232<span class="argument"><CODE>autoWhiteBalanceWindowHeight</CODE></span> 233 </th> 234<td width="100">s16</td> 235<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> 236 </tr> </table> 237 </div> 238 </a> 239<h2>Revision History</h2> 240 <div class="section"> 241 <dl class="history"> 242 <dt>2010/12/13</dt> 243<dd>Noted that the response frame must be set regardless of whether auto-exposure and auto white balance are enabled or disabled. 244 </dd> 245 <dt>2010/08/16</dt> 246<dd>Initial version.<br /> 247 </dd> 248 </dl> 249 </div> 250 <hr><p>CONFIDENTIAL</p></body> 251</html> 252