commands.sh

fswebcam

all

Small and simple webcam for *nix.

More info →

Options (2)

-r, --resolutionboolean

Take a picture with custom resolution

Example: fswebcam {{[-r|--resolution]}} {{width}}x{{height}} {{filename}}
-d, --deviceboolean

Take a picture from selected device(Default is `/dev/video0`)

Example: fswebcam {{[-d|--device]}} {{device}} {{filename}}

Examples (4)

Take a picture

fswebcam filename

Take a picture with custom resolution

fswebcam [-r|--resolution] widthxheight filename

Take a picture from selected device(Default is `/dev/video0`)

fswebcam [-d|--device] device filename

Take a picture with timestamp(timestamp string is formatted by strftime)

fswebcam --timestamp timestamp filename
made by @shridhargupta | data from tldr-pages