Jump to content

Processing image file in Capture One Software immediately on exposure


Recommended Posts

I have no scripting experience but I found some script on a Capture One forum from 9 years ago that would process an image file from a tethered digital back immediately an exposure is made. However it is in AppleScript. Is there a way to convert it for a Windows PC running windows 8.1?

The AppleScript was:

"

78e8cbdb8d85352c097300ffe953e10a?default
Rick Allen
  • 9 years ago
 
 

I dont have a camera to test this but as long as you arent shooting to fast this should work
on CO_CaptureDone(rawFilePath)
process(rawFilePath)
end CO_CaptureDone

on process(rawFilePath)
tell application "Capture One"
process (rawFilePath) recipe "Tiff" -- name of recipe
end tell
end process


add the applescript file to the CaptureOne background scripts folder.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy