python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Python cv2 VideoCapture() in daemon thread turns black randomly
I have a webcam that captures something I want to be able to monitor live. Every 30 seconds an operation needs to be done on the most recent frame of the video. To do this, I've set up a cv2.NamedWind...
tlars25
Votes: 0
Answers: 0
Unexpected results when passing webcam frames to object detection
Background
I have a well-trained ssd320x320 tensorflow model from tensorflow-zoo. The reports are pretty good as the train log indicates a low loss and the eval log indicates that 7 out of 9 test imag...

Ori David
Votes: 0
Answers: 1
Explicit webcam binding with JavaScript
Whenever I start Firefox (95.0.2) my JavaScript in Chrome loses connection to the webcam. When I end Firefox and reload/refresh my program in Chrome, the webcam stream is visible again.
The JavaScript...
Paul
Votes: 0
Answers: 0
YoloV5 Webcam-Stream on Colab
I am using Yolov5 and Google Colab for custom object detection.
Is it possible to access my local webcam in google colab to detect objects in real-time using custom weights in yolov5?
I can open my we...
st0412
Votes: 0
Answers: 0