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>nn::camera::CTR::PackageParameterCameraSelect</CODE> Structure</h1> 54<h2>Syntax</h2> 55 <div class="section"> 56 <pre class="definition">struct PackageParameterCameraSelect 57{ 58 <a href="../../../../nn/camera/CTR/CameraSelect.html">CameraSelect</a> camera; 59 s8 exposure; 60 <a href="../../../../nn/camera/CTR/WhiteBalance.html">WhiteBalance</a> whiteBalance; 61 s8 sharpness; 62 bool autoExposureOn; 63 bool autoWhiteBalanceOn; 64 <a href="../../../../nn/camera/CTR/FrameRate.html">FrameRate</a> frameRate; 65 <a href="../../../../nn/camera/CTR/PhotoMode.html">PhotoMode</a> photoMode; 66 <a href="../../../../nn/camera/CTR/Contrast.html">Contrast</a> contrast; 67 <a href="../../../../nn/camera/CTR/LensCorrection.html">LensCorrection</a> lensCorrection; 68 bool noiseFilterOn; 69 s16 autoExposureWindowStartX; 70 s16 autoExposureWindowStartY; 71 s16 autoExposureWindowWidth; 72 s16 autoExposureWindowHeight; 73 s16 autoWhiteBalanceWindowStartX; 74 s16 autoWhiteBalanceWindowStartY; 75 s16 autoWhiteBalanceWindowWidth; 76 s16 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>The combination of cameras for which to configure parameters.</td> 93 </tr> 94 <tr> 95 <td width="100"> </td> 96 <th> 97<span class="argument"><CODE>exposure</CODE></span> 98 </th> 99<td>The value specified by the <CODE>SetExposure</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>Value specified by the <CODE>SetWhiteBalance</CODE> function.</td> 107 </tr> 108 <tr> 109 <td width="100"> </td> 110 <th> 111<span class="argument"><CODE>sharpness</CODE></span> 112 </th> 113<td>The value specified by the <CODE>SetSharpness</CODE> function.</td> 114 </tr> 115 <tr> 116 <td width="100"> </td> 117 <th> 118<span class="argument">autoExposureOn</span> 119 </th> 120<td>The value specified by the <CODE>SetAutoExposure</CODE> function.</td> 121 </tr> 122 <tr> 123 <td width="100"> </td> 124 <th> 125<span class="argument">autoWhiteBalanceOn</span> 126 </th> 127<td>Value specified by the <CODE>SetAutoWhiteBalance</CODE> function. This is ignored when <CODE>whiteBalance</CODE> is not <CODE>WHITE_BALANCE_NORMAL</CODE>.</td> 128 </tr> 129 <tr> 130 <td width="100"> </td> 131 <th> 132<span class="argument">frameRate</span> 133 </th> 134<td>Value specified by the <CODE>SetFrameRate</CODE> function.</td> 135 </tr> 136 <tr> 137 <td width="100"> </td> 138 <th> 139<span class="argument">photoMode</span> 140 </th> 141<td>Value specified by the <CODE>SetPhotoMode</CODE> function.</td> 142 </tr> 143 <tr> 144 <td width="100"> </td> 145 <th> 146<span class="argument"><CODE>contrast</CODE></span> 147 </th> 148<td>Value specified by the <CODE>SetContrast</CODE> function.</td> 149 </tr> 150 <tr> 151 <td width="100"> </td> 152 <th> 153<span class="argument">lensCorrection</span> 154 </th> 155<td>Value specified by the <CODE>SetLensCorrection</CODE> function.</td> 156 </tr> 157 <tr> 158 <td width="100"> </td> 159 <th> 160<span class="argument">noiseFilterOn</span> 161 </th> 162<td>Value specified by the <CODE>SetNoiseFilter</CODE> function.</td> 163 </tr> 164 <tr> 165 <td width="100"> </td> 166 <th> 167<span class="argument"><CODE>autoExposureWindowStartX</CODE></span> 168 </th> 169<td>The <SPAN class="argument">startX</SPAN> value specified by the <CODE>SetAutoExposureWindow</CODE> function. You must set this equal to an appropriate value regardless of the value of <CODE>autoExposureOn</CODE>.</td> 170 </tr> 171 <tr> 172 <td width="100"> </td> 173 <th> 174<span class="argument"><CODE>autoExposureWindowStartY</CODE></span> 175 </th> 176<td>The <SPAN class="argument">startY</SPAN> value specified by the <CODE>SetAutoExposureWindow</CODE> function. You must set this equal to an appropriate value regardless of the value of <CODE>autoExposureOn</CODE>.</td> 177 </tr> 178 <tr> 179 <td width="100"> </td> 180 <th> 181<span class="argument"><CODE>autoExposureWindowWidth</CODE></span> 182 </th> 183<td>The <SPAN class="argument">width</SPAN> value specified by the <CODE>SetAutoExposureWindow</CODE> function. You must set this equal to an appropriate value regardless of the value of <CODE>autoExposureOn</CODE>.</td> 184 </tr> 185 <tr> 186 <td width="100"> </td> 187 <th> 188<span class="argument"><CODE>autoExposureWindowHeight</CODE></span> 189 </th> 190<td>The <SPAN class="argument">height</SPAN> value specified by the <CODE>SetAutoExposureWindow</CODE> function. You must set this equal to an appropriate value regardless of the value of <CODE>autoExposureOn</CODE>.</td> 191 </tr> 192 <tr> 193 <td width="100"> </td> 194 <th> 195<span class="argument"><CODE>autoWhiteBalanceWindowStartX</CODE></span> 196 </th> 197<td>The <SPAN class="argument">startX</SPAN> value specified by the <CODE>SetAutoWhiteBalanceWindow</CODE> function. You must set this equal to an appropriate value regardless of the value of <CODE>whiteBalance</CODE> and <CODE>autoWhiteBalanceOn</CODE>.</td> 198 </tr> 199 <tr> 200 <td width="100"> </td> 201 <th> 202<span class="argument"><CODE>autoWhiteBalanceWindowStartY</CODE></span> 203 </th> 204<td>The <SPAN class="argument">startY</SPAN> value specified by the <CODE>SetAutoWhiteBalanceWindow</CODE> function. You must set this equal to an appropriate value regardless of the value of <CODE>whiteBalance</CODE> and <CODE>autoWhiteBalanceOn</CODE>.</td> 205 </tr> 206 <tr> 207 <td width="100"> </td> 208 <th> 209<span class="argument"><CODE>autoWhiteBalanceWindowWidth</CODE></span> 210 </th> 211<td>The <SPAN class="argument">width</SPAN> value specified by the <CODE>SetAutoWhiteBalanceWindow</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>autoWhiteBalanceWindowHeight</CODE></span> 217 </th> 218<td>The <SPAN class="argument">height</SPAN> value specified by the <CODE>SetAutoWhiteBalanceWindow</CODE> function. You must set this equal to an appropriate value regardless of the value of <CODE>whiteBalance</CODE> and <CODE>autoWhiteBalanceOn</CODE>.</td> 219 </tr> </table> 220 </div> 221 </a> 222<h2>Revision History</h2> 223 <div class="section"> 224 <dl class="history"> 225 <dt>2010/12/13</dt> 226<dd>Noted that the response frame must be set regardless of whether auto-exposure and auto white balance are enabled or disabled. 227 </dd> 228 <dt>2010/08/16</dt> 229<dd>Initial version.<br /> 230 </dd> 231 </dl> 232 </div> 233 <hr><p>CONFIDENTIAL</p></body> 234</html>