Méthode | Description | |
---|---|---|
CleanUp ( ) : System.Threading.Tasks.Task |
Cleans the instance up.
|
|
GetNumberOfAvailableDevices ( ) : Task |
Gets the number of available devices that can be used for taking photos.
|
|
Init ( ICameraView cameraView ) : void |
Initializes the camera engine.
|
|
InitCamera ( |
Initializes the camera.
|
|
StartPreviewAsync ( ) : System.Threading.Tasks.Task |
Starts the video preview.
|
|
StopPreviewAsync ( ) : System.Threading.Tasks.Task |
Stops the preview.
|
|
SwitchCamera ( ) : System.Threading.Tasks.Task |
Switches the camera.
|
|
SwitchFlashMode ( ) : System.Threading.Tasks.Task |
Switches the flash mode.
|
|
TakePhoto ( ) : Task |
Takes the photo.
|
|
UnloadCamera ( ) : System.Threading.Tasks.Task |
Unloads the camera.
|
Méthode | Description | |
---|---|---|
GetDevice ( ) : Task |
Gets the device for the desired panel.
|
|
InitResolutions ( ) : System.Threading.Tasks.Task |
Initializes the resolutions.
|
|
RefreshPreviewRotation ( ) : System.Threading.Tasks.Task |
Refreshes the preview rotation.
|
public CleanUp ( ) : System.Threading.Tasks.Task | ||
Résultat | System.Threading.Tasks.Task |
public GetNumberOfAvailableDevices ( ) : Task |
||
Résultat | Task |
public Init ( ICameraView cameraView ) : void | ||
cameraView | ICameraView | The camera view. |
Résultat | void |
public InitCamera ( |
||
deviceInformation | ||
Résultat | System.Threading.Tasks.Task |
public StartPreviewAsync ( ) : System.Threading.Tasks.Task | ||
Résultat | System.Threading.Tasks.Task |
public StopPreviewAsync ( ) : System.Threading.Tasks.Task | ||
Résultat | System.Threading.Tasks.Task |
public SwitchCamera ( ) : System.Threading.Tasks.Task | ||
Résultat | System.Threading.Tasks.Task |
public SwitchFlashMode ( ) : System.Threading.Tasks.Task | ||
Résultat | System.Threading.Tasks.Task |
public UnloadCamera ( ) : System.Threading.Tasks.Task | ||
Résultat | System.Threading.Tasks.Task |