You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a grace period between gestures recognized for some gestures like track skipping. This would prevent lag spikes that accidentally read the same gesture twice, skipping multiple tracks at once. Ill try having a crack at it if I had tommorrow
The text was updated successfully, but these errors were encountered:
This issue still persists, can this issue be reopened? I assume this is caused by non-async handling of code. If the camera records 4 frames of a gesture, and it lags after the first one, the other 3 also still get processed occasionally. The best way to handle this in my opinion would be to make the track gestures handled asynchronously, and then debounced. This way, the lag spikes are mostly gone, and even if mediapipe records multiple of the track skip gesture consecutively, the api call only runs once every 1 second
Add a grace period between gestures recognized for some gestures like track skipping. This would prevent lag spikes that accidentally read the same gesture twice, skipping multiple tracks at once. Ill try having a crack at it if I had tommorrow
The text was updated successfully, but these errors were encountered: