Zum Hauptinhalt gehen

⚠️ Please note that this topic or post has been archived. The information contained here may no longer be accurate or up-to-date. ⚠️

Script to set exposure parameters

Kommentare

8 Kommentare

  • RobiWan
    Hi,

    I'm not a big scripter 😊 and the AppleScript interface has some Problems/ BUGS

    But the first error in your script is -
    the first one you need crate or open a Document (Session or Catalog)
    then your Document has anything to do
    - select camera
    - then you can (maybe) set ISO on selected camera into opened document

    You can find some things in the C1 AppleScript Function-Library
    0
  • kennethlcrow
    Yeah, I'm not a scripting guy either. I've looked through the C1P Applescript library but it's all Greek to me. I mean, I see the items that are listed but not really how to use it.
    0
  • RobiWan
    [quote="kennethlcrow" wrote:
    I mean, I see the items that are listed but not really how to use it.


    Its true ☹️
    Some examples would be really fine. I will try later if I can help you.
    0
  • RobiWan
    Hi,

    I'm not sure whats wrong here (maybe again a BUG in C1 AppleScript Library), but you can try:

    tell application "Capture One 9"
    tell document "Juni 2016.cosessiondb" (here your Session or Catalog-Name with extension!!!)
    set myCamera to make new camera with properties {name:"Canon EOS 5D Mark III", ISO:"100"}
    end tell
    end tell
    0
  • kennethlcrow
    I can capture using only the following:

    tell application "Capture One 9"
    capture
    end tell

    That part is working with my Sony a6000. I get the error when I try to get the current ISO setting of the camera. The script states that it can't get it. That's confusing to me because Capture One can see the ISO just fine when tethering.
    0
  • Permanently deleted user
    Where can I find the C1P Applescript library documentation?
    Please can some one supply a url.
    Thanks
    0
  • RobiWan
    Phase One has never documented their AS Interface ☹️
    0
  • Permanently deleted user
    Is it possible to use Applescript to apply a COP style to a set of images in a folder?
    0

Post ist für Kommentare geschlossen.