Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more precise Image timestamp from video after HERO8 Black #21

Closed
fushi219 opened this issue Jul 27, 2022 · 1 comment
Closed

more precise Image timestamp from video after HERO8 Black #21

fushi219 opened this issue Jul 27, 2022 · 1 comment

Comments

@fushi219
Copy link

Hi Steffen:
Sorry for my delayed action on GoPro max's calibration mr because of my busy work.

I think there is a better way to calculate each frame's timestamp than the method used below:

timestamp_ns = cap.get(cv2.CAP_PROP_POS_MSEC) * 1e-3

For cameras after Hero fusion, we can use the STMP in streams to calculate measure's precise timestamp. I have tested the imu's stamps calculated by STMP and gpmf-telemetry in your project, they are almost the same.

As you can see in this issue: gopro/gpmf-parser#160, for cameras after HERO8 Black (v2.5), we can use STMP in CORI streams to calculate more precise frame timestamp.(STMP in CORI does not start from 0.)

@urbste
Copy link
Owner

urbste commented Nov 6, 2022

Hi fushi219. Thanks for that hint! I incorporated the precise timestamps for GoPro calibration.

@urbste urbste closed this as completed Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants