Unity.XR.XREAL.CameraParameters
Public Member Functions | |
CameraParameters (CamMode webCamMode, BlendMode mode) | |
Properties | |
float | hologramOpacity [get, set] |
int | frameRate [get, set] |
int | cameraResolutionWidth [get, set] |
int | cameraResolutionHeight [get, set] |
CapturePixelFormat | pixelFormat [get, set] |
CamMode | camMode [get, set] |
AudioState | audioState [get, set] |
AndroidJavaObject | mediaProjection [get, set] |
BlendMode | blendMode [get, set] |
bool | lockRoll [get, set] |
Detailed Description
A camera parameters.
Constructor & Destructor Documentation
◆ CameraParameters()
Constructor.
- Parameters
-
webCamMode The web camera mode. mode The mode.
Property Documentation
◆ cameraResolutionHeight
|
getset |
A valid height resolution for use with the web camera.
The height of the camera resolution.
◆ camMode
|
getset |
The camera mode of capture.
The camera mode.
◆ frameRate
|
getset |
The framerate at which to capture video. This is only for use with VideoCapture.
The frame rate.
◆ hologramOpacity
|
getset |
The opacity of captured holograms.
The hologram opacity.