Handle too short recordings #177
Closed
ComradeVanti
started this conversation in
General
Replies: 2 comments 3 replies
-
|
We could enforce a minimum recording time. Users need to record at least 1s before the stop button becomes clickable. This would solve this problem |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Currently we don't handle the case well when the user stops the recording very quickly. There are two situations which can come up.
Either, when not a single frame was recorded, we just go back home.
Or if just a few frames were recorded we do get to results, but it does not work right because there is not enough data.
What could be some better behavior here?
Beta Was this translation helpful? Give feedback.
All reactions