Resource Base
Table of contents

This documentation is deprecated. It applies only to legacy version 2.x of Capture Vision and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

Enumeration CameraPosition

CameraPosition describes the camera position.

Definition

Namespace: Dynamsoft.CameraEnhancer.Maui

Assembly: Dynamsoft.CaptureVisionRouter.Maui

public enum EnumCameraPosition : int
{
    // The back-facing camera.
    CP_BACK = 0,
    // The front-facing camera.
    CP_FRONT = 1
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: