-
Is there a way to slow or reduce the number of times 'tracker.on' track would listen and update the amount of data or objects being detected? When objects are relatively still, it will still update th…
-
See also #45 as a complementary feature.
-
Hi,
I have 2 webcam camera. How do I set camera which I'd like to use for tracking?
Thank you.
-
Hi love this tool, any plans to add `getUserMedia` support?
best regards
4k3nd0
-
I've developed a simple app using WebCamjs, and using command electron to start the app works well.
But when I build the dist version using electron-build the Camera does not start and not displaying…
-
We talked about this in both classes, but figured we could hash it out a little more here.
If there's a way to make the entire thing work from a website, is there any reason to develop a separate mob…
-
- [x] Pantalla inicial
- [x] Cámara
- [x] Presentación de resultados
iorch updated
8 years ago
-
Came from this WASdev post:
https://developer.ibm.com/answers/questions/195477/how-set-rear-camera-stream-in-webrtc-video-chat.html#answer-195497
May be as simple as providing access to the MediaStr…
-
.getUserMedia does not appear to work when packaged in a WebWorks application. It works fine when the app is run in the browser.
It does not ask for permissions when the application loads, the way i…
-
# About HTML5 的 WebRTC
WebRTC是Web Real-Time Communication(网页实时通信)。WebRTC 包含有三个组件:
1. 访问用户摄像头及麦克风的 getUserMedia
2. 穿越 NAT 及防火墙建立视频会话的 PeerConnection
3. 在浏览器之间建立点对点数据通讯的 DataChannels
分别对应三个API接…