Top "Webcam-capture" questions

The Webcam Capture library makes it possible to use a build-in or external webcam directly from Java.

How to save a jpg image/video captured with webcam in the local hard drive with HTML5

The problem appears simple, although I cannot find a suitable solution because of my lack of knowledge of HTML and …

javascript html video getusermedia webcam-capture
Capture webcam video using PyQt

Given the following PyQt code, I can perfectly capture the webcam's streaming video. Now, I want to modify code, so …

python qt opencv pyqt webcam-capture
GStreamer - Webcam stream from Raspberry to VLC-PC

I'm trying to stream webcam video from a Raspberry to a VLC player using gstreamer 1.0. Right now i got the …

udp gstreamer vlc webcam-capture
HTML5 Mirroring webcam canvas

I'm trying to take a webcam feed - (landscape format), cut out the middle bit (portrait format) and have it …

javascript html canvas webcam webcam-capture
Dlib webcam capture with face detection and shape prediction is slow

I am working on a program in C++ which should detect faces from webcam stream, than crop them using face …

c++ opencv webcam-capture dlib
avconv / ffmpeg webcam capture while using minimum CPU processing

I have a question about avconv (or ffmpeg) usage. My goal is to capture video from a webcam and saving …

ffmpeg video-capture libav avconv webcam-capture