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</title>
49  </head>
50  <body>
51<h1><CODE><a href="../../../nn/Overview.html">nn</a>::<a href="../../../nn/camera/Overview.html">camera</a>::CTR</CODE> Namespace</h1>
52<h2>Description</h2>
53    <div class="section">
54<p>The CTR's CAMERA namespace. <br />(This namespace can also be written without the <CODE>::CTR</CODE> portion.)</p><P>
55Regardless of the sleep state, the camera operations now stop when the cover of the system is closed.<br />When the system is closed during capture, capture resumes when the system is opened, but because a process equivalent to the <CODE><a href="../../../nn/camera/CTR/Activate.html">nn::camera::CTR::Activate</a>(SELECT_NONE)</CODE> function is performed internally when the system is closed, be aware that there is a period of instability for the images that were written with the <CODE><a href="../../../nn/camera/CTR/Activate.html">nn::camera::CTR::Activate</a></CODE> reference immediately after starting.<br />In addition, according to the timing when the cover is closed, it is possible that the <CODE><a href="../../../nn/camera/CTR/IsBusy.html">nn::camera::CTR::IsBusy</a></CODE> function written to the <CODE><a href="../../../nn/camera/CTR/IsBusy.html">nn::camera::CTR::IsBusy</a></CODE> reference will enter a state where <CODE>true</CODE> is always returned. This state is cancelled when the cover is opened, but when a process to transition to sleep when the cover is closed is implemented, exercise caution to keep the <CODE><a href="../../../nn/camera/CTR/IsBusy.html">nn::camera::CTR::IsBusy</a></CODE> function from entering an infinite polling loop.
56            </P><P>
57The camera functions are not all thread-safe, so they must not be called simultaneously from multiple threads, but also note that the camera functions must not be called during applet transitions.
58            </P><p>
59<B>Note:</B> When shutting down the application, if the <CODE><a href="../../../nn/camera/CTR/Finalize.html">nn::camera::CTR::Finalize</a></CODE> function is not called after stopping capture with the <CODE><a href="../../../nn/camera/CTR/StopCapture.html">nn::camera::CTR::StopCapture</a></CODE> function and stopping the cameras with the <CODE><a href="../../../nn/camera/CTR/Activate.html">nn::camera::CTR::Activate</a>(SELECT_NONE)</CODE> function, then there may be audible noise while on the HOME Menu.
60            </p></div>
61    <a name="class" id="class">
62<h2>Classes</h2>
63      <div class="section">
64        <table class="members">
65          <tr>
66            <th>
67<a href="../../../nn/camera/CTR/ResultIsSleeping/Overview.html"><CODE>nn::camera::CTR::ResultIsSleeping</CODE></a>
68            </th>
69<td>Indicates that the function attempted to be called cannot be used because the system cover is closed.</td>
70          </tr>
71          <tr>
72            <th>
73<a href="../../../nn/camera/CTR/ResultFatalError/Overview.html"><CODE>nn::camera::CTR::ResultFatalError</CODE></a>
74            </th>
75<td>Indicates that the camera failed to reboot. There may be something physically wrong with the camera.</td>
76          </tr>
77          <tr>
78            <th>
79<a href="../../../nn/camera/CTR/ResultAlreadyInitialized/Overview.html"><CODE>nn::camera::CTR::ResultAlreadyInitialized</CODE></a>
80            </th>
81<td>Indicates that the Camera library has already been initialized.</td>
82          </tr>
83          <tr>
84            <th>
85<a href="../../../nn/camera/CTR/ResultUsingOtherProcess/Overview.html"><CODE>nn::camera::CTR::ResultUsingOtherProcess</CODE></a>
86            </th>
87<td>Indicates that this process cannot use the cameras because another process is currently using them.</td>
88          </tr> </table>
89      </div>
90    </a> <a name="struct" id="struct">
91<h2>Structures</h2>
92      <div class="section">
93        <table class="members">
94          <tr>
95            <th>
96<a href="../../../nn/camera/CTR/StereoCameraCalibrationData/Overview.html"><CODE>nn::camera::CTR::StereoCameraCalibrationData</CODE></a>
97            </th>
98<td>Structure that gives calibration information for the stereo cameras.</td>
99          </tr>
100          <tr>
101            <th>
102<a href="../../../nn/camera/CTR/PackageParameterCameraSelect/Overview.html"><CODE>nn::camera::CTR::PackageParameterCameraSelect</CODE></a>
103            </th>
104<td>Structure for batch-configuring parameters without context but with cameras specified.</td>
105          </tr>
106          <tr>
107            <th>
108<a href="../../../nn/camera/CTR/PackageParameterContext/Overview.html"><CODE>nn::camera::CTR::PackageParameterContext</CODE></a>
109            </th>
110<td>Structure used for batch-configuring parameters with context and with cameras specified. Use when specifying the size with <CODE>SetDetailSize</CODE>.</td>
111          </tr>
112          <tr>
113            <th>
114<a href="../../../nn/camera/CTR/PackageParameterContextDetail/Overview.html"><CODE>nn::camera::CTR::PackageParameterContextDetail</CODE></a>
115            </th>
116<td>Structure used for batch-configuring parameters with context and with cameras specified. Use when specifying the size with <CODE>SetDetailSize</CODE>.</td>
117          </tr> </table>
118      </div>
119    </a> <a name="enum" id="enum">
120<h2>Enumerated Types</h2>
121      <div class="section">
122        <table class="members">
123          <tr>
124            <td width="100"> </td>
125            <th>
126<a href="../../../nn/camera/CTR/CameraSelect.html"><CODE>CameraSelect</CODE></a>
127            </th>
128<td>Enumerated type that represents combinations of cameras.</td>
129          </tr>
130          <tr>
131            <td width="100"> </td>
132            <th>
133<a href="../../../nn/camera/CTR/Port.html"><CODE>Port</CODE></a>
134            </th>
135<td>Enumerated type that indicates a camera's connection target port.</td>
136          </tr>
137          <tr>
138            <td width="100"> </td>
139            <th>
140<a href="../../../nn/camera/CTR/Context.html"><CODE>Context</CODE></a>
141            </th>
142<td>Enumerated type that indicates the camera context.</td>
143          </tr>
144          <tr>
145            <td width="100"> </td>
146            <th>
147<a href="../../../nn/camera/CTR/Flip.html"><CODE>Flip</CODE></a>
148            </th>
149<td>Enumerated type that indicates flipping types.</td>
150          </tr>
151          <tr>
152            <td width="100"> </td>
153            <th>
154<a href="../../../nn/camera/CTR/Size.html"><CODE>Size</CODE></a>
155            </th>
156<td>Enumerated type that indicates resolutions.</td>
157          </tr>
158          <tr>
159            <td width="100"> </td>
160            <th>
161<a href="../../../nn/camera/CTR/FrameRate.html"><CODE>FrameRate</CODE></a>
162            </th>
163<td>Enumerated type that indicates framerates.</td>
164          </tr>
165          <tr>
166            <td width="100"> </td>
167            <th>
168<a href="../../../nn/camera/CTR/WhiteBalance.html"><CODE>WhiteBalance</CODE></a>
169            </th>
170<td>Enumerated type that indicates white balance.</td>
171          </tr>
172          <tr>
173            <td width="100"> </td>
174            <th>
175<a href="../../../nn/camera/CTR/PhotoMode.html"><CODE>PhotoMode</CODE></a>
176            </th>
177<td>Enumerated type that indicates the photo mode.</td>
178          </tr>
179          <tr>
180            <td width="100"> </td>
181            <th>
182<a href="../../../nn/camera/CTR/Effect.html"><CODE>Effect</CODE></a>
183            </th>
184<td>Enumerated type that indicates effects.</td>
185          </tr>
186          <tr>
187            <td width="100"> </td>
188            <th>
189<a href="../../../nn/camera/CTR/Contrast.html"><CODE>Contrast</CODE></a>
190            </th>
191<td>Enumerated type that indicates contrast (gamma curve) patterns.</td>
192          </tr>
193          <tr>
194            <td width="100"> </td>
195            <th>
196<a href="../../../nn/camera/CTR/LensCorrection.html"><CODE>LensCorrection</CODE></a>
197            </th>
198<td>Enumerated type that indicates the degree of lens correction to apply.</td>
199          </tr>
200          <tr>
201            <td width="100"> </td>
202            <th>
203<a href="../../../nn/camera/CTR/ShutterSoundType.html"><CODE>ShutterSoundType</CODE></a>
204            </th>
205<td>Enumerated type that indicates types of shutter sounds.</td>
206          </tr> </table>
207      </div>
208    </a> <a name="function" id="function">
209<h2>Functions</h2>
210      <div class="section">
211        <table class="members">
212          <tr>
213<th class="category" colspan="3">Other</th>
214          </tr>
215          <tr>
216            <td width="100">  </td>
217            <th>
218<a href="../../../nn/camera/CTR/Initialize.html"><CODE>Initialize</CODE></a>
219            </th>
220<td>Initializes the CAMERA library and makes the cameras available for use.</td>
221          </tr>
222          <tr>
223            <td width="100">  </td>
224            <th>
225<a href="../../../nn/camera/CTR/Finalize.html"><CODE>Finalize</CODE></a>
226            </th>
227<td>Shuts down the CAMERA library.</td>
228          </tr>
229          <tr>
230            <td width="100">  </td>
231            <th>
232<a href="../../../nn/camera/CTR/StartCapture.html"><CODE>StartCapture</CODE></a>
233            </th>
234<td>Starts capturing.</td>
235          </tr>
236          <tr>
237            <td width="100">  </td>
238            <th>
239<a href="../../../nn/camera/CTR/StopCapture.html"><CODE>StopCapture</CODE></a>
240            </th>
241<td>Stops capturing.</td>
242          </tr>
243          <tr>
244            <td width="100">  </td>
245            <th>
246<a href="../../../nn/camera/CTR/IsBusy.html"><CODE>IsBusy</CODE></a>
247            </th>
248<td>Gets whether the camera is currently capturing image data.</td>
249          </tr>
250          <tr>
251            <td width="100">  </td>
252            <th>
253<a href="../../../nn/camera/CTR/ClearBuffer.html"><CODE>ClearBuffer</CODE></a>
254            </th>
255<td>Clears the buffer and the error flags.</td>
256          </tr>
257          <tr>
258            <td width="100">  </td>
259            <th>
260<a href="../../../nn/camera/CTR/GetVsyncInterruptEvent.html"><CODE>GetVsyncInterruptEvent</CODE></a>
261            </th>
262<td>Gets the event used to detect camera V-Sync interrupts.</td>
263          </tr>
264          <tr>
265            <td width="100">  </td>
266            <th>
267<a href="../../../nn/camera/CTR/GetBufferErrorInterruptEvent.html"><CODE>GetBufferErrorInterruptEvent</CODE></a>
268            </th>
269<td>Gets the event used to detect camera buffer error interrupts and reboots.</td>
270          </tr>
271          <tr>
272            <td width="100">  </td>
273            <th>
274<a href="../../../nn/camera/CTR/SetReceiving.html"><CODE>SetReceiving</CODE></a>
275            </th>
276<td>Configures loading of image data. Only a single frame is received, so this must be set once per each camera frame.</td>
277          </tr>
278          <tr>
279            <td width="100">  </td>
280            <th>
281<a href="../../../nn/camera/CTR/IsFinishedReceiving.html"><CODE>IsFinishedReceiving</CODE></a>
282            </th>
283<td>Checks whether image data transfer has completed.</td>
284          </tr>
285          <tr>
286            <td width="100">  </td>
287            <th>
288<a href="../../../nn/camera/CTR/SetTransferLines.html"><CODE>SetTransferLines</CODE></a>
289            </th>
290<td>Sets the number of lines to save in the buffer.</td>
291          </tr>
292          <tr>
293            <td width="100">  </td>
294            <th>
295<a href="../../../nn/camera/CTR/GetMaxLines.html"><CODE>GetMaxLines</CODE></a>
296            </th>
297<td>Gets the maximum number of lines that can be saved in the buffer.</td>
298          </tr>
299          <tr>
300            <td width="100">  </td>
301            <th>
302<a href="../../../nn/camera/CTR/SetTransferBytes.html"><CODE>SetTransferBytes</CODE></a>
303            </th>
304<td>Sets the number of bytes to save in the buffer.</td>
305          </tr>
306          <tr>
307            <td width="100">  </td>
308            <th>
309<a href="../../../nn/camera/CTR/GetTransferBytes.html"><CODE>GetTransferBytes</CODE></a>
310            </th>
311<td>Gets the current setting for the number of bytes to save to the buffer.</td>
312          </tr>
313          <tr>
314            <td width="100">  </td>
315            <th>
316<a href="../../../nn/camera/CTR/GetMaxBytes.html"><CODE>GetMaxBytes</CODE></a>
317            </th>
318<td>Gets the maximum number of bytes that can be saved in the buffer.</td>
319          </tr>
320          <tr>
321            <td width="100">  </td>
322            <th>
323<a href="../../../nn/camera/CTR/GetLineBytes.html"><CODE>GetLineBytes</CODE></a>
324            </th>
325<td>Gets the number of bytes in one line.</td>
326          </tr>
327          <tr>
328            <td width="100">  </td>
329            <th>
330<a href="../../../nn/camera/CTR/GetFrameBytes.html"><CODE>GetFrameBytes</CODE></a>
331            </th>
332<td>Gets the number of bytes in one frame.</td>
333          </tr>
334          <tr>
335            <td width="100">  </td>
336            <th>
337<a href="../../../nn/camera/CTR/SetTrimming.html"><CODE>SetTrimming</CODE></a>
338            </th>
339<td>Enables/disables trimming.</td>
340          </tr>
341          <tr>
342            <td width="100">  </td>
343            <th>
344<a href="../../../nn/camera/CTR/IsTrimming.html"><CODE>IsTrimming</CODE></a>
345            </th>
346<td>Checks whether trimming is enabled.</td>
347          </tr>
348          <tr>
349            <td width="100">  </td>
350            <th>
351<a href="../../../nn/camera/CTR/SetTrimmingParams.html"><CODE>SetTrimmingParams</CODE></a>
352            </th>
353<td>Sets the positions to which to trim.</td>
354          </tr>
355          <tr>
356            <td width="100">  </td>
357            <th>
358<a href="../../../nn/camera/CTR/GetTrimmingParams.html"><CODE>GetTrimmingParams</CODE></a>
359            </th>
360<td>Gets the positions to which to trim.</td>
361          </tr>
362          <tr>
363            <td width="100">  </td>
364            <th>
365<a href="../../../nn/camera/CTR/SetTrimmingParamsCenter.html"><CODE>SetTrimmingParamsCenter</CODE></a>
366            </th>
367<td>Sets the trimming positions relative to the center of the camera image.</td>
368          </tr>
369          <tr>
370            <td width="100">  </td>
371            <th>
372<a href="../../../nn/camera/CTR/Activate.html"><CODE>Activate</CODE></a>
373            </th>
374<td>Activates a camera.</td>
375          </tr>
376          <tr>
377            <td width="100">  </td>
378            <th>
379<a href="../../../nn/camera/CTR/SwitchContext.html"><CODE>SwitchContext</CODE></a>
380            </th>
381<td>Switches the camera settings context.</td>
382          </tr>
383          <tr>
384            <td width="100">  </td>
385            <th>
386<a href="../../../nn/camera/CTR/SetExposure.html"><CODE>SetExposure</CODE></a>
387            </th>
388<td>Sets the exposure.</td>
389          </tr>
390          <tr>
391            <td width="100">  </td>
392            <th>
393<a href="../../../nn/camera/CTR/SetWhiteBalance.html"><CODE>SetWhiteBalance</CODE></a>
394            </th>
395<td>Sets the white balance.</td>
396          </tr>
397          <tr>
398            <td width="100">  </td>
399            <th>
400<a href="../../../nn/camera/CTR/SetSharpness.html"><CODE>SetSharpness</CODE></a>
401            </th>
402<td>Sets the sharpness.</td>
403          </tr>
404          <tr>
405            <td width="100">  </td>
406            <th>
407<a href="../../../nn/camera/CTR/SetAutoExposure.html"><CODE>SetAutoExposure</CODE></a>
408            </th>
409<td>Enables/disables auto exposure.</td>
410          </tr>
411          <tr>
412            <td width="100">  </td>
413            <th>
414<a href="../../../nn/camera/CTR/IsAutoExposure.html"><CODE>IsAutoExposure</CODE></a>
415            </th>
416<td>Checks whether auto exposure is enabled.</td>
417          </tr>
418          <tr>
419            <td width="100">  </td>
420            <th>
421<a href="../../../nn/camera/CTR/SetAutoWhiteBalance.html"><CODE>SetAutoWhiteBalance</CODE></a>
422            </th>
423<td>Enables/disables automatic white balance.</td>
424          </tr>
425          <tr>
426            <td width="100">  </td>
427            <th>
428<a href="../../../nn/camera/CTR/IsAutoWhiteBalance.html"><CODE>IsAutoWhiteBalance</CODE></a>
429            </th>
430<td>Checks whether automatic white balance is enabled.</td>
431          </tr>
432          <tr>
433            <td width="100">  </td>
434            <th>
435<a href="../../../nn/camera/CTR/FlipImage.html"><CODE>FlipImage</CODE></a>
436            </th>
437<td>Configures flipping of images.</td>
438          </tr>
439          <tr>
440            <td width="100">  </td>
441            <th>
442<a href="../../../nn/camera/CTR/SetDetailSize.html"><CODE>SetDetailSize</CODE></a>
443            </th>
444<td>Sets the resolution (in pixels).</td>
445          </tr>
446          <tr>
447            <td width="100">  </td>
448            <th>
449<a href="../../../nn/camera/CTR/SetSize.html"><CODE>SetSize</CODE></a>
450            </th>
451<td>Sets the resolution.</td>
452          </tr>
453          <tr>
454            <td width="100">  </td>
455            <th>
456<a href="../../../nn/camera/CTR/SetFrameRate.html"><CODE>SetFrameRate</CODE></a>
457            </th>
458<td>Sets the framerate.</td>
459          </tr>
460          <tr>
461            <td width="100">  </td>
462            <th>
463<a href="../../../nn/camera/CTR/SetPhotoMode.html"><CODE>SetPhotoMode</CODE></a>
464            </th>
465<td>Sets the photo mode.</td>
466          </tr>
467          <tr>
468            <td width="100">  </td>
469            <th>
470<a href="../../../nn/camera/CTR/SetEffect.html"><CODE>SetEffect</CODE></a>
471            </th>
472<td>Sets an image effect.</td>
473          </tr>
474          <tr>
475            <td width="100">  </td>
476            <th>
477<a href="../../../nn/camera/CTR/SetContrast.html"><CODE>SetContrast</CODE></a>
478            </th>
479<td>Sets the image contrast (gamma curve).</td>
480          </tr>
481          <tr>
482            <td width="100">  </td>
483            <th>
484<a href="../../../nn/camera/CTR/SetLensCorrection.html"><CODE>SetLensCorrection</CODE></a>
485            </th>
486<td>Sets the degree of lens correction.</td>
487          </tr>
488          <tr>
489            <td width="100">  </td>
490            <th>
491<a href="../../../nn/camera/CTR/SetAutoExposureWindow.html"><CODE>SetAutoExposureWindow</CODE></a>
492            </th>
493<td>Sets the region within the view to use as the basis for calculating auto exposure (the response frame).</td>
494          </tr>
495          <tr>
496            <td width="100">  </td>
497            <th>
498<a href="../../../nn/camera/CTR/SetAutoWhiteBalanceWindow.html"><CODE>SetAutoWhiteBalanceWindow</CODE></a>
499            </th>
500<td>Sets the region within the view to use as the basis for calculating auto white balance.</td>
501          </tr>
502          <tr>
503            <td width="100">  </td>
504            <th>
505<a href="../../../nn/camera/CTR/SetNoiseFilter.html"><CODE>SetNoiseFilter</CODE></a>
506            </th>
507<td>Sets the noise filter.</td>
508          </tr>
509          <tr>
510            <td width="100">  </td>
511            <th>
512<a href="../../../nn/camera/CTR/SynchronizeVsyncTiming.html"><CODE>SynchronizeVsyncTiming</CODE></a>
513            </th>
514<td>Synchronizes the camera V-Sync signal timing. However, this can never perfectly synchronize timing so that there is absolutely no discrepancy.</td>
515          </tr>
516          <tr>
517            <td width="100">  </td>
518            <th>
519<a href="../../../nn/camera/CTR/GetLatestVsyncTiming.html"><CODE>GetLatestVsyncTiming</CODE></a>
520            </th>
521<td>Gets the timing history of camera V-Sync signal inputs.</td>
522          </tr>
523          <tr>
524            <td width="100">  </td>
525            <th>
526<a href="../../../nn/camera/CTR/SetBrightnessSynchronization.html"><CODE>SetBrightnessSynchronization</CODE></a>
527            </th>
528<td>Configures the start and end of brightness synchronization.</td>
529          </tr>
530          <tr>
531            <td width="100">  </td>
532            <th>
533<a href="../../../nn/camera/CTR/GetStereoCameraCalibrationData.html"><CODE>GetStereoCameraCalibrationData</CODE></a>
534            </th>
535<td>Gets calibration data for the stereo camera positions.</td>
536          </tr>
537          <tr>
538            <td width="100">  </td>
539            <th>
540<a href="../../../nn/camera/CTR/GetParallaxOnChart.html"><CODE>GetParallaxOnChart</CODE></a>
541            </th>
542<td>Calculates the parallax in the measurement chart when the stereo cameras' calibration data is measured.</td>
543          </tr>
544          <tr>
545            <td width="100">  </td>
546            <th>
547<a href="../../../nn/camera/CTR/GetParallax.html"><CODE>GetParallax</CODE></a>
548            </th>
549<td>Calculates the parallax at a specific distance from the stereo camera.</td>
550          </tr>
551          <tr>
552            <td width="100">  </td>
553            <th>
554<a href="../../../nn/camera/CTR/GetStereoCameraCalibrationMatrix.html"><CODE>GetStereoCameraCalibrationMatrix</CODE></a>
555            </th>
556<td>Calculates a correction matrix used to make the left camera image match the right camera image in 3D space.</td>
557          </tr>
558          <tr>
559            <td width="100">  </td>
560            <th>
561<a href="../../../nn/camera/CTR/GetStereoCameraCalibrationMatrixEx.html"><CODE>GetStereoCameraCalibrationMatrixEx</CODE></a>
562            </th>
563<td>Calculates a correction matrix used to make the left camera image match the right camera image in 3D space.</td>
564          </tr>
565          <tr>
566            <td width="100">  </td>
567            <th>
568<a href="../../../nn/camera/CTR/SetPackageParameterWithoutContext.html"><CODE>SetPackageParameterWithoutContext</CODE></a>
569            </th>
570<td>Batch-configures settings for a camera with no context specified.</td>
571          </tr>
572          <tr>
573            <td width="100">  </td>
574            <th>
575<a href="../../../nn/camera/CTR/SetPackageParameterWithContext.html"><CODE>SetPackageParameterWithContext</CODE></a>
576            </th>
577<td>Batch-configures settings for a camera with context specified. Use when configuring resolution with an enumerated type.</td>
578          </tr>
579          <tr>
580            <td width="100">  </td>
581            <th>
582<a href="../../../nn/camera/CTR/GetSuitableY2rStandardCoefficient.html"><CODE>GetSuitableY2rStandardCoefficient</CODE></a>
583            </th>
584<td>Gets the Y2R conversion coefficient applied to the data output by the camera.</td>
585          </tr>
586          <tr>
587            <td width="100">  </td>
588            <th>
589<a href="../../../nn/camera/CTR/PlayShutterSound.html"><CODE>PlayShutterSound</CODE></a>
590            </th>
591<td>Plays back the shutter sound and temporarily turns off the camera LED.</td>
592          </tr> </table>
593      </div>
594    </a>
595<h2>Revision History</h2>
596    <div class="section">
597      <dl class="history">
598        <dt>2011/04/06</dt>
599<dd>Added explanation about noise might be generated in the HOME Menu depending on the shutdown procedure.<br />
600        </dd>
601        <dt>2010/12/27</dt>
602<dd>Added explanation about calling camera functions during applet transitions.<br />
603        </dd>
604        <dt>2010/11/01</dt>
605<dd>Added an explanation about behavior when the cover is closed.<br />
606        </dd>
607        <dt>2010/10/04</dt>
608<dd>Added an explanation about behavior when the camera recovers from sleep.<br />
609        </dd>
610        <dt>2010/01/07</dt>
611<dd>Initial version.<br />
612        </dd>
613      </dl>
614    </div>
615  <hr><p>CONFIDENTIAL</p></body>
616</html>
617