This document describes Evalu8, a program that analyzes drone footage to evaluate visual perception load and clutter. It uses C++ and OpenCV algorithms to extract features from frames and apply optical flow analysis. Evalu8 reads frames, extracts features using SURF, Shi-Tomasi corners, Harris corners, and Canny edge detection. It also performs optical flow analysis. The metrics are normalized and combined to produce a final visual perception score from 0-100 indicating load. The program outputs data for further analysis and future work aims to correlate the scores with workload measures and optimize processing.