Macでコンソールコマンドを実行して自分撮りを取得するにはどうすればよいですか?[重複]


8

Photo Boothアプリを介して、内蔵カメラで自撮りできることを知っています。しかし、lolcommitsスタイルのように、コマンドラインを介して画像をキャプチャする方法はありますか?


1
「走りながら自撮りをする」ことを考えて、あらゆる恐ろしい事故を
想像しました

回答:


10

これを行う最も簡単な方法は、「ImageSnap」と呼ばれるプログラムです。ターミナルにimagesnapコマンドを入力することでiSight写真を撮ることができます。

All commands:

 USAGE: imagesnap [options] [filename]
Version: 0.2.5
Captures an image from a video device and saves it in a file.
If no device is specified, the system default will be used.
If no filename is specfied, snapshot.jpg will be used.
Supported image types: JPEG, TIFF, PNG, GIF, BMP
  -h          This help message
  -v          Verbose mode
  -l          List available video devices
  -t x.xx     Take a picture every x.xx seconds
  -q          Quiet mode. Do not output any text
  -w x.xx     Warmup. Delay snapshot x.xx seconds after turning on camera
  -d device   Use named video device

imagesnapコマンドをcronジョブまたはコマンドのワークフローに組み込むだけです。ImageSnapは自作でも利用できます。

brew install imagesnap 

Xcodeの完全インストールが必要なようです:-o
Honza Javorek
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.