Method | Description | |
---|---|---|
CancelFocus ( ) : void |
Cancels the current focus operation.
|
|
CaptureImage ( ) : void |
Initiates a full-resolution capture of the current image displayed in the viewfinder.
|
|
CreateVideoBrush ( ) : VideoBrush |
Creates a VideoBrush containing the current image.
|
|
Focus ( ) : void |
Starts a camera auto focus operation.
|
|
FocusAtPoint ( double x, double y ) : void |
Starts a camera auto focus operation on a specific point in the viewfinder, for those devices that support it.
|
|
GetPreviewBufferY ( byte pixelData ) : void |
Copies the luminance data for the current viewfinder frame into a buffer for further manipulation.
|
|
GetPreviewBufferYCbCr ( byte pixelData ) : void |
Copies the current viewfinder frame into a buffer for further manipulation.
|
|
Start ( ) : void |
Starts the camera service.
|
|
Stop ( ) : void |
Stops the camera service.
|
Method | Description | |
---|---|---|
PhotoCamera_AutoFocusCompleted ( object sender, CameraOperationCompletedEventArgs e ) : void | ||
PhotoCamera_CaptureCompleted ( object sender, CameraOperationCompletedEventArgs e ) : void | ||
PhotoCamera_CaptureImageAvailable ( object sender, ContentReadyEventArgs e ) : void | ||
PhotoCamera_CaptureStarted ( object sender, |
||
PhotoCamera_CaptureThumbnailAvailable ( object sender, ContentReadyEventArgs e ) : void | ||
PhotoCamera_Initialized ( object sender, CameraOperationCompletedEventArgs e ) : void |
public FocusAtPoint ( double x, double y ) : void | ||
x | double | The horizontal location in the viewfinder; a value between 0 (left) and 1.0 (right). |
y | double | The vertical location in the viewfinder; a value between 0 (bottom) and 1.0 (top). |
return | void |
public GetPreviewBufferY ( byte pixelData ) : void | ||
pixelData | byte | The YUV pixel data. |
return | void |
public GetPreviewBufferYCbCr ( byte pixelData ) : void | ||
pixelData | byte | The pixel data. |
return | void |