stanreee / sign-language-learning

Other
1 stars 0 forks source link

Revamp frame data transfer between frontend and backend #78

Closed stanreee closed 9 months ago

stanreee commented 9 months ago

Currently sending frames continuously to the backend from the frontend.

Issue with mediapipe timestamp mismatch was fixed in issue #75, however, while this solution works for static handsigns, it is not a feasible solution for dynamic handsigns which require a more continuous stream of frames.

Suggestions:

stanreee commented 9 months ago

Fixed this issue on commit d23b29e by moving the mediapipe processing to the frontend.