Posts

Showing posts with the label capturas

Taking photos thru console

Image
ISight I always wondered, how about taking photos throught console? I mean, without using PhotoBooth. Making bash scripts that use the built-in camera would be awesome! One easy way is installing isightcapture .   This is how you can use it $ ./isightcapture image.jpg     will output a 640x480 image in JPEG format $ ./isightcapture -w 320 -h 240 -t png image.png     will output a scaled 320x240 image in PNG format Note: S eems the project has been discontinued.

Capturas de Pantalla under Mac Os X

Captura de pantalla completa: (shift+cmd+3) Captura de pantalla mediante una selección: (shift+cmd+4) Captura de pantalla de una ventana: (shift+cmd+4+space) (porque nunca me acuerdo y estoy picando teclas hasta que me sale alguna de estas jajaja)