C# Class ApexLumia.Camera

Datei anzeigen Open project: ApexHAB/apex-lumia Class Usage Examples

Public Properties

Property Type Description
takenPhotos List

Public Methods

Method Description
Camera ( System.Windows.Media.VideoBrush video, int photocount ) : System
camAutoFocusCompleted ( object sender, CameraOperationCompletedEventArgs e ) : void
camCaptureCompleted ( object sender, CameraOperationCompletedEventArgs e ) : void
camCaptureImageAvailable ( object sender, ContentReadyEventArgs e ) : void
camCaptureThumbnailAvailable ( object sender, ContentReadyEventArgs e ) : void
camInitialized ( object sender, Microsoft e ) : void
start ( ) : void
stop ( ) : void
takePhoto ( ) : bool

Private Methods

Method Description
setToLargestRes ( ) : void

Method Details

Camera() public method

public Camera ( System.Windows.Media.VideoBrush video, int photocount ) : System
video System.Windows.Media.VideoBrush
photocount int
return System

camAutoFocusCompleted() public method

public camAutoFocusCompleted ( object sender, CameraOperationCompletedEventArgs e ) : void
sender object
e CameraOperationCompletedEventArgs
return void

camCaptureCompleted() public method

public camCaptureCompleted ( object sender, CameraOperationCompletedEventArgs e ) : void
sender object
e CameraOperationCompletedEventArgs
return void

camCaptureImageAvailable() public method

public camCaptureImageAvailable ( object sender, ContentReadyEventArgs e ) : void
sender object
e ContentReadyEventArgs
return void

camCaptureThumbnailAvailable() public method

public camCaptureThumbnailAvailable ( object sender, ContentReadyEventArgs e ) : void
sender object
e ContentReadyEventArgs
return void

camInitialized() public method

public camInitialized ( object sender, Microsoft e ) : void
sender object
e Microsoft
return void

start() public method

public start ( ) : void
return void

stop() public method

public stop ( ) : void
return void

takePhoto() public method

public takePhoto ( ) : bool
return bool

Property Details

takenPhotos public_oe property

public List takenPhotos
return List