Table of Contents

Interface ICameraViewController

Namespace
IO.Scanbot.Sdk.UI
Assembly
DocumentSDK.NET.Droid.dll
public interface ICameraViewController : IJavaObject, IDisposable, IJavaPeerable
Inherited Members

Methods

ContinuousFocus()

void ContinuousFocus()

RestartPreview()

void RestartPreview()

SetLifecycleOwner(ILifecycleOwner)

void SetLifecycleOwner(ILifecycleOwner lifecycleOwner)

Parameters

lifecycleOwner ILifecycleOwner

StartPreview()

void StartPreview()

StopPreview()

void StopPreview()

TakePicture(bool)

void TakePicture(bool acquireFocus)

Parameters

acquireFocus bool

UseFlash(bool)

void UseFlash(bool flash)

Parameters

flash bool