The document describes a proposed virtual mouse system that uses hand gesture recognition instead of a physical mouse. It discusses the limitations of existing input devices like trackballs and optical mice. The proposed system uses a webcam to capture images of hand gestures, applies object recognition techniques to identify gestures, and translates the gestures to mouse events on the screen. It outlines the hardware and software requirements and modules needed to implement the virtual mouse, including image acquisition, object recognition, coordinate calculation, and event generation. Work done so far includes literature research and initial implementation efforts.