PhotoCamera Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The PhotoCamera type exposes the following members.
| Name | Description | |
|---|---|---|
|
AvailableResolutions | Queries the camera for the available resolutions. (Inherited from Camera.) |
|
CameraType | Gets the type of camera that the Camera object represents; indicates the location of the camera on the device. (Inherited from Camera.) |
|
FlashMode | Gets or sets the flash mode. Unsupported flash modes silently default to Off. |
|
IsFocusAtPointSupported | Specifies whether the camera can programmatically auto focus on a specific point in the viewfinder. |
|
IsFocusSupported | Specifies whether the camera can be auto-focused programmatically. |
|
Orientation | Gets the number of degrees that the viewfinder brush needs to be rotated clockwise to align with the camera sensor. (Inherited from Camera.) |
|
PreviewResolution | Gets the current resolution of the image provided by the PhotoCameraGetPreviewBuffer methods. This method is for use by the live viewfinder. (Inherited from Camera.) |
|
Resolution | Gets or sets the resolution of the image captured by the camera. (Inherited from Camera.) |
|
YCbCrPixelLayout | Gets the YCbCr pixel layout of the camera preview buffer. |
Show: