Search found 10 matches

by Droy
Sat Apr 24, 2021 11:43 am
Forum: Scripting
Topic: ShapCap 4.x window can't be maximized while running an script
Replies: 1
Views: 2329

ShapCap 4.x window can't be maximized while running an script

I detected that while running an script without openning the console window, once I minimize the Shapcap main window it can't be maximized again. Am I understanding or doing sometrhing wrong?
by Droy
Sun Jan 17, 2021 10:36 am
Forum: Scripting
Topic: Histogram data available from scripting
Replies: 1
Views: 1747

Histogram data available from scripting

We are writing an application to control remotely a few SharpCaps with a camera on each of them. The idea is to automatize the simultaneous capture from different cameras of the same object. You already helped me with the automation of the focus assistant in this forum: https://forums.sharpcap.co.uk...
by Droy
Wed Jan 06, 2021 12:10 am
Forum: Scripting
Topic: Execute a focus assistant tool from script
Replies: 7
Views: 2438

Re: Execute a focus assistant tool from script

Thanks for the update!!

I have been testing this feature and it works very well. It is exactly what we needed.

Best regards
by Droy
Thu Dec 31, 2020 11:47 am
Forum: Bug Reports
Topic: SharpCap 3.3 + Avast AV prevent ASCOM device to work
Replies: 4
Views: 706

Re: SharpCap 3.3 + Avast AV prevent ASCOM device to work

turfpit wrote: Wed Dec 30, 2020 7:46 pm Add an exception in Avast https://support.avast.com/en-gb/article ... xclusions/

Dave
Good point! Thanks.
by Droy
Thu Dec 31, 2020 11:23 am
Forum: Scripting
Topic: Execute a focus assistant tool from script
Replies: 7
Views: 2438

Re: Execute a focus assistant tool from script

THANKS A LOT!!!

This will be great! I will be looking forward for the upgrade. I really appreciate your support and effort.
by Droy
Wed Dec 30, 2020 11:11 am
Forum: Bug Reports
Topic: Changing camera parameters by script stop working with version 3.3
Replies: 2
Views: 510

Re: Changing camera parameters by script stop working with version 3.3

Hi I partially answer to myselft By using : SharpCap.SelectedCamera.Controls.OutputFormat.Value = 'FITS files (*.fits)' instead of: SharpCap.SelectedCamera.Controls.FindByName("Output Format").Value = "FITS files (*.fits)" Works, but the following command for resolution changing ...
by Droy
Wed Dec 30, 2020 10:44 am
Forum: Bug Reports
Topic: Changing camera parameters by script stop working with version 3.3
Replies: 2
Views: 510

Changing camera parameters by script stop working with version 3.3

The following commands in script or console that worked fine in version 3.2 now crash SharpCap 3.3 SharpCap.SelectedCamera.Controls.FindByName("Resolution").Value = "320x240" SharpCap.SelectedCamera.Controls.FindByName("Output Format").Value = "FITS files (*.fits)&...
by Droy
Tue Dec 29, 2020 7:11 pm
Forum: Scripting
Topic: Execute a focus assistant tool from script
Replies: 7
Views: 2438

Re: Execute a focus assistant tool from script

Thanks a lot for your answer!!! The secuencer it is really great!!! I find this feature extremely useful. Now I'm testing my script with version 3.3 and it is very promising, now I have more questions related with that, I hope you don't mind me to ask you more questions. Is there any way to know if ...
by Droy
Tue Dec 29, 2020 6:35 pm
Forum: Bug Reports
Topic: SharpCap 3.3 + Avast AV prevent ASCOM device to work
Replies: 4
Views: 706

SharpCap 3.3 + Avast AV prevent ASCOM device to work

When I use any ASCOM device with trace option enable with SharpCap version 3.3 I get an error from ASCOM saying that access to the file ..\Administrator\Documents\ASCOM\log 2020-12-29\ASCOM.DriverAccess.1843.198220.txt is Denied. In the same PC SharpCap version 3.2 works perfectly , When I disable m...
by Droy
Sat Dec 26, 2020 7:47 pm
Forum: Scripting
Topic: Execute a focus assistant tool from script
Replies: 7
Views: 2438

Execute a focus assistant tool from script

I'm writing a script to automate an observation session with an ASCOM mount and focuser. I would like to execute from script a focus assistant, like "FWHM Measurement". When I execute: SharpCap.Focusers.SelectedFocuser.Connected = True SharpCap.Transforms.SelectTransform("FWHM Measure...