Insta360Develop / CameraSDK-Cpp

CameraSDK-Cpp is a C++ library to control Insta360 cameras.
https://www.insta360.com
115 stars 16 forks source link

How to use "Camera::SyncLocalTimeToCamera"? #20

Open eungyoda opened 1 year ago

eungyoda commented 1 year ago

The SyncLocalTimeToCamera function is declared in the Camera class.

... bool SyncLocalTimeToCamera (uint64_t time) ...

I am trying to perform time synchronization using this function.

I got the value of changing the current PC's time to the epoch time. And It was executed using this value as a parameter.

But it did not change to the normal date.

How can I use it to synchronize with the current PC date/time?

Tianweihaihaihai commented 1 year ago

https://blog.csdn.net/weixin_50941322/article/details/111184723 pls check this function

rahulsharma1234 commented 4 months ago

Hi.

Same Question here.

I want to get the Epoch timestamp when the video recording started. How can i achieve that?

Thanks.