The following tables list the members exposed by Camera.
Name | Description | |
---|---|---|
![]() | Camera Constructor | Creates a new instance of Camera |
Name | Description | |
---|---|---|
![]() | CaptureHeight | Defines the height of the image captured |
![]() | CaptureWidth | Determines the width of the image captured |
![]() | FlipHorizontal | Flips the Camera horizontal orientation |
![]() | FlipVertical | Flips the Camera vertical orientation |
![]() | Fps | Defines the frames per second limit that is in place, -1 means no limit |
![]() | HasFrameLimit | Gets if the camera has framew limit |
![]() | Name | Gets the Name |
![]() | RotateFlip | Command for rotating and flipping incoming images |
Name | Description | |
---|---|---|
![]() | Dispose | Cleanup function for the camera |
![]() | GetCurrentImage | Returns the last image acquired from the camera |
![]() | ShowPropertiesDialog | Displays camera properties |
![]() | ToString | Overridden. Returns the camera name as the ToString implementation |
Name | Description | |
---|---|---|
![]() | OnImageCaptured | Event fired when an image from the camera is captured |