cameraHeight
Preferred vertical camera resolution.
Last updated
Preferred vertical camera resolution.
Attribute: camera-height
Type: number
Default value: 720
selphi.cameraHeight = 720;Defines the preferred vertical resolution (in pixels) that the component facephi-selphi-widget requests from the camera. The device may adjust the value to the actual supported resolution.
<facephi-selphi-widget
cameraHeight={720}
/>Last updated