hiukim / mind-ar-js

Web Augmented Reality. Image Tracking, Face Tracking. Tensorflow.js
MIT License
2.24k stars 417 forks source link

about miniprogram #90

Closed zero16832 closed 2 years ago

zero16832 commented 2 years ago

can make it support wechat miniprogram?

hiukim commented 2 years ago

Do you know whether wechat miniprogram can start webcam? @zero16832

zero16832 commented 2 years ago

I mean that can make support with wechat?

hiukim commented 2 years ago

I understand your question. I'm just wondering if wechat miniprogram can start webcam

zero16832 commented 2 years ago

Yes,it can start webcam.

zero16832 commented 2 years ago

@hiukim

hiukim commented 2 years ago

@zero16832 Actually I don't know very well about wechat miniprogram. Last time I checked (long time ago), I remembered webcam cannot be started. Maybe it's changed.

What's the easiest way to test it nowadays?

Is there a specific error message you are receiving?

lpj716 commented 2 years ago

test it,in android wechat,webcam can work fine,but ios can not work

Evanl-lai commented 2 years ago

测试一下,在android微信中,摄像头可以正常工作,但ios不能工作

你好,这个测试在微信小程序是可以用的吗?为什么我引入都报错,看原因还是源码是用了window上面的方法,但是微信小程序是没有去全局window对象