Mac에서 콘솔 명령을 실행하여 셀카를 찍으려면 어떻게해야합니까? [복제]


8

Photo Booth 앱을 통해 내장 카메라로 셀카를 찍을 수 있다는 것을 알고 있습니다. 그러나 lolcommits 스타일의 종류로 명령 행을 통해 이미지를 캡처하는 방법이 있습니까?


1
나는 "달리면서 셀카 찍기"에 대해 생각하고 모든 종류의 끔찍한 사고를 묘사했습니다…
o0 '.

답변:


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은 홈 브루를 통해 사용할 수도 있습니다 :

brew install imagesnap 

엑스 코드의 전체 설치를 필요로 보인다 -o
Honza Javorek
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.