2017-06-04 14:40:09 +00:00
|
|
|
# wacaw
|
|
|
|
# A little command-line tool for Mac OS X that allows you to capture both still pictures and video from an attached camera.
|
2017-06-04 14:35:24 +00:00
|
|
|
|
2017-06-04 14:40:09 +00:00
|
|
|
# Take a picture from webcam:
|
|
|
|
wacaw filename
|
2017-06-04 14:35:24 +00:00
|
|
|
|
2017-06-04 14:40:09 +00:00
|
|
|
# Record a video:
|
|
|
|
wacaw --video filename -D duration_in_seconds
|
2017-06-04 14:35:24 +00:00
|
|
|
|
2017-06-04 14:40:09 +00:00
|
|
|
# Take a picture with custom resolution:
|
|
|
|
wacaw -x width -y height filename
|
2017-06-04 14:35:24 +00:00
|
|
|
|
2017-06-04 14:40:09 +00:00
|
|
|
# Copy image just taken to clipboard:
|
|
|
|
wacaw --to-clipboard
|
2017-06-04 14:35:24 +00:00
|
|
|
|
2017-06-04 14:40:09 +00:00
|
|
|
# List the devices available:
|
|
|
|
wacaw -L
|