<!-- iframe showing the search results (closed by default) -->
<divid="MSearchResultsWindow">
<iframesrc="javascript:void(0)"frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
</div><!-- top -->
<divclass="header">
<divclass="headertitle">
<divclass="title">WiiCameraReadme </div></div>
</div><!--header-->
<divclass="contents">
<divclass="textblock"><p>Please see <ahref="http://wiibrew.org/wiki/Wiimote#IR_Camera">http://wiibrew.org/wiki/Wiimote#IR_Camera</a> for the complete capabilities of the Wii camera. The IR camera code was written based on the above website and with support from Kristian Lauszus.</p>
<p>Must omit the "." in the name of the USB_Host_Shiled_2.0 library folder when inserting into the Arudino library folder.</p>
<p>This library is large, if you run into memory problems when uploading to the arduino, comment out the #define DEBUG in the <aclass="el"href="_b_t_d_8cpp.html">BTD.cpp</a> and <aclass="el"href="_wii_8cpp.html">Wii.cpp</a> files.</p>
<p>To enable the IR camera code, uncomment #define WIICAMERA in <aclass="el"href="_wii_8h.html">Wii.h</a>.</p>
<p>This library impliments the following settings:</p>
<li>Data Format: Extended mode (0x03). Full mode is not working yet. The output reports 0x3e and 0x3f need tampering with<ul>
<li>In this mode the camera outputs x and y corridinates and a size dimension for the 4 brightest points.</li>
</ul>
</li>
</ul>
<p>Again, read through <ahref="http://wiibrew.org/wiki/Wiimote#IR_Camera">http://wiibrew.org/wiki/Wiimote#IR_Camera</a> to get an understanding of the camera and its settings. </p>