Search found 6 matches

by FlankerOneTwo
Fri Mar 08, 2024 10:53 pm
Forum: Scripting
Topic: Single frame capture framerate optimization
Replies: 3
Views: 690

Re: Single frame capture framerate optimization

Thanks for the reply, that's kind of what I thought. I'll experiment with that a bit. I don't suppose you have plans to implement an exposure ramp in the capture settings? For instance, instead of just number of frames limit also include for example a starting exposure length and a scale factor for ...
by FlankerOneTwo
Fri Mar 08, 2024 7:18 pm
Forum: Scripting
Topic: Single frame capture framerate optimization
Replies: 3
Views: 690

Single frame capture framerate optimization

Hi again! Lots of questions from me, sorry! For the eclipse I am running repeated sequences of single frame captures, stepping through a range of exposure settings. I've noticed that although the video frame preview rate (from an ASI678MC in the test case) is around 23 fps, however when I <set expos...
by FlankerOneTwo
Sat Mar 02, 2024 5:16 pm
Forum: Scripting
Topic: Importing SharpCap loses access to SharpCap application object (and a few other basic questions)
Replies: 2
Views: 752

Re: Importing SharpCap loses access to SharpCap application object (and a few other basic questions)

Perfect, thanks so much for your help. This is amazing work that you've done, and will make for some amazing (hopefully fully automated) eclipse imaging!
by FlankerOneTwo
Fri Mar 01, 2024 5:54 pm
Forum: Scripting
Topic: Importing SharpCap loses access to SharpCap application object (and a few other basic questions)
Replies: 2
Views: 752

Importing SharpCap loses access to SharpCap application object (and a few other basic questions)

Hi, I've noticed that "import SharpCap" (which I need to do in order to access things like tracking rate, etc) reassigns the SharpCap identifier to the module, whereas it previously referred to the Application object. I can do "SC = SharpCap" before this of course to save the App...
by FlankerOneTwo
Tue Feb 27, 2024 12:51 am
Forum: Scripting
Topic: Noob interactive help problem
Replies: 3
Views: 766

Re: Noob interactive help problem

Hi, Those commands appear to work fine for me as well, I was a little concerned that somehow the install had become corrupted. Apparently I was misled by the startup prompt "Type "help", <...> for more information". Typing "help" results in "Type help() for interac...
by FlankerOneTwo
Sun Feb 25, 2024 6:38 pm
Forum: Scripting
Topic: Noob interactive help problem
Replies: 3
Views: 766

Noob interactive help problem

Hi all, New to SharpCap scripting, thought I'd get started browsing through the interactive help in the Python Console. however typing help() results in the following error: help> Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Program Files\SharpCap 4....