Camera overview

Public Constructors

Camera  

Public Methods

Close Close the camera object. This will free up the native resources
Equals  (inherited from Object)  
GetAvailableResolutions Returns a list of all of the possible camera resolutions supported by the device's camera. You can call this first to get the supported resolutions and then call the Camera.Open method to open the camera to the resolution you'd like.
GetHashCode  (inherited from Object)  
GetType  (inherited from Object)  
Open  
ReferenceEquals  (inherited from Object)  
TakePicture Takes a snapshot from the camera and returns it as a Bitmap
ToString  (inherited from Object)  

Public Properties

IsOpenned Is the camera currently opened and being used?
IsTakingPicture Is the camera taking pictures?

Protected Methods

Finalize  (inherited from Object)  
MemberwiseClone  (inherited from Object)  

See Also

Camera Class | Wimo.Common.Device Namespace