ESRI.ArcGIS.Mobile.Client
Camera Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client.WebCam Namespace : Camera Class


The following tables list the members exposed by Camera.

Public Constructors

 NameDescription
Public ConstructorCamera Constructor Creates a new instance of Camera  
Top

Public Properties

 NameDescription
Public PropertyCaptureHeight Defines the height of the image captured  
Public PropertyCaptureWidth Determines the width of the image captured  
Public PropertyFlipHorizontal Flips the Camera horizontal orientation  
Public PropertyFlipVertical Flips the Camera vertical orientation  
Public PropertyFps Defines the frames per second limit that is in place, -1 means no limit  
Public PropertyHasFrameLimit Gets if the camera has framew limit  
Public PropertyName Gets the Name  
Public PropertyRotateFlip Command for rotating and flipping incoming images  
Top

Public Methods

 NameDescription
Public MethodDispose Cleanup function for the camera  
Public MethodGetCurrentImage Returns the last image acquired from the camera  
Public MethodShowPropertiesDialog Displays camera properties  
Public MethodToStringOverridden.  Returns the camera name as the ToString implementation  
Top

Public Events

 NameDescription
Public EventOnImageCaptured Event fired when an image from the camera is captured  
Top

See Also