ICameraCaptureDevice interface
Represents a camera.
Syntax
Members
The ICameraCaptureDevice interface has these types of members:
Events
The ICameraCaptureDevice interface has these events.
| Event | Description |
|---|---|
| PreviewFrameAvailable | Occurs when a preview frame is available. |
| VendorSpecificDataAvailable | Occurs when vendor-specific data is available. |
Methods
The ICameraCaptureDevice interface has these methods. It also inherits methods from the Object class.
| Method | Description |
|---|---|
| FocusAsync | Starts the autofocus, auto white balance, and auto exposure operations, as applicable. |
| GetPreviewBufferArgb | Copies the current viewfinder ARGB frame into a buffer for further manipulation. |
| GetPreviewBufferY | Copies the luminance data for the current viewfinder frame into a buffer for further manipulation. |
| GetPreviewBufferYCbCr | Copies the current viewfinder frame into a buffer for further manipulation. |
| GetProperty | Gets the value of a known camera property. |
| ResetFocusAsync | Returns the lens to the default position or allows continuous autofocus to resume. |
| SetCaptureResolutionAsync | Sets the capture resolution. |
| SetPreviewResolutionAsync | Sets the preview resolution. |
| SetProperty | Sets the value of a known camera property. |
Properties
The ICameraCaptureDevice interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read/write | Gets the capture resolution. | |
|
Read/write | Gets or sets the region in the viewfinder where the camera focuses. | |
|
Read-only | Gets the preview resolution. | |
|
Read-only | Gets the location of the camera on the phone (front or back). | |
|
Read-only | Gets the number of degrees that the camera sensor is rotated relative to the screen. |
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
None supported |
|
Minimum supported phone |
Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
Attributes
- [Deprecated()]
- [Version(0x06020000)]
- [WebHostHidden()]
See also
Show: