Search found 63 matches

by 1CM69
Sat Sep 08, 2018 6:51 pm
Forum: Scripting
Topic: Automated LRGB Sequence Capture
Replies: 15
Views: 8940

Re: Automated LRGB Sequence Capture

mAnKiNd wrote: Sat Sep 08, 2018 5:09 pm Dear Kirk and co. Thank you for your efforts on this, I will surely find this very useful. I'll give it a test next clear sky :)

Cheers
Minos
Thanks Minos, post back your results.

Regards.,

Kirk
by 1CM69
Thu Sep 06, 2018 9:37 pm
Forum: Scripting
Topic: Automated LRGB Sequence Capture
Replies: 15
Views: 8940

Re: Automated LRGB Sequence Capture

I used the script for the first time last night & it worked perfectly out-of-the-box although I did notice a couple of places to make improvements, which I have now done. One small thing was the message given when either the Camera or FilterWheel or both were not connected, it was a bit ambiguou...
by 1CM69
Thu Aug 30, 2018 9:43 pm
Forum: Scripting
Topic: Enable / Disable custom buttons?
Replies: 6
Views: 3622

Re: Enable / Disable custom buttons?

Hi, works for me with a quick test in the script console : cb1 = SharpCap.AddCustomButton("Test", None, None, None) cb1.Enabled = False What error do you get? Are you trying to set the Enabled flag from a different thread perhaps? If so, maybe def disableButton: button.Enabled = False Sha...
by 1CM69
Thu Aug 30, 2018 8:34 pm
Forum: Scripting
Topic: Automated LRGB Sequence Capture
Replies: 15
Views: 8940

Re: Automated LRGB Sequence Capture

Here we go, my working script now with GUI. LRGB_Sequence_Capture_[GUI].txt A huge thanks to Brian & Robin for getting me out of a pickle at times. Anyone is welcome to use/modify the script as they wish, just share any improvements. :D Cheers.., Kirk ***EDIT*** I have made a slight change to th...
by 1CM69
Thu Aug 30, 2018 5:40 pm
Forum: Scripting
Topic: CaptureLimitValue now missing
Replies: 9
Views: 3862

Re: CaptureLimitValue now missing

admin wrote: Thu Aug 30, 2018 5:36 pm Yes, of course - just hoping to save others from having to jump through the same hoops that you have had to.

cheers,

Robin
Excellent, thanks for the clarification Robin

cheers..,

Kirk
by 1CM69
Thu Aug 30, 2018 5:38 pm
Forum: Scripting
Topic: Enable / Disable custom buttons?
Replies: 6
Views: 3622

Re: Enable / Disable custom buttons?

Hi,

just wondering how the Disable of custom buttons is expressed.

I have tried:

Code: Select all

SharpCap.CustomButtons.Enabled = False

Code: Select all

SharpCap.CustomButtons('My Script Name').Enabled = False
but both throw errors

Cheers..,

Kirk
by 1CM69
Thu Aug 30, 2018 4:38 pm
Forum: Scripting
Topic: CaptureLimitValue now missing
Replies: 9
Views: 3862

Re: CaptureLimitValue now missing

OK,

so in my script now I have a check for version number and depending on result i.e. pre v3.2 it reverts to the ‘old’ properties or if it finds version is 3.2 or above it uses the ‘new’ properties.

Can I still use this as I have implemented?

Cheers..,

Kirk
by 1CM69
Thu Aug 30, 2018 4:34 pm
Forum: Scripting
Topic: Check if Wheel is Connected
Replies: 3
Views: 2163

Re: Check if Wheel is Connected

OK, thanks for replying Robin, much appreciated.

Regards..,

Kirk
by 1CM69
Thu Aug 30, 2018 11:10 am
Forum: Scripting
Topic: CaptureLimitValue now missing
Replies: 9
Views: 3862

Re: CaptureLimitValue now missing

Hi, now at the stage to implement this change in my script but just need to check something quickly. At the moment in v3.1...... a capture sequence is scripted as: SharpCap.SelectedCamera.CaptureConfig.CaptureLimitType = CaptureLimitType.TimeLimited SharpCap.SelectedCamera.CaptureConfig.CaptureLimi...
by 1CM69
Thu Aug 30, 2018 10:40 am
Forum: Scripting
Topic: CaptureLimitValue now missing
Replies: 9
Views: 3862

Re: CaptureLimitValue now missing

Hi, now at the stage to implement this change in my script but just need to check something quickly. At the moment in v3.1...... a capture sequence is scripted as: SharpCap.SelectedCamera.CaptureConfig.CaptureLimitType = CaptureLimitType.TimeLimited SharpCap.SelectedCamera.CaptureConfig.CaptureLimit...