Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkeblx/wiicam
wii remote camera usage in embedded environment
https://github.com/mkeblx/wiicam
Last synced: about 2 months ago
JSON representation
wii remote camera usage in embedded environment
- Host: GitHub
- URL: https://github.com/mkeblx/wiicam
- Owner: mkeblx
- License: apache-2.0
- Created: 2014-02-06T23:25:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-07T00:10:19.000Z (almost 11 years ago)
- Last Synced: 2023-08-08T05:35:45.038Z (over 1 year ago)
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WiiCam
Wii remote camera usage in embedded environment
Why? The Wii remote provides a low-cost camera with built in blob tracking of up to 4 points all over I2C, enabling easy motion tracking for an embedded system.
## Instructions
At it's most basic:
1. Extract camera from Wiimote
2. Solder into breakout board
3. Insert into standard Arduino board
4. Utilize included library to get point data
5. Make awesome tracking application. Track those IR LEDs!### thx
Inspired by [Johnny Lee's](http://johnnylee.net/projects/wii/) Wii related projects utilizing the Wii remote IR camera for tracking applications.