python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Detecting if another tab is sharing screen on client's browser, and stopping them from sharing
Generally, with a webcam, if a browser tab, or a desktop app is using the webcam, other sources cannot use that webcam until the first app stops.
In a similar way is it possible to detect if there is ...
Umut
Votes: 0
Answers: 0
cv2 SystemError when using webcam on MacOS
I am trying to run a very simple script using opencv, which should display frames from my webcam (on a 2019 macbook pro running OS Catalina) until interrupted.
import cv2
cap = cv2.VideoCapture(0)
w...
Zac
Votes: 0
Answers: 1
How to record original Webcam Stream while displaying it
I would like to record a Webcamstream while displaying it in a Frame. (Later record up to 3 Streams and/or capturing a Frame with MQTT Data.)
I found a really nice Class for it and changed it for my n...
Chorum
Votes: 0
Answers: 0
React webcam height could not be set
I tried to set webcam height as below using '%' (tried setting both from js page and from css).
<div>
{!imgSrc && <div>
...
Sarahrb
Votes: 0
Answers: 1