CameraImage Class |
Namespace: ASCOM.Utilities.Video
The CameraImage type exposes the following members.
| Name | Description | |
|---|---|---|
| CameraImage |
Constructor for CameraImage class
|
| Name | Description | |
|---|---|---|
| FlipHorizontally |
Sets the desired horizontal image flip mode.
| |
| FlipVertically |
Sets the desired vertical image flip mode.
|
| Name | Description | |
|---|---|---|
| GetBitmapBytes |
Returns the preview bitmap bytes of a given bitmap image.
| |
| GetDisplayBitmapBytes |
Returns a display bitmap corresponding to the image array that has been set.
| |
| GetImageArray |
Returns and image array and preview bitmap bytes in the format defined by IVideoFrame.
| |
| GetPixel(Int32, Int32) |
Returns the value of a single pixel from the image array of a Monochrome sensor.
| |
| GetPixel(Int32, Int32, Int32) |
Returns the value of a single pixel from the image array of a Colour sensor.
| |
| SetImageArray |
Sets the image array which is typically returned by IVideoFrame.ImageArray.
|