1<?xml version="1.0" encoding="utf-8"?> 2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 4<head> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 <meta http-equiv="Content-Style-Type" content="text/css" /> 7 <link rel="stylesheet" href="../../css/manpage.css" type="text/css" /> 8</head> 9<body> 10<h1>ulcd - Simple Demo</h1> 11<h2>Description</h2> 12<div class="section"> 13 <p>This sample realizes stereoscopic view for the naked eye while prioritizing application settings.</p> 14</div> 15<h2>Required Environment</h2> 16<div class="section"> 17 <p>None.</p> 18</div> 19<h2>How to Use</h2> 20<div class="section"> 21 <table class="operation"> 22 <thead> 23 <tr> 24 <th class="operation">Input</th> 25 <th class="operation">Operation</th> 26 </tr> 27 </thead> 28 <tr> 29 <td>3D depth slider</td> 30 <td>Adjusts the stereoscopic depth of 3D images.</td> 31 </tr> 32 <tr> 33 <td class="operation">+Control Pad Up/Down</td> 34 <td class="operation">Selects Depth Level/Factor.</td> 35 </tr> 36 <tr> 37 <td class="operation">+Control Pad Left/Right</td> 38 <td class="operation">Changes the selected parameter (Depth Level/Factor).</td> 39 </tr> 40 </table> 41</div> 42<h2>Notes</h2> 43<div class="section"> 44 <p>None.</p> 45</div> 46<h2>Execution Procedure</h2> 47<div class="section"> 48 <p>When the demo is run, three solid objects are shown on the upper screen facing from front to back. <BR> The solid objects are displayed in stereoscopic view when the 3D depth slider is turned on.</p> 49 <p>The following parameters related to display in stereoscopic view are displayed on the lower screen.</p> 50 <ul> 51 <li>Depth Level<br /> The distance from the camera to the reference plane. Specify a value of 0.001 or more. </li> 52 <li>Factor<br /> The stereoscopic adjustment coefficient. Specify a value ranging from 0.000 to 1.000. (1.000 is standard, while 0.000 represents no parallax.)</li> 53 <li>dist(from CAM) 10.0.0f<br /> Indicates the parallax at a point separated from the camera by a specified distance (<CODE>10.0f</CODE>) as a ratio of the screen width.<br /> For details, see the reference for <CODE>nn::ulcd::CTR::StereoCamera::GetParallax</CODE>.</li> 54 <li>dist(from CAM) 15.0f<br /> Indicates the parallax at a point separated from the camera by a specified distance (<CODE>15.0f</CODE>) as a ratio of the screen width.<br /> For details, see the reference for <CODE>nn::ulcd::CTR::StereoCamera::GetParallax</CODE>.</li> 55 <li>max<BR>Indicates the parallax at the farthest possible distance. The parallax is expressed as a ratio of the screen width. For details, see the reference for <CODE>nn::ulcd::CTR::StereoCamera::GetMaxParallax</CODE>.</li> 56 </ul> 57 <p><img src="Fig/image2010_1203_1530_0.PNG"></p> 58 <p>There is no shutdown procedure. Stop execution in a timely manner.</p> 59</div> 60<h2>Revision History</h2> 61<div class="section"> 62 <dl class="history"> 63 <dt>2011/02/02</dt> 64 <dd>Initial version.</dd> 65 </dl> 66</div> 67<hr><p>CONFIDENTIAL</p></body> 68</html> 69