2015-10-22 08:31:52 +01:00
|
|
|
# fswebcam
|
2014-09-12 11:56:18 +01:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
> Small and simple webcam for *nix.
|
2014-09-12 11:56:18 +01:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Take a picture:
|
2014-09-12 11:56:18 +01:00
|
|
|
|
|
|
|
`fswebcam {{filename}}`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Take a picture with custom resolution:
|
2014-09-12 11:56:18 +01:00
|
|
|
|
|
|
|
`fswebcam -r {{width}}x{{height}} {{filename}}`
|
|
|
|
|
2017-12-24 20:50:33 +00:00
|
|
|
- Take a picture from selected device(Default is /dev/video0):
|
2014-09-12 11:56:18 +01:00
|
|
|
|
|
|
|
`fswebcam -d {{device}} {{filename}}`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Take a picture with timestamp(timestamp string is formatted by strftime):
|
2014-09-12 11:56:18 +01:00
|
|
|
|
|
|
|
`fswebcam --timestamp {{timestamp}} {{filename}}`
|