should finish tomorrow
This commit is contained in:
parent
88d9ffbfc1
commit
db676146c9
@ -44,10 +44,12 @@ openpose_path = '' # only checked if OpenPose is used
|
||||
|
||||
[synchronization]
|
||||
display_corr = true # true or false (lowercase)
|
||||
reset_sync = true # Recalculate synchronization even if already done
|
||||
approx_time_maxspeed = 'auto' # Approximate time where to search for synchronization. Useful a sharp vertical movement is done (with any part of the body)
|
||||
# For example [1.0, 0.2, 0.8, 1.1] (in seconds, one value per camera)
|
||||
# If 'auto': automatic search (default)
|
||||
keypoints_to_consider = 'all' # 'all' if all points should be considered (default)
|
||||
# ['RWrist', 'RElbow'] list of keypoint names if you want to specify the keypoints to consider
|
||||
approx_time_maxspeed = 'auto' # 'auto' if you want to consider the whole capture (default, slower if long sequences)
|
||||
# [1.0, 0.2, 0.8, 1.1] list of times in seconds, one value per camera if you want to specify an approximate time where to search for synchronization.
|
||||
# Best times: only one person is in the scene, who performs a sharp vertical movement (with keypoints_to_consider).
|
||||
reset_sync = true # Revert to state before synchronization. Won't attempt to synchronize unless set to false.
|
||||
|
||||
|
||||
[calibration]
|
||||
|
Loading…
Reference in New Issue
Block a user