This site has been permanently archived. The content on this site was last updated in 2019.
Stay organized with collections
Save and categorize content based on your preferences.
GoogleVR.Beta.GvrBetaHeadset
Daydream headset beta API.
Summary
Inheritance
Inherits from:
GvrHeadset
Properties
|
CameraMode
|
Gets or sets the current see-through camera mode.
|
SceneType
|
Gets or sets the current see-through scene type.
|
Properties
CameraMode
static GvrBetaSeeThroughCameraMode CameraMode
Gets or sets the current see-through camera mode.
The see-through camera mode.
SceneType
static GvrBetaSeeThroughSceneType SceneType
Gets or sets the current see-through scene type.
The see-through scene type.
Public static functions
SetSeeThroughConfig
void SetSeeThroughConfig(
GvrBetaSeeThroughCameraMode cameraMode,
GvrBetaSeeThroughSceneType sceneType
)
Sets the current see-through camera mode and scene type.
Details |
Parameters |
cameraMode
|
The see-through camera mode to be set.
|
sceneType
|
The see-through scene type to be set.
|
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["`GoogleVR.Beta.GvrBetaHeadset` provides a beta API specifically designed for Daydream headsets, inheriting functionalities from the `GvrHeadset` class."],["This API allows developers to control see-through settings, offering options to adjust camera mode (e.g., fisheye or perspective) and scene type (e.g., virtual or passthrough)."],["`SetSeeThroughConfig` function enables developers to easily configure both the camera mode and scene type simultaneously, enhancing the user's immersive experience."],["Developers can access and modify the current see-through camera mode and scene type through the static properties `CameraMode` and `SceneType`, respectively."]]],["The Daydream headset beta API, `GvrBetaHeadset`, allows managing see-through features. Key actions involve getting or setting the `CameraMode` and `SceneType` properties, representing the see-through camera and scene type, respectively. The `SetSeeThroughConfig` function is used to directly set both the `cameraMode` and `sceneType` parameters. These functions provide control over how the headset interacts with the real-world view.\n"]]