Search found 7 matches

by JacquesTalbot2
Wed Mar 27, 2024 3:29 pm
Forum: How do I?
Topic: Guiding during the eclipse
Replies: 1
Views: 1023

Guiding during the eclipse

Hello I tried the other night the SharpCap guiding on the moon and it when nuber one :) The moon was full and used feature tracking. I also tried center of mass on the sun. I am thinking of using that during the partials phases of the solar eclipse, but if use feature, it will lock on solar spot and...
by JacquesTalbot2
Wed Feb 28, 2024 1:58 pm
Forum: Scripting
Topic: How to detect star's center with sub-pixel accuracy
Replies: 5
Views: 1972

Re: How to detect star's center with sub-pixel accuracy

Ok thanks it work. (I finally figured it out myself) Did you documented the SharpCap.ImageProcessing module. Is there other function than OpenCVStarDetector ? I am trying to use opencv but I don't know how. You mentionned a wrapper but don't how to use/install it. I am new to Python and I did a scri...
by JacquesTalbot2
Tue Feb 27, 2024 11:41 pm
Forum: Scripting
Topic: How to detect star's center with sub-pixel accuracy
Replies: 5
Views: 1972

Re: How to detect star's center with sub-pixel accuracy

Hi I am new to python and ironpython and tried to do the import >>> from SharpCap.ImageProcessing import OpenCVStarDetector Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: Cannot import name OpenCVStarDetector >>> I don't know what to do. Can you help me...
by JacquesTalbot2
Tue Feb 27, 2024 8:48 pm
Forum: Solar and Lunar Imaging
Topic: 2024 solar eclpise focus
Replies: 6
Views: 910

Re: 2024 solar eclpise focus

Reduce you exposition time to 1ms
by JacquesTalbot2
Mon Feb 26, 2024 3:41 am
Forum: Scripting
Topic: Python Scripting update to Python 3.4 in SharpCap 4.1 Beta
Replies: 9
Views: 6796

Re: Python Scripting update to Python 3.4 in SharpCap 4.1 Beta

I found why the Gain control is not there: It is because I was using Camera V3 Simulator who doesn't have a Gain control
by JacquesTalbot2
Sun Feb 25, 2024 9:24 pm
Forum: Scripting
Topic: How to set Frame Rate in a script
Replies: 2
Views: 6491

Re: How to set Frame Rate in a script

I found why the Gain control is not there: It is because I was using Camera V3 Simulator who doesn't have a Gain control
by JacquesTalbot2
Sun Feb 25, 2024 4:16 pm
Forum: Scripting
Topic: Python Scripting update to Python 3.4 in SharpCap 4.1 Beta
Replies: 9
Views: 6796

Re: Python Scripting update to Python 3.4 in SharpCap 4.1 Beta

Hi
I am trying SharpCap 4.1.11804 64 bit and I cannot set the gain of the SelectedCamera
SharpCap.SelectedCamera.Controls.Gain.Value = Gain
How can I do that?
Thanks