Search found 5 matches

by yifei
Wed Oct 31, 2018 2:41 pm
Forum: Scripting
Topic: get histogram of captured image
Replies: 5
Views: 3533

Re: get histogram of captured image

wow. awesome! Thank you!
by yifei
Tue Oct 30, 2018 12:01 am
Forum: Scripting
Topic: get histogram of captured image
Replies: 5
Views: 3533

Re: get histogram of captured image

Thank you Robin, this is very useful!
Could you please also tell me the params for SkyCoordConverter?
by yifei
Mon Oct 29, 2018 3:44 pm
Forum: Scripting
Topic: get histogram of captured image
Replies: 5
Views: 3533

get histogram of captured image

I'd like to get the histogram of my captured image so I can adjust the exposure time automatically. Is there a lib/function to do so? I have two more questions - I also see there is a function SharpCap.ImageProcessing.SkyCoordConverter.ConvertAltAzToRaDec, what's the params types of this and how to ...
by yifei
Mon Jan 01, 2018 4:48 pm
Forum: Scripting
Topic: Use CaptureSingleFrameTo capture multiple frames
Replies: 3
Views: 2256

Re: Use CaptureSingleFrameTo capture multiple frames

It worked! Thank you! I also noticed if I click the snapshot button in the Toolbar to take snapshots, it will encounter the same issue -- the first snapshot will wait for current frame finish, then after that, if I click snapshot again, it just immediately saves the previous buffered image, but if I...
by yifei
Sun Dec 31, 2017 9:46 pm
Forum: Scripting
Topic: Use CaptureSingleFrameTo capture multiple frames
Replies: 3
Views: 2256

Use CaptureSingleFrameTo capture multiple frames

I want to take more several frames using multiple CaptureSingleFrameTo command, I found the 2nd, 4th, 6th call always have problem. Here is my code, and the running result import clr ; clr.AddReference("SharpCap.Base") ; from SharpCap.Base.PropertyControls import CommonPropertyIDs; import ...