cameraWidth
Preferred horizontal camera resolution.
Last updated
Preferred horizontal camera resolution.
Attribute: camera-width
Type: number
Default value: 1280
selphi.cameraWidth = 1280;Defines the preferred horizontal resolution (in pixels) that the component facephi-selphi-widget requests from the camera. The device may adjust the value to the actual available support.
<facephi-selphi-widget
cameraWidth={1280}
/>Last updated