fswebcam icon indicating copy to clipboard operation
fswebcam copied to clipboard

A neat and simple webcam app

Results 30 fswebcam issues
Sort by recently updated
recently updated
newest added

Hi there! I've added an option and associated code for having fswebcam check and create the components of the path it's writing files to. This is useful for when writing...

Hey guys, the fswebcam worked pretty well until a few days. My Programm-code: import os import time i=0 range=1000 while i

Just that: to have an option to take the photo and put it in clipboard. No file.

Is there a way to get all frames captured or atleast enough frames to make the output look real time? The current `--loop` flag doesn't allow fractions, so that route...

I would like fswebcam to have a 2 seconds initialization delay, then take 6 images with different names and a delay of 0.5 seconds between each image and then quit....

I have a device that only supports `V4L2_CAP_VIDEO_CAPTURE_MPLANE` (doesn't support `V4L2_CAP_VIDEO_CAPTURE`). Would you be interested in a PR that adds support for multi-planar API? The current diff shows the changed...

I need to run multiple cameras simultaneously on raspberry Message error: **Insufficient buffer memory. Unable to use mmap. Using read instead. Unable to use read.**

I'm working with a Logitech webcam, and the controls have complex names: ```` griscom@dell:~$ fswebcam --list-controls --- Opening /dev/video0... Trying source module v4l2... /dev/video0 opened. No input was specified, using...

I see a request for dark frame removal in the list of issues, is it possible to tweak your averaging function to add a multiplying feature between frames. I'm not...

The busybox implementation of gzip doesn't support the alias option `--best`. It does support `-9`, which is equivalent. The Makefile would be more portable (e.g. would work in alpine linux)...