Accessibility/Input

From OLPC
< Accessibility
Revision as of 00:40, 14 April 2008 by Nrp (talk | contribs) (Creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

To help children with physical disabilities preventing them from using a mouse, it is useful to explore alternative accessible mice. With an onboard webcam, vision based mice are possible.

Head/Eye Tracking

Using a vision library like OpenCV, head tracking is possible on the XO at approximately 10 frames per second. This may be adequate for browsing around the operating system, but it would make typing on an on screen keyboard frustrating. It may be necessary to look into alternative tracking algorithms. Another disadvantage is that tracking head movement requires an amount of movement that may be excessive for those with limited head movement.

A better approach would be to take into account eye position, similar to what is done in IBM's Head-Tracking Pointer. This allows accurate control with only limited face movement.

LED/IR LED Tracking

LED tracking is far easier to implement and takes significantly less processing power. It is also more accurate in good conditions. One downside is that background light could potentially throw off the reading, but using a specifically colored LED can resolve some of that. The other issue is that it would require an additional piece of hardware that may be difficult for an end user to build or acquire.

While IR LEDs are typically used in mice like this, it appears that the XO's webcam has an IR filter. This will likely prevent that from being a realistic solution.

The simplest hardware implementation for an LED tracker would be an LED and resistor attached to a wire and powered from one of the USB ports. The LED could then be attached to a headband or glasses clip.

See Also