Search found 29 matches

by linuxkidd
Thu Feb 29, 2024 4:54 am
Forum: The Sequencer and Sequence Planner
Topic: Eclipse Sequence Generator
Replies: 66
Views: 8308

Re: Eclipse Sequence Generator

Hi Robin, To try and wait for the frame cache to clear, I calculate and add a delay between steps equivalent to 5 frames at the current exposure. I also added a new feature.. Partial Eclipse Count. The duration of the partial phase of the eclipse is different (for most people) comparing pre and post...
by linuxkidd
Wed Feb 28, 2024 5:13 pm
Forum: The Sequencer and Sequence Planner
Topic: Eclipse Sequence Generator
Replies: 66
Views: 8308

Re: Eclipse Sequence Generator

Are you only worried about file name collisions during totality because of the rapid acquisition ? Hi Steve, Yes, that's exactly my concern. If the 'Capture Plan' for totality doesn't take at least 1 second, there will be a naming collision. Hi Robin, Thanks so much for the `PAD` instruction! So fa...
by linuxkidd
Tue Feb 27, 2024 8:51 pm
Forum: The Sequencer and Sequence Planner
Topic: Eclipse Sequence Generator
Replies: 66
Views: 8308

Re: Eclipse Sequence Generator

You mention using {Exposure} in the filename to give file a unique identifier. You are doing this automatically in the script generator, correct? Hi Steve, I don't see a way of changing the filename format from the Sequencer. If you can point out how, I'd be happy to integrate it. Otherwise, it'll ...
by linuxkidd
Mon Feb 26, 2024 11:53 pm
Forum: The Sequencer and Sequence Planner
Topic: Eclipse Sequence Generator
Replies: 66
Views: 8308

Re: Eclipse Sequence Generator

I've edited the first post to include the change log...

Thanks,
LK
by linuxkidd
Mon Feb 26, 2024 6:56 pm
Forum: The Sequencer and Sequence Planner
Topic: Eclipse Sequence Generator
Replies: 66
Views: 8308

Re: Eclipse Sequence Generator

Sounds great to me!

Thanks for all your work on SharpCap, Robin!

LK
by linuxkidd
Mon Feb 26, 2024 6:11 pm
Forum: The Sequencer and Sequence Planner
Topic: Eclipse Sequence Generator
Replies: 66
Views: 8308

Re: Eclipse Sequence Generator

Maybe the keyword of CONSUME makes sense?

Code: Select all

LOOP UNTIL AFTER LOCALTIME 13:22:00
    CONSUME AT LEAST 60 SECONDS
        SET EXPOSURE 0.007
        CAPURE 10 LIVE FRAMES
        SET EXPOSURE 0.01
        CAPURE 10 SECONDS LIVE FRAMES
    END CONSUME
END LOOP
Thanks,
LK
by linuxkidd
Sat Feb 24, 2024 11:44 pm
Forum: The Sequencer and Sequence Planner
Topic: Eclipse Sequence Generator
Replies: 66
Views: 8308

Re: Eclipse Sequence Generator

Hi Robin,
Would it be possible to add a new 'loop' variant...

Code: Select all

LOOP EVERY x SECONDS UNTIL AFTER LOCALTIME 00:00:00
This would make precise timing collections much more predictable for the eclipse.

Thanks!
linuxkidd
by linuxkidd
Sat Feb 24, 2024 10:11 pm
Forum: The Sequencer and Sequence Planner
Topic: Eclipse Sequence Generator
Replies: 66
Views: 8308

Re: Eclipse Sequence Generator

Hi Robin, Thanks so much for your feedback. In my testing today, I did run into the Periodic event not firing and figured I was missing something. I had hoped the periodic would run in the background on a predictable timing ( trying to keep from using a delay and getting unpredictable results ). I c...
by linuxkidd
Sat Feb 24, 2024 5:20 am
Forum: The Sequencer and Sequence Planner
Topic: Eclipse Sequence Generator
Replies: 66
Views: 8308

Eclipse Sequence Generator

Hi all, I wanted to share a project I've been work'n on for a couple of day or two. After coming across SETnC software ( Eclipse photography software, but only works with Canon DSLRs ), I wished for a similar way of sequencing Eclipse images on actual astronomy cameras. So, I created... SharpCap Ecl...