所以,我正在制作一个AR应用程序并且有一些基本代码可以在PC浏览器上运行。
激活网络摄像头的代码如下:
//handle arToolkitSource
var arToolkitSource = new THREEx.ArToolkitSource({
// to read from the webcam
sourceType : 'webcam',
})
当我使用Android设备时,我收到错误:
网络摄像头错误 名称:NotFoundError 消息:此处无法找到该对象。
我会喜欢这个代码也适用于Android浏览器,所以你认为这个问题有解决方案吗?
我用作模板的代码可以在以下链接中找到:
https://github.com/jeromeetienne/AR.js/blob/master/three.js/examples/basic.html