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, I am using fswebcam to capture some images from usb cameras by command line, but the effect of image is a little different from the image which I captureed...

src_v4l1.c:101]: (style) Boolean result is used in bitwise operation. Clarify expression with parentheses. Source code is ``` if(!vd->type & VID_TYPE_CAPTURE) ``` Maybe better code ``` if ( ! (vd->type &...

snapcraft.yaml added for producing snap of fswebcam Using the Snapcraft packaging tool for snappy and the snapcraft.yaml file you can now build an fswebcam snap and install on any OS...

- Possibility to keep source open between loops - Possibility to execute command at end of loop - Possibility to reduce number of image duplications

Hey guys so this is what I get. I am trying to use my Logitec camera and I cannot seem to get my image. pi@raspberrypi /dev $ fswebcam -f image.mjpg...

I kept getting blank images, but guvcview worked fine. I couldn't figure it out until I read somewhere in the issues about --skip 10. That solved it, but I wasted...

Hello, I am trying to take photos from a web cam (Logitech c920) with manually selected exact camera settings. I am loading configuration file with --config flag. ``` device /dev/video0...

This feature would help us get rid of hot pixels and dust motes

Add support to fswebcam for libv4l. This library supports more frame types and formats than fswebcam does natively.

Hi guys, thanks for this great tool. I'm a newbie and trying this fswebcam tool in the raspberian linux smart mirror project . Although USB webcam works without any issue,...