This document outlines a project to implement object detection and tracking using an FPGA-based distributed camera system. It discusses the motivation, objectives, and scope of the project. The system design uses image processing algorithms like grayscale conversion, thresholding, and edge detection for object detection, and normalized cross correlation for object tracking. The document presents results from MATLAB simulations demonstrating these algorithms and discusses implementing the system on an FPGA for real-time tracking. Future work includes connecting modules, behavioral analysis, and a user interface.