When reading video with OpenCV, the key metric is frame read success rate. This measures how many frames the program successfully reads compared to the total frames in the video. It matters because if frames are missed or corrupted, the video processing or analysis will be wrong or incomplete.
Another important metric is frame processing speed (frames per second). This tells us if the video is read fast enough for real-time use or if it lags behind.