Jump to content

n4vig4t0r

Members
  • Posts

    5
  • Joined

  • Last visited

n4vig4t0r's Achievements

Novice

Novice (1/7)

0

Reputation

  1. Hi macfly, I am using Mac OS Sierra 10.12.5, I have created the scripts described and am now trying to save the debutlauncher.plist, I can see /Users/<username>/Library/ but there is not a 'LaunchAgents' folder present within this folder. Do I need to expose it by changing permissions somehow?
  2. Thanks macfly, I will try those suggestions
  3. I am trying to write a script that will take a snapshot, then exit Debut and exit the script. In future I want to schedule the script to run every 10 minutes or so during daylight hours, but that can wait for now. The script is starting from the command line and taking the snapshot just fine but then it does not exit Debut or the script. #!/bin/bash echo “About to launch Debut and take a snapshot!” /Applications/Debut.app/Contents/MacOS/Debut -snapshot -source "webcam" -ms 1000 /Applications/Debut.app/Contents/MacOS/Debut -exit { sleep 1m kill $$ } & while true do date sleep 1 done
  4. I am trying to create a snapshot from my webcam using the command line options described here: http://help.nchsoftware.com/help/en/debut/mac/help.pdf I am running this in a Terminal window on the command line: /Applications/Debut.app/Contents/MacOS/Debut -snapshot -source webcam -ms5000 It does open Debut and takes a snapshot of my desktop, it does not switch to the source webcam as specified. I have tried removing the space between -source and webcam but no success. Using the Debut UI I can use the 'Capture Snapshot' option and it takes the image using the webcam, so I am unsure why the command line is not doing so.
×
×
  • Create New...