从HTML / Angular应用程序访问移动相机

时间:2018-06-15 04:24:52

标签: angular html5 camera android-camera

我希望从我在html5 / angular上构建的应用程序访问移动后置摄像头。我用了 android:clickable="true" android:focusable="true" android:foreground="?android:attr/selectableItemBackground" 但是它总是打开前置摄像头而不是后置摄像头,有没有办法打开后置摄像头?

2 个答案:

答案 0 :(得分:6)

您应该可以使用捕捉属性在前置和后置摄像头之间进行选择。

对于后置摄像头:

<input type="file" accept="image/*" capture="environment">

对于前置摄像头,您应该可以使用:capture="user"或只捕获。

如果你愿意,可以在这里阅读更多相关内容:https://developers.google.com/web/fundamentals/media/capturing-images/

答案 1 :(得分:0)

还有 ngx-webcam 具有不错的功能:

https://www.npmjs.com/package/ngx-webcam