ICameraImage Interface |
Namespace: ASCOM.Utilities.Video
The ICameraImage type exposes the following members.
| Name | Description | |
|---|---|---|
| FlipHorizontally |
Sets the desired horizontal image flip mode.
| |
| FlipVertically |
Sets the desired vertical image flip mode.
|
| Name | Description | |
|---|---|---|
| GetDisplayBitmapBytes |
Returns a display bitmap corresponding to the image array that has been set.
| |
| 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.
|