Web Server

Discussions on extending SharpCap using the built in Python scripting functionality
User avatar
admin
Site Admin
Posts: 13349
Joined: Sat Feb 11, 2017 3:52 pm
Location: Vale of the White Horse, UK
Contact:

Re: Web Server

#41

Post by admin »

Hi,

I managed to pop in some python scripting API for this in the new update.

Code: Select all

print (SharpCap.PolarAlignment.IsActive)
print (SharpCap.PolarAlignment.Stage)
print (SharpCap.PolarAlignment.CanAdvance)
SharpCap.PolarAlignment.AutoAdvance = False
SharpCap.PolarAlignment.Advance()
print (SharpCap.PolarAlignment.Offset)
SharpCap.PolarAlignment.Reset()
Hopefully this should cover what you need - if not, let me know

Robin
metastable
Posts: 45
Joined: Thu Oct 26, 2023 1:24 am

Re: Web Server

#42

Post by metastable »

Hey Robin,

Truly an early Christmas present! Thanks for this. I'll try this out today and report back.

Thanks,
Alejandro
metastable
Posts: 45
Joined: Thu Oct 26, 2023 1:24 am

Re: Web Server

#43

Post by metastable »

Hey Robin,

The weather has been terrible the past couple days, but I was able to test against some previous images I took for just this occasion and so far, the new functions are working great! Might be awhile before I can test this during an actual session, but I don't foresee any reason what you added won't solve the issue I was running into before.

Thanks,
Alejandro
Post Reply