Cyril Diagne

Results 36 comments of Cyril Diagne

Facing the same issue as @fakob Is there any known workaround? (reverting to 5.2.0 fixes the include + linking issues)

Could you do right click > Developer > inspect page to see if there are any errors in the console?

Hi, Yes you need a camera for the demo to start. I've noticed issues on some phones. Which model do you have?

Hi, It seems that the camera is blocked for some reason. What browser are you using? And could you double check that the camera is enabled/available on this page?

Interesting.. Which mobile/browser? It's working find one my Pixel 4 / Chrome

Thanks! May I ask why refactor as class? Not sure it's needed here.

Hi, Looks like you're using python 2.7 but this library is only compatible with Python 3. Could you try again on Python 3?

Looks like this version of openCV is no longer available in Python 3.8: https://github.com/cyrildiagne/screenpoint/issues/1 Could you try using Python 3.7? The issue has been reported in the screenpoint repo. I'll...

try : ``` parser.add_argument('--basnet_service_ip', default="http://192.168.29.68:19002") ```

Which part is throwing that error?