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. ⚠️

Apple Script for automated Time Lapse capture

Kommentare

5 Kommentare

  • Eric Valk
    One thing you must realise is that no one is going to do this entirely for you. Coaching and advice you can get easily. But custom programming, unlikely.

    In order to succeed at this, you will not have to become expert but you will have develop some basic competance.

    This raises the question: Have ever written any Applescript script? Are you willing to invest your own time to learn some Applescript?

    +++++++++++++++

    The key thing for a project like this is to keep it very simple, and broken into blocks. And then you proceed one block at a time. If you write the whole thing, and then say "lets debug " your are unlikely to succeed.

    I recommend you break this work into three parts. If you do it all as one Applescript, it becomes rather unwieldy and difficult to debug, and difficult to control.

    1. Setup - to be done manually
    2. Create an event in Calendar, every day at 4AM. Set the alert for this event to custom> open file and then you will select the Applescript from part 3. This will simplify debugging considerably.
    3. Create an Applescript that does the daily capture. This you will build up step by step.

    +++++++++++++++++++++++++++++++++

    You say that you want a new session every day. But you also want a new folder name every day.

    Do you really want so many sessions, each containing only one folder with a unique name? What's the point of having a unique folder name then?

    When you refer to the image number is the session name, do you mean the number of the first image?

    Why not keep it simple, and have only one session dedicated for capture, with a folder with a specific name like “SZ(space)DATE" for each day.

    When you want to manipulate the captured images, you move the folder to your working session, I guess on an other computer, and at that point you may check the images, and add the first image number to the name of the folder.
    0
  • Rick Allen
    Eric is right the simplest approach would be to have iCal start an app each day that creates a new capture folder and set file naming and use a delay for intervals. A bit of search on these boards will get you there
    0
  • OneTino
    Hi Eric,

    Thank you for your advice and guidance, much appreciated!

    Xavier
    0
  • OneTino
    Thank you Rick for your feedback!

    Xavier
    0
  • Eric Valk
    [quote="OneTino" wrote:
    Hi Eric,

    Thank you for your advice and guidance, much appreciated!

    Xavier

    Hi Xavier
    If you will comment on some of the question I asked, then I can give you futher assistance.
    0

Post ist für Kommentare geschlossen.