diff --git a/pages/common/fswebcam.md b/pages/common/fswebcam.md new file mode 100644 index 0000000000..46d9fc7398 --- /dev/null +++ b/pages/common/fswebcam.md @@ -0,0 +1,19 @@ +#FSWEBCAM + +> small and simple webcam for *nix + +- Take a picture + +`fswebcam {{filename}}` + +- Take a picture with custom resolution + +`fswebcam -r {{width}}x{{height}} {{filename}}` + +- Take a picture from selected device(Default is /dev/vidoe0) + +`fswebcam -d {{device}} {{filename}}` + +- Take a picture with timestamp(timestamp string is formatted by strftime) + +`fswebcam --timestamp {{timestamp}} {{filename}}` diff --git a/pages/osx/wacaw.md b/pages/osx/wacaw.md new file mode 100644 index 0000000000..5076fe22a7 --- /dev/null +++ b/pages/osx/wacaw.md @@ -0,0 +1,23 @@ +#WACAW + +> a little command-line tool for Mac OS X that allows you to capture both still pictures and video from an attached camera. + +- Take a picture from webcam + +`wacaw {{filename}}` + +- Record a video + +`wacaw --video {{filename}} -D {{duration_in_seconds}}` + +- Take a picture with custom resolution + +`wacaw -x {{width}} -y {{height}} {{filename}}` + +- Copy image just taken to clipboard + +`wacaw --to-clipboard` + +- List the devices available + +`wacaw -L`