-
-
Notifications
You must be signed in to change notification settings - Fork 946
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
Video timer inconsistencies #65
Comments
No, surely there is a delay between the moment you call I don't know if and how this could be improved. |
I shall investigate further and let you know if I find anything |
This is not a good way but i solved my problem.
|
@natario1 any update for this issue? I am still facing same issue. video duration is different than countdown timer. |
I know you have already closed an issue similar to this, but I think you would understand best how to approach such an issue as you know how all of your code works. As the title says after hitting record I show a time elapsed.
I have used CountDownTimer:
`new CountDownTimer(10000, 1000) {
It is quite inconsistent by 2/3s and the inconsistency gets larger on older devices, have you got any ideas?
thanks
The text was updated successfully, but these errors were encountered: