The following tables list the members exposed by ICamera.
Public Methods
Name | Description | |
---|---|---|
CreateNativeCamera | Creates an instance of the native camera object. | |
Focus | Triggers an Auto Focus routine. | |
Start | Starts the camera preview for this CameraView. | |
StartRecording | Starts video recording. | |
Stop | Stops the camera preview for this CameraView. | |
StopRecording | Stops video recording. | |
TakePicture | Captures a still image as viewed on the screen's device. |
Public Properties
Name | Description | |
---|---|---|
CameraHeight | Gets the camera's preview height. | |
CameraWidth | Gets the camera's preview width. | |
CaptureQuality | Gets and sets the CaptureQuality of this ICamera. | |
FocusMode | Gets and sets focus mode of this ICamera instance. | |
FrameRate | Gets and sets the framerate of this ICamera instance. | |
IsFlashSupported | Gets a value that indicates whether the device supports flash. | |
IsFocusSupported | Gets a value that indicates whether the device supports any focus modes. | |
IsRecording | Gets a value that indicates whether the device is currently recording video. | |
MaxScaleFactor | Gets the maximum scaling or zooming factor supported by the device. | |
NativeCamera | Gets the native camera object initialized by CameraView. | |
NumberOfCameras | Gets the number of hardware cameras on the device. | |
Resolution | Gets and sets camera's output resolution. | |
ScaleFactor | Gets and sets the zoom value for the selected camera. |
See Also