Property | Type | Description | |
---|---|---|---|
ConfigureTransform | void | ||
OpenCamera | void | ||
SetUpCaptureRequestBuilder | void | ||
ShouldUseCamera | bool | ||
StartPreview | void | ||
StartVoiceTimer | void | ||
StartVoiceTrigger | void | ||
TakePicture | void | ||
UpdatePreview | void |
Method | Description | |
---|---|---|
NewInstance ( ) : |
||
OnClick ( Android.Views.View v ) : void | ||
OnCreate ( Bundle savedInstanceState ) : void | ||
OnCreateView ( Android.Views.LayoutInflater inflater, Android.Views.ViewGroup container, Bundle savedInstanceState ) : Android.Views.View | ||
OnPause ( ) : void | ||
OnResume ( ) : void | ||
OnViewCreated ( Android.Views.View view, Bundle savedInstanceState ) : void |
Method | Description | |
---|---|---|
ConfigureTransform ( int viewWidth, int viewHeight ) : void |
Configures the necessary transformation to mTextureView. This method should be called after the camera preciew size is determined in openCamera, and also the size of mTextureView is fixed
|
|
OpenCamera ( ) : void | ||
SetUpCaptureRequestBuilder ( CaptureRequest builder ) : void |
Sets up capture request builder.
|
|
ShouldUseCamera ( int lensFacing ) : bool | ||
StartPreview ( ) : void |
Starts the camera previe
|
|
StartVoiceTimer ( ) : void | ||
StartVoiceTrigger ( ) : void | ||
TakePicture ( ) : void |
Takes a picture.
|
|
UpdatePreview ( ) : void |
Updates the camera preview, StartPreview() needs to be called in advance
|
public static NewInstance ( ) : |
||
return |
public OnClick ( Android.Views.View v ) : void | ||
v | Android.Views.View | |
return | void |
public OnCreate ( Bundle savedInstanceState ) : void | ||
savedInstanceState | Bundle | |
return | void |
public OnCreateView ( Android.Views.LayoutInflater inflater, Android.Views.ViewGroup container, Bundle savedInstanceState ) : Android.Views.View | ||
inflater | Android.Views.LayoutInflater | |
container | Android.Views.ViewGroup | |
savedInstanceState | Bundle | |
return | Android.Views.View |
public OnViewCreated ( Android.Views.View view, Bundle savedInstanceState ) : void | ||
view | Android.Views.View | |
savedInstanceState | Bundle | |
return | void |