Resource Base
Table of contents

CameraView

The CameraView class is used to display the camera preview and provides UI controlling APIs. Users can add interactable UI elements on the view.

Definition

Namespace: Dynamsoft.CameraEnhancer.Maui

Assembly: Dynamsoft.CaptureVisionRouter.Maui

class CameraView : View

Methods & Properties

Method Description
CameraView The constructor.
Property Type Description
TorchButton TorchButton The property that defines a torch button. User can click the button to turn on/off the torch.
TorchButtonVisible bool The property that defines whether the torch button is visible.
ScanRegionMaskVisible bool The property that defines whether the scan region mask is visible.
ScanLaserVisible bool The property that defines whether the scan laser is visible.

CameraView

The constructor. Create an instance of CameraView.

CameraView();

TorchButton

The property that defines a torch button. User can click the button to turn on/off the torch. View TorchButton class for how more information about how to configure the torch button.

TorchButton TorchButton { get; set; }

TorchButtonVisible

The property that defines whether the torch button is visible.

bool TorchButtonVisible { get; set; }

ScanRegionMaskVisible

The property that defines whether the scan region mask is visible.

bool ScanRegionMaskVisible { get; set; }

ScanLaserVisible

The property that defines whether the scan laser is visible.

bool ScanLaserVisible { get; set; }

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: