You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
S
Over SSH
1. get process ID loginwindow "sudo killall -s loginwindow" return $PID
2. "sudo launchctl bsexec $PID isightcapture -t jpg /file.jpg"
-EXAMPLE----
sudo killall -s loginwindow
kill -TERM 35
sudo launchctl bsexec 35 isightcapture -t jpg /file.jpg
-------------------------------...