This document presents a method for detecting and classifying paint defects on car bodies using a BeagleBone Black single-board computer. A camera connected to the BeagleBone Black is used to capture images of car bodies. OpenCV image processing libraries are used to detect defects in the images using local binary pattern analysis and then classify the defects using a k-nearest neighbors classifier. A graphical user interface created with Qt displays the image processing results, highlighting detected defects and identifying their classification. The method is shown to accurately detect and classify common defects like stone chips, peeling, and water spots. The system provides an automated solution to paint defect inspection.