Search found 13291 matches

by admin
Wed May 15, 2024 12:54 pm
Forum: What's New
Topic: New Feature : Support for ASCOM Cover/Calibrator devices
Replies: 13
Views: 2923

Re: New Feature : Support for ASCOM Cover/Calibrator devices

Hi Louis, I have seen a couple of uploaded bug reports that might have been you - they match your description that the cover has reported an error state. Those reports were from SharpCap 4.1.12128. The newer version - 4.1.12174 will still report the error state to the user, but no longer makes it a ...
by admin
Wed May 15, 2024 12:39 pm
Forum: Bug Reports
Topic: Weird behavior SC 4.1.11824
Replies: 11
Views: 414

Re: Weird behavior SC 4.1.11824

Hi, yes, PHD may be running, but without live stacking turned on, SharpCap doesn't connect to PHD, so it only *knows* that PHD is running once live stacking is activated and the connection to PHD has succeeded. The old code for monitoring PHD in 4.0 was a bit horrible - if PHD was guiding OK at the ...
by admin
Wed May 15, 2024 12:36 pm
Forum: QHY Cameras
Topic: QHY GPS Updates in 4.1.12174
Replies: 7
Views: 157

Re: QHY GPS Updates in 4.1.12174

Hi Jean-Francois, yes, you are right about the digits of precision for the on-image timestamp... that change was made some time back to give more precision when GPS is available. I have changed the code to move the on-screen timestamp down one pixel line if the GPS data is there. That was already ac...
by admin
Tue May 14, 2024 12:48 pm
Forum: Bug Reports
Topic: Weird behavior SC 4.1.11824
Replies: 11
Views: 414

Re: Weird behavior SC 4.1.11824

Hi Anthony, do you have the option in live stacking to 'Only stack while guiding is active' switched on the the live stack guiding tab? I think that might be the cause of the first frame being dropped... In your log, I can see that the first 240s frame after focusing starts at 23:00:12. You start li...
by admin
Tue May 14, 2024 12:34 pm
Forum: Bug Reports
Topic: Cooler Power not switched on after USB disconnect
Replies: 1
Views: 69

Re: Cooler Power not switched on after USB disconnect

Hi Menno,

I have an 071C, so I can have a play with that to see if I can work out what is going on. A first guess is that flipping the cooler to 'Off' and then back to 'On' may fix things without needing to restart - I have seen that sort of issue pop up before.

cheers,

Robin
by admin
Tue May 14, 2024 12:28 pm
Forum: QHY Cameras
Topic: QHY GPS Updates in 4.1.12174
Replies: 7
Views: 157

Re: QHY GPS Updates in 4.1.12174

Hi Jean-Francois, oops - I didn't test with a username/password needed, only to press 'No' on the allow changes. I can fix that by handling the error. Interesting that the resulting offset is slightly different. I am doing the same calculation on the SharpCap side to work out how much offset needs t...
by admin
Tue May 14, 2024 12:14 pm
Forum: Bug Reports
Topic: Import Settings
Replies: 6
Views: 186

Re: Import Settings

Hi Louis,

ah, OK. There's a better option for that - you can mave multiple independent SharpCap configurations using the /instance command line parameter. See https://docs.sharpcap.co.uk/4.1/#Comman ... 0Arguments for more info.

cheers,

Robin
by admin
Mon May 13, 2024 1:47 pm
Forum: QHY Cameras
Topic: QHY GPS Updates in 4.1.12174
Replies: 7
Views: 157

QHY GPS Updates in 4.1.12174

I have made a couple of updates to the GPS code this time around - I don't think they will have significant effect in the 'happy path' everything is working fine case, but they may change how problem situations are reported/dealt with. First, the 'Set PC Time to GPS Time' button no longer requires S...
by admin
Mon May 13, 2024 1:23 pm
Forum: Bug Reports
Topic: Locked Auto Stretch can't be released
Replies: 2
Views: 124

Re: Locked Auto Stretch can't be released

Hi Don, the log doesn't show any 'smoking guns' that might point to the cause. I had a dig around the code and it looks just possible that the state of the buttons on screen might get out-of-sync with the underlying functionality in some cases - I have tweaked the code to remove that possibility, so...
by admin
Mon May 13, 2024 12:46 pm
Forum: General Discussions
Topic: Interaction between FWHM and frame brightness estimates
Replies: 4
Views: 154

Re: Interaction between FWHM and frame brightness estimates

Hi folks, yes, this is currently a problem - the code looks for stars in each frame, discards those that are too bright (near saturation) or too dim and then averages the FWHM measurement of the remaining ones to get the value. If the brightness changes then it might pick more, fewer or different st...