Hi,
Is it possible to set BinX and BinY using ASCOm driver? I can read BinX, BinY, MaxBinX and MaxBinY properties, however when I try to set BinX or BinY to 2, I get an exception:
camera.BinX = 2
Regards,
Tomek
yes, 290MM support bin2
but you need to set X and Y to bin2 together
Sam wrote:yes, 290MM support bin2 but you need to set X and Y to bin2 together
yes, 290MM support bin2 but you need to set X and Y to bin2 together
How can I do it? In ASCOM documentation I found 2 properties only: BinX, BinY
(http://www.ascom-standards.org/Help/Developer/html/Properties_T_ASCOM_DriverAccess_Camera.htmhttp://www.ascom-standards.org/Help/Developer/html/Properties_T_ASCOM_DriverAccess_Camera.htm)
I get an error when trying execute following code:
Set camera = CreateObject( "Ascom.ASICamera2.Camera" ) camera.Connected = True camera.BinX = 2 camera.BinY = 2 camera.Connected = False
camera.Connected = True
camera.BinY = 2
camera.Connected = False
Kind Regards,
I know how to enable it in MaxIM-DL
but I don't know how to do it in code
Sam wrote:I know how to enable it in MaxIM-DL but I don't know how to do it in code
I know how to enable it in MaxIM-DL but I don't know how to do it in code
Hi!
I found an option in FireCapture as well. However for my project I need it in pure ASCOM. The code was just an example in Visual Basic. Maybe is here any developer who know the answer, please?
KR,
you'd better ask in ASCOM forum
Gajowy wrote: I found an option in FireCapture as well.
I found an option in FireCapture as well.
If you don't mind - what is the procedure in FireCapture? Thanks!
I just picked up a ASI290MM. I'm curious if the 2x2 bin on this camera is done in hardware? I'd assume so since it's mono.
Sony CMOS sensors do not have hardware binning. It's software based.