2015-10-22 08:21:14 +01:00
|
|
|
# wacaw
|
2014-09-12 11:56:18 +01:00
|
|
|
|
2017-07-26 19:13:26 +01:00
|
|
|
> A little command-line tool for macOS that allows you to capture both still pictures and video from an attached camera.
|
2014-09-12 11:56:18 +01:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Take a picture from webcam:
|
2014-09-12 11:56:18 +01:00
|
|
|
|
|
|
|
`wacaw {{filename}}`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Record a video:
|
2014-09-12 11:56:18 +01:00
|
|
|
|
|
|
|
`wacaw --video {{filename}} -D {{duration_in_seconds}}`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Take a picture with custom resolution:
|
2014-09-12 11:56:18 +01:00
|
|
|
|
|
|
|
`wacaw -x {{width}} -y {{height}} {{filename}}`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Copy image just taken to clipboard:
|
2014-09-12 11:56:18 +01:00
|
|
|
|
|
|
|
`wacaw --to-clipboard`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- List the devices available:
|
2014-09-12 11:56:18 +01:00
|
|
|
|
|
|
|
`wacaw -L`
|