Struct PoseFrame#
Defined in File pose_analysis_result.hpp
Struct Documentation#
-
struct PoseFrame
One analysed frame. Mirrors run_pose.py’s per-frame JSON object.
Public Members
-
int frameIndex = 0
-
int64_t timestampNs = 0
-
int cameraIndex = 0
-
QVector<PoseSubject> subjects
-
int frameIndex = 0