Tastenkunst / brfv5-browser

Beyond Reality Face SDK - BRFv5 - Platform: Browser
229 stars 48 forks source link

On Android phones, its not working #14

Closed yigitersoy87 closed 4 years ago

yigitersoy87 commented 4 years ago

Hi, i have tested png overlay example on various android phones, but not worked. Is there a way to work this on android phones?

MarcelKlammer commented 4 years ago

It's working on my Samsung Galaxy S9 without problems. Not quite sure how to help here.

yigitersoy87 commented 4 years ago

Is this working on your side? https://220volt.com.tr/face

MarcelKlammer commented 4 years ago

Yes, loads, tracks... the png file is a bit offset, but working as usual. Make sure to open the https url every time.

yigitersoy87 commented 4 years ago

Yes, loads, tracks... the png file is a bit offset, but working as usual. Make sure to open the https url every time.

Thank you Marcel, the problem was about https url, i will add redirect from http to https. Just one last issue and after that everything will be perfect. On laptop its working perfectly but on mobile glasses position is changing, how can i fix this?

https://ibb.co/vVh4HcK (mobile) https://ibb.co/yYh2b2L (laptop)

MarcelKlammer commented 4 years ago

Updated the minimalmodulespng_overlay.html example to correctly show the overlay in landscape mode.

yigitersoy87 commented 4 years ago

Work like a charm! Thank you!