Batch capture or intervalometer?
Hi! I'm trying out the Phase 1 Pro trial software with a tethered camera. I'd like to be able to use the software like my Canon software and shoot and manage stills for time lapse. Is there a way to do it in the app or is does anyone know how to script it?
Thanks for your time!
~Sarah
Thanks for your time!
~Sarah
-
Hello
By changing the delay in the end of the script you can change the interval.
property HowManyCaptures : 100
tell application "Capture One PRO"
-- Ask how many captures
set theReply to display dialog "How many captures?" default answer (HowManyCaptures as text) buttons {"Cancel", "Start"} default button "Start"
set myCamera to the selected camera
repeat with n from 1 to HowManyCaptures by 1
if the status of myCamera is ready then
capture with camera myCamera
end if
delay 5
end repeat
end tell -
Thanks Drew,
I have the Capture One 4. Then, I must deal with the cmd.exe? Once set up, will anything show up in the software´s GUI or is it triggered by the cmd.exe prompt area? It good be a good idea to add an intervalometer to Capture One as Nikon Intervalometer does. It is pretty much needed in aerial photography. Thank you for your help.
Patricio.
Please sign in to leave a comment.
Comments
6 comments