Struct RppgFrame#
Defined in File rppg_result.hpp
Struct Documentation#
-
struct RppgFrame
One processed video frame’s face-ROI detection, for the debug overlay (PoseOverlayPlayerW::set_rppg_result()) — a separate, finer granularity from RppgWindow’s HR-analysis windows. faceDetected == false means roiBboxPx is meaningless (default-constructed, not a real box).
Public Members
-
int frameIndex = 0
-
int64_t timestampMs = 0
-
bool faceDetected = false
-
QRect roiBboxPx
-
int frameIndex = 0