How Can I Improve Real-Time Face Matching and Display Efficiency in a Multi-Camera System Using OpenCV and Dlib?
I am working on a real-time face recognition project where I have two cameras (Camera X and Camera Y) set up to capture images of people passing by. The goal is to match faces from Camera X with those captured by Camera Y and display the matched images immediately. Here is a brief overview of my setup and problem: