CameraParams
Camera constraints. Hardware camera is chosen according to these settings. Settings are specified via CameraManager.setDefaultVideoSettings and CameraManager.setCallVideoSettings.
Props
aspectRatio
aspectRatio: number
Optional. Aspect ratio.
cameraId
cameraId: string
Unique ID of camera. It can be received via the CameraManager.getInputDevices method.
facingMode
facingMode: boolean
Optional. Whether to use the front camera on a mobile device. This parameter is available only for mobile devices. We do not recommend using this parameter for desktop devices. The default value for mobile devices is true.
frameHeight
frameHeight: number
Optional. Frame height in pixels. The parameter is less prior than videoQuality.
frameRate
frameRate: number
Optional. Frames per second.
frameWidth
frameWidth: number
Optional. Frame width in pixels. The parameter is less prior than videoQuality.
strict
strict: boolean
Optional. Whether all video settings should suit each other strictly; the incorrect settings cause an error. if false, the incorrect values are changed to the best appropriate values. The default value is false.
videoQuality
videoQuality:
Optional. One of the video quality values. The parameter is prior than frameWidth and frameHeight parameters.