Login
Login
Register
EasyAR Q&A
Questions
Unanswered
Tags
Ask a Question
Ask a Question
easyar_Recorder - record duration
0
votes
asked
Mar 25, 2018
by
julapy
(
250
points)
hi, what is the best way to determine the record duration in seconds?
i need to update a progress bar while easyar_Recorder is recording.
thanks.
easyar_recorder
screenrecording
recording
Please
log in
or
register
to answer this question.
1 Answer
0
votes
answered
Mar 26, 2018
by
albert52
(
31,850
points)
Are you the Unity developer? Use Time.time in the Update () func.
commented
Mar 26, 2018
by
julapy
(
250
points)
no sorry, forgot to mention that im on iOS
i did manage to implement using the` [GLKViewController update]` function.
then in there working out the duration by the below.
`NSTimeInterval recordTime = [[NSDate date] timeIntervalSinceDate: recordStartTime];`
Please
log in
or
register
to add a comment.
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...