|
| CVRTrackedCamera (IntPtr VRTrackedCamera) |
|
override IntPtr | GetIntPtr () |
|
override bool | HasCamera (uint nDeviceIndex) |
|
override bool | GetCameraFirmwareDescription (uint nDeviceIndex, string pBuffer, uint nBufferLen) |
|
override bool | GetCameraFrameDimensions (uint nDeviceIndex, ECameraVideoStreamFormat nVideoStreamFormat, ref uint pWidth, ref uint pHeight) |
|
override bool | SetCameraVideoStreamFormat (uint nDeviceIndex, ECameraVideoStreamFormat nVideoStreamFormat) |
|
override ECameraVideoStreamFormat | GetCameraVideoStreamFormat (uint nDeviceIndex) |
|
override bool | EnableCameraForStreaming (uint nDeviceIndex, bool bEnable) |
|
override bool | StartVideoStream (uint nDeviceIndex) |
|
override bool | StopVideoStream (uint nDeviceIndex) |
|
override bool | IsVideoStreamActive (uint nDeviceIndex, ref bool pbPaused, ref float pflElapsedTime) |
|
override CameraVideoStreamFrame_t | GetVideoStreamFrame (uint nDeviceIndex) |
|
override bool | ReleaseVideoStreamFrame (uint nDeviceIndex, ref CameraVideoStreamFrame_t pFrameImage) |
|
override bool | SetAutoExposure (uint nDeviceIndex, bool bEnable) |
|
override bool | PauseVideoStream (uint nDeviceIndex) |
|
override bool | ResumeVideoStream (uint nDeviceIndex) |
|
override bool | GetCameraDistortion (uint nDeviceIndex, float flInputU, float flInputV, ref float pflOutputU, ref float pflOutputV) |
|
override bool | GetCameraProjection (uint nDeviceIndex, float flWidthPixels, float flHeightPixels, float flZNear, float flZFar, ref HmdMatrix44_t pProjection) |
|
Definition at line 2235 of file openvr_api.cs.
Valve.VR.CVRTrackedCamera.CVRTrackedCamera |
( |
IntPtr |
VRTrackedCamera | ) |
|
|
inline |
override bool Valve.VR.CVRTrackedCamera.EnableCameraForStreaming |
( |
uint |
nDeviceIndex, |
|
|
bool |
bEnable |
|
) |
| |
|
inlinevirtual |
override bool Valve.VR.CVRTrackedCamera.GetCameraDistortion |
( |
uint |
nDeviceIndex, |
|
|
float |
flInputU, |
|
|
float |
flInputV, |
|
|
ref float |
pflOutputU, |
|
|
ref float |
pflOutputV |
|
) |
| |
|
inlinevirtual |
override bool Valve.VR.CVRTrackedCamera.GetCameraFirmwareDescription |
( |
uint |
nDeviceIndex, |
|
|
string |
pBuffer, |
|
|
uint |
nBufferLen |
|
) |
| |
|
inlinevirtual |
override bool Valve.VR.CVRTrackedCamera.GetCameraFrameDimensions |
( |
uint |
nDeviceIndex, |
|
|
ECameraVideoStreamFormat |
nVideoStreamFormat, |
|
|
ref uint |
pWidth, |
|
|
ref uint |
pHeight |
|
) |
| |
|
inlinevirtual |
override bool Valve.VR.CVRTrackedCamera.GetCameraProjection |
( |
uint |
nDeviceIndex, |
|
|
float |
flWidthPixels, |
|
|
float |
flHeightPixels, |
|
|
float |
flZNear, |
|
|
float |
flZFar, |
|
|
ref HmdMatrix44_t |
pProjection |
|
) |
| |
|
inlinevirtual |
override IntPtr Valve.VR.CVRTrackedCamera.GetIntPtr |
( |
| ) |
|
|
inlinevirtual |
override bool Valve.VR.CVRTrackedCamera.HasCamera |
( |
uint |
nDeviceIndex | ) |
|
|
inlinevirtual |
override bool Valve.VR.CVRTrackedCamera.IsVideoStreamActive |
( |
uint |
nDeviceIndex, |
|
|
ref bool |
pbPaused, |
|
|
ref float |
pflElapsedTime |
|
) |
| |
|
inlinevirtual |
override bool Valve.VR.CVRTrackedCamera.PauseVideoStream |
( |
uint |
nDeviceIndex | ) |
|
|
inlinevirtual |
override bool Valve.VR.CVRTrackedCamera.ReleaseVideoStreamFrame |
( |
uint |
nDeviceIndex, |
|
|
ref CameraVideoStreamFrame_t |
pFrameImage |
|
) |
| |
|
inlinevirtual |
override bool Valve.VR.CVRTrackedCamera.ResumeVideoStream |
( |
uint |
nDeviceIndex | ) |
|
|
inlinevirtual |
override bool Valve.VR.CVRTrackedCamera.SetAutoExposure |
( |
uint |
nDeviceIndex, |
|
|
bool |
bEnable |
|
) |
| |
|
inlinevirtual |
override bool Valve.VR.CVRTrackedCamera.SetCameraVideoStreamFormat |
( |
uint |
nDeviceIndex, |
|
|
ECameraVideoStreamFormat |
nVideoStreamFormat |
|
) |
| |
|
inlinevirtual |
override bool Valve.VR.CVRTrackedCamera.StartVideoStream |
( |
uint |
nDeviceIndex | ) |
|
|
inlinevirtual |
override bool Valve.VR.CVRTrackedCamera.StopVideoStream |
( |
uint |
nDeviceIndex | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: