Show / Hide Table of Contents

    Class SteamVR_TrackedCamera.VideoStreamTexture

    Inheritance
    System.Object
    SteamVR_TrackedCamera.VideoStreamTexture
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Valve.VR
    Assembly: Assembly-CSharp.dll
    Syntax
    public class VideoStreamTexture

    Constructors

    VideoStreamTexture(UInt32, Boolean)

    Declaration
    public VideoStreamTexture(uint deviceIndex, bool undistorted)
    Parameters
    Type Name Description
    System.UInt32 deviceIndex
    System.Boolean undistorted

    Properties

    angularVelocity

    Declaration
    public Vector3 angularVelocity { get; }
    Property Value
    Type Description
    UnityEngine.Vector3

    deviceIndex

    Declaration
    public uint deviceIndex { get; }
    Property Value
    Type Description
    System.UInt32

    frameBounds

    Declaration
    public VRTextureBounds_t frameBounds { get; }
    Property Value
    Type Description
    VRTextureBounds_t

    frameId

    Declaration
    public uint frameId { get; }
    Property Value
    Type Description
    System.UInt32

    frameType

    Declaration
    public EVRTrackedCameraFrameType frameType { get; }
    Property Value
    Type Description
    EVRTrackedCameraFrameType

    hasCamera

    Declaration
    public bool hasCamera { get; }
    Property Value
    Type Description
    System.Boolean

    hasTracking

    Declaration
    public bool hasTracking { get; }
    Property Value
    Type Description
    System.Boolean

    texture

    Declaration
    public Texture2D texture { get; }
    Property Value
    Type Description
    UnityEngine.Texture2D

    transform

    Declaration
    public SteamVR_Utils.RigidTransform transform { get; }
    Property Value
    Type Description
    SteamVR_Utils.RigidTransform

    undistorted

    Declaration
    public bool undistorted { get; }
    Property Value
    Type Description
    System.Boolean

    velocity

    Declaration
    public Vector3 velocity { get; }
    Property Value
    Type Description
    UnityEngine.Vector3

    Methods

    Acquire()

    Declaration
    public ulong Acquire()
    Returns
    Type Description
    System.UInt64

    GetPose()

    Declaration
    public TrackedDevicePose_t GetPose()
    Returns
    Type Description
    TrackedDevicePose_t

    Release()

    Declaration
    public ulong Release()
    Returns
    Type Description
    System.UInt64
    In This Article
    • Constructors
      • VideoStreamTexture(UInt32, Boolean)
    • Properties
      • angularVelocity
      • deviceIndex
      • frameBounds
      • frameId
      • frameType
      • hasCamera
      • hasTracking
      • texture
      • transform
      • undistorted
      • velocity
    • Methods
      • Acquire()
      • GetPose()
      • Release()
    Back to top Copyright (c) Valve Corporation, All rights reserved.