The following tables list the members exposed by CameraView.
Public Constructors
| Name | Description | |
|---|---|---|
|  | CameraView | Initializes a new instance of the CameraView class with specified parameters. | 
Public Methods
| Name | Description | |
|---|---|---|
|  | Dispose | Releases all resources used by this CameraView. | 
|  | Start | Starts the preview of this CameraView. | 
|  | Stop | Stops the preview of this CameraView. | 
Public Properties
| Name | Description | |
|---|---|---|
|  | Camera | Gets the instance of ICamera associated with this CameraView | 
|  | CameraOptions | Gets the instance of CameraOptions associated with this CameraView | 
|  | EnablePreview | Indicates whether the preview of this CameraView should be enabled. | 
|  | InitialRotation | Gets the initial or natural orientation of the mobile device. | 
|  | ThreadCount | The number of threads available for use by the frame callback. | 
Public Events
| Name | Description | |
|---|---|---|
|  | FocusCompleted; | Occurs when the focus routine triggered by a call to the ICamera.Focus method is completed. | 
|  | FrameReceived | Occurs for every frame delivered from the hardware device. | 
|  | PictureReceived | Occurs when an image is captured after calling ICamera.TakePicture. | 
|  | RotationChanged; | Occurs when the device rotation is changed. | 
See Also