pablomatgar / Japanese-Sign-Language-Interpreter

Mobile application developed using Vue.js, Monaca, Framework7, Cordova and Teachable Machine, which recognises gestures from the Japanese Sign Language and converts them to Japanese text, with the possibility of translating them into English or Spanish.
MIT License
2 stars 3 forks source link

The camera is not working properly on iphone and android #28

Closed yong-asial closed 2 years ago

yong-asial commented 2 years ago

Sometimes,

I think it is due to the timing when you call start() function.

For example, why there are 2 start() function calling?

Maybe you forgot to remove one of them?

Please check it and test it again on custom debugger for iphone.

Thank you

pablomatgar commented 2 years ago

I forgot to remove one. Now it works good. Thank you.