ICameraManager
Interface that may be used to manage cameras on a device.
Props
Methods
SetCameraResolution
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