Get the length of video recorded so far (or get accurate start time)
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
I want to synchronize other sensor data with the video I'm recording, and so I'd like to record "how far am I into the video" when the sensor is triggered. Is there any way to do this? I couldn't find an appropriate method on the MediaRecorder class. Another solution would be to just get the precise start time of the video recording, but my tests show that the video starts ~1sec after calling mediarecorder.start, but it's not consistent. | |||
You have raised an interesting topic.
| |||
lang-java
Read more
stackoverflow.comm
No comments:
Post a Comment