You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get a script to execute when OverSight triggers a camera/mic on/off alert. The alerts trigger, but the script doesn't run.
Mac Air
M1 chip
Sonoma 14.3.1
OverSight
The script:
#!/usr/bin/env osascript
use scripting additions
IMPLEMENTATION:
on run argv
tell application "Shortcuts Events" to run the shortcut named "TurnPlugOn"
end run
--------------------------------------------------------------------❮!END❯
The script works just fine when I trigger it manually, but doesn't run when I turn my camera or mic on, even though the alerts from OverSight come on. I have linked the script in OverSight. I gave it permissions in Terminal. It's not triggering.
The text was updated successfully, but these errors were encountered:
I'm trying to get a script to execute when OverSight triggers a camera/mic on/off alert. The alerts trigger, but the script doesn't run.
The script:
#!/usr/bin/env osascript
use scripting additions
IMPLEMENTATION:
on run argv
tell application "Shortcuts Events" to run the shortcut named "TurnPlugOn"
end run
--------------------------------------------------------------------❮!END❯
The script works just fine when I trigger it manually, but doesn't run when I turn my camera or mic on, even though the alerts from OverSight come on. I have linked the script in OverSight. I gave it permissions in Terminal. It's not triggering.
The text was updated successfully, but these errors were encountered: