This document presents a method for detecting eye gaze using a low-resolution webcam. The method uses OpenCV and the Viola-Jones algorithm to detect faces and eyes. It then calculates the eye centers and maps them to X-Y coordinates on the screen. The algorithm achieves 69-74% accuracy in detecting gaze positions. It can be used for applications like controlling interfaces for blind users or in military cockpits. The method provides an economical way to perform eye gaze detection using regular webcams and open-source tools.