This document summarizes a research paper that presents a framework for detecting and tracking objects in real-time video based on color. The proposed methodology uses a webcam to capture video, performs color-based filtering and image processing to isolate the target object, and analyzes the object's motion over time to track its path. Key steps include Euclidean filtering to isolate the object's color, converting to grayscale for faster processing, contour extraction to delineate the object's shape, and analyzing metrics like the Hurst exponent and Lyapunov exponent to detect chaos in the object's motion over time. The goal is to develop an efficient and real-time system for color-based object detection and tracking.