2015-10-22 15:31:52 +08:00
|
|
|
# fswebcam
|
2014-09-12 14:56:18 +04:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
> Small and simple webcam for *nix.
|
2019-06-07 11:58:17 +01:00
|
|
|
> More information: <https://www.sanslogic.co.uk/fswebcam>.
|
2014-09-12 14:56:18 +04:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Take a picture:
|
2014-09-12 14:56:18 +04:00
|
|
|
|
|
|
|
`fswebcam {{filename}}`
|
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Take a picture with custom resolution:
|
2014-09-12 14:56:18 +04:00
|
|
|
|
|
|
|
`fswebcam -r {{width}}x{{height}} {{filename}}`
|
|
|
|
|
2021-01-31 14:05:18 -03:00
|
|
|
- Take a picture from selected device(Default is `/dev/video0`):
|
2014-09-12 14:56:18 +04:00
|
|
|
|
|
|
|
`fswebcam -d {{device}} {{filename}}`
|
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Take a picture with timestamp(timestamp string is formatted by strftime):
|
2014-09-12 14:56:18 +04:00
|
|
|
|
|
|
|
`fswebcam --timestamp {{timestamp}} {{filename}}`
|