From 6caac1319b99e252fcd8b1b1c8b05486479e70dc Mon Sep 17 00:00:00 2001 From: Kristian Lauszus Date: Sun, 27 Jan 2013 16:24:16 +0100 Subject: [PATCH] It can now track all four brightest points --- WiiCameraReadme.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/WiiCameraReadme.md b/WiiCameraReadme.md index 375a320c..782f78a1 100644 --- a/WiiCameraReadme.md +++ b/WiiCameraReadme.md @@ -10,8 +10,6 @@ This library impliments the following settings: * Report sensitivity mode: 00 00 00 00 00 00 90 00 41 40 00 Suggested by inio (high sensitivity) * Data Format: Extended mode (0x03). Full mode is not working yet. The output reports 0x3e and 0x3f need tampering with - * In this mode the camera outputs x and y corridinates and a size dimension for the 4 brightest points. + * In this mode the camera outputs x and y corridinates and a size dimension for the 4 brightest points. -__CURRENTLY, CODE IS ONLY WRITTEN FOR THE 2 BRIGHTEST POINTS__ - -Again, read through to get an understanding of the camera and its settings. \ No newline at end of file +Again, read through to get an understanding of the camera and its settings.