Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
DSLR camera shutdown
-- Quit All Applications
try
tell application "Audio Hijack" to quit
end try
try
tell application "Camera Live" to quit
end try
try
tell application "CamTwist" to quit
end try
say "DSLR Camera is now Off"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment