Dobson / ROI stabilization
Posted: Sat Feb 19, 2022 10:10 am
Hi,
ROI shift goes nicely in the script.
But the script does not want to run Cupture.
I have to start the upload before running the script manually.
By manual control, I am able to run the script after 100 saved images at the earliest.
I have to go to the script window.
A "run script" button would be useful.
Regards
Tomas
pan=0
dec=1
SharpCap.SelectedCamera.Controls.Pan.Value = pan
SharpCap.SelectedCamera.RunCapture
while pan< 1024:
SharpCap.SelectedCamera.Controls.Pan.Value = pan
pan=pan+dec
# print (pan)
SharpCap.SelectedCamera.StopCapture
SharpCap.SelectedCamera.Controls.Pan.Value = 0
ROI shift goes nicely in the script.
But the script does not want to run Cupture.
I have to start the upload before running the script manually.
By manual control, I am able to run the script after 100 saved images at the earliest.
I have to go to the script window.
A "run script" button would be useful.
Regards
Tomas
pan=0
dec=1
SharpCap.SelectedCamera.Controls.Pan.Value = pan
SharpCap.SelectedCamera.RunCapture
while pan< 1024:
SharpCap.SelectedCamera.Controls.Pan.Value = pan
pan=pan+dec
# print (pan)
SharpCap.SelectedCamera.StopCapture
SharpCap.SelectedCamera.Controls.Pan.Value = 0