Options (2)
-r, --resolutionbooleanTake a picture with custom resolution
Example:
fswebcam {{[-r|--resolution]}} {{width}}x{{height}} {{filename}}-d, --devicebooleanTake a picture from selected device(Default is `/dev/video0`)
Example:
fswebcam {{[-d|--device]}} {{device}} {{filename}}Examples (4)
Take a picture
fswebcam filenameTake a picture with custom resolution
fswebcam [-r|--resolution] widthxheight filenameTake a picture from selected device(Default is `/dev/video0`)
fswebcam [-d|--device] device filenameTake a picture with timestamp(timestamp string is formatted by strftime)
fswebcam --timestamp timestamp filenamemade by @shridhargupta | data from tldr-pages