Rate this page:

ICameraManager

Interface that may be used to manage cameras on a device.

Props

Camera

Copy URL

CameraType

Camera { get; set; }

Current active camera.

Returns

Methods

SetCameraResolution

Copy URL

void

SetCameraResolution(

int

width,

int

height
)

Camera will capture frames in a format that is as close as possible to width and height.

Parameters

  • width:

    int

    Camera resolution width.

  • height:

    int

    Camera resolution height.

Returns

  • type:

    void