- changed status to open
ASCOM ImageArray returns Byte[,] with Alpaca device and NINA assumes Int[,]
Issue #1255
resolved
Version 2.3.0.9001
When an Alpaca device using imagebyte protocol returns bytes (TransmissionElementType=Byte) Camera.ImageArray can become type of Byte[,] where NINA is assuming it will be an Int[,]
Comments (3)
-
repo owner -
repo owner Looks like this is incorrectly documented or a behavioral change due to alpaca:
”Returns a safearray of int of size NumX * NumY containing the pixel values from the last exposure.”
https://ascom-standards.org/Help/Developer/html/P_ASCOM_DeviceInterface_ICameraV3_ImageArray.htm -
repo owner - changed status to resolved
Fix Issue
#1255- ASCOM ImageArray returns Byte[,] with Alpaca device and NINA assumes Int[,]→ <<cset a5859ba91a9e>>
- Log in to comment