Click or drag to resize

ICameraImage Interface

Defines the ICameraImage interface. This is a helper interface to be used to work with ImageArray frames, including conversion of the image array to a displayable Bitmap.

Namespace:  ASCOM.Utilities.Video
Assembly:  ASCOM.Utilities.Video (in ASCOM.Utilities.Video.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
public interface ICameraImage

The ICameraImage type exposes the following members.

Properties
  NameDescription
Public propertyFlipHorizontally
Sets the desired horizontal image flip mode.
Public propertyFlipVertically
Sets the desired vertical image flip mode.
Top
Methods
  NameDescription
Public methodCode exampleGetDisplayBitmapBytes
Returns a display bitmap corresponding to the image array that has been set.
Public methodGetPixel(Int32, Int32)
Returns the value of a single pixel from the image array of a Monochrome sensor.
Public methodGetPixel(Int32, Int32, Int32)
Returns the value of a single pixel from the image array of a Colour sensor.
Public methodSetImageArray
Sets the image array which is typically returned by IVideoFrame.ImageArray.
Top
See Also