2015-10-22 08:21:14 +01:00
|
|
|
# wacaw
|
2014-09-12 11:56:18 +01:00
|
|
|
|
2022-10-18 12:43:49 +01:00
|
|
|
> Command-line tool for macOS to capture both still pictures and video from an attached camera.
|
2019-06-03 01:06:36 +01:00
|
|
|
> More information: <http://webcam-tools.sourceforge.net>.
|
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
|
|
|
|
2023-02-20 07:05:58 +00:00
|
|
|
`wacaw --video {{filename}} --duration {{10}}`
|
2014-09-12 11:56:18 +01:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Take a picture with custom resolution:
|
2014-09-12 11:56:18 +01:00
|
|
|
|
2023-02-20 07:05:58 +00:00
|
|
|
`wacaw --width {{width}} --height {{100}} {{filename}}`
|
2014-09-12 11:56:18 +01:00
|
|
|
|
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
|
|
|
|
2022-02-14 11:21:43 +00:00
|
|
|
`wacaw --list-devices`
|