More Wiimote hacking from Johnny Lee

Our friend [Johnny Lee] has been quite busy traveling and moving to a new city. He hasn’t had time to put together any new videos because of this. He’s been doing more Wiimote research though and has put together an extensive post about what he’s working on and thinking about.

Right before the move, he put together a demo for throwable displays. The square pieces of foamcore have retro-reflective tape added to each of the corners. The Wiimote sees the orientation of the square and adjusts the projected image to fit perfectly; even when you pick it up and throw it. He used it to add a trail to an airhockey puck. Embedded above is an earlier project where he used the Wiimote to track a foldable display and project accordingly.

[Johnny] has also been working on 3D tracking with two or more Wiimotes. Since the Wiimote is camera based, stereo triangulation is simple. Check out the video below from the University of Cambridge that uses two Wiimotes for motion capture.

Have a look at [Johnny Lee]‘s full post for even more Wiimote ideas.

Twitter security cam


It seems that people keep coming up with ingenious things to with Twitter. Reminding you to water your plants is relatively inventive, but for shear practicality, [Shantanu Goel] created a security camera using a webcam, a few freeware apps, and a Twitter account.

To make this work, install Motion on a system running Linux. As its name suggests, Motion is a free motion-detecting application that monitors movement in a webcam’s field of view. Once installed, it should be configured to take a snapshot of the event whenever something moves; with the locate option turned on, it draws a square frame around the area where motion occurred. The program includes http server functionality, so the photos can be viewed from a remote location. When all of that is properly configured, motion can be set to trigger cURL, Wget, or [Goel]‘s Perl script to post a message to Twitter about the event. From there the Twitter account can be configured to send text messages to a phone, creating a virtually instant notification of motion sensed by the webcam.

[via Hackszine]