Struct Gaze2dFrame#
Defined in File gaze2d_result.hpp
Struct Documentation#
-
struct Gaze2dFrame#
One processed video frame’s face detection + calibration-free 2D gaze heuristic. Mirrors run_gaze2d.py’s “frames” JSON array exactly. faceDetected == false means faceBoxPx/gazeDx/gazeDy are meaningless (default-constructed, not real values) — the single source of truth callers must check, matching every sibling result class’s own “one boolean gates several parallel fields” convention.