Focus Control Scores

Discussions on extending SharpCap using the built in Python scripting functionality
Post Reply
HappySkies
Posts: 4
Joined: Sat Apr 27, 2019 9:29 pm

Focus Control Scores

#1

Post by HappySkies »

I see that I can access focus controls, but I'm trying to get the Scores both "Now" and "Best". Can someone show me how I can get the results of the scores once you change the focus position? Attached is a picture of what I'm talking about. Thanks in advance for your help!
Attachments
Sharp Cap Focus Scores
Sharp Cap Focus Scores
SharpCapFocus.png (14.87 KiB) Viewed 2215 times
User avatar
admin
Site Admin
Posts: 13122
Joined: Sat Feb 11, 2017 3:52 pm
Location: Vale of the White Horse, UK
Contact:

Re: Focus Control Scores

#2

Post by admin »

Hi,

Sorry to say that this is currently not possible to achieve via scripting at the moment, and having had a look at the code it's not a simple change to make either.

Cheers, Robin
User avatar
admin
Site Admin
Posts: 13122
Joined: Sat Feb 11, 2017 3:52 pm
Location: Vale of the White Horse, UK
Contact:

Re: Focus Control Scores

#3

Post by admin »

Actually, not quite as hard as I imagined. Watch out for the next update to 3.2 and then try

Code: Select all

print SharpCap.Transforms.SelectedTransform.FrameTransform.CurrentScore
cheers, Robin
HappySkies
Posts: 4
Joined: Sat Apr 27, 2019 9:29 pm

Re: Focus Control Scores

#4

Post by HappySkies »

Wow, thank you so much! This is really awesome. Looking forward to the next update.
Post Reply