Search found 3 matches

by Matty
Sat Aug 08, 2020 11:22 am
Forum: Scripting
Topic: Upgrade to python 3?
Replies: 1
Views: 1133

Upgrade to python 3?

Hello,
are there plans to upgrade the internal version to Python3, especially since Python2.7 has reached its EOL at the beginning of this year?
Or is it possible to interface "externally" with SharpCap via Python?

Kind regards,
Matty
by Matty
Sun May 10, 2020 2:21 pm
Forum: Scripting
Topic: Custom tracking algorithm
Replies: 3
Views: 1760

Re: Custom tracking algorithm

Hello Robin, yes, that will help, thank you! I'm basically trying to implement limb/circle tracking, for example for solar photography with high gain/exposure time (i.e. solar disk is white, and (currently) you only have very few features on the limb), because in this case feature tracking likes to ...
by Matty
Sun May 10, 2020 10:33 am
Forum: Scripting
Topic: Custom tracking algorithm
Replies: 3
Views: 1760

Custom tracking algorithm

Hello, I want to use sharpcap to capture and track on custom features, for example fit a circle and track that (for solar limb tracking). Is there anywhere an example for both parts, fetching a frame while recording, and send tracking commands back to the mount? I have the algorithm already ready (t...