MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / AcquireVideoStreamingService

Method AcquireVideoStreamingService

headers/openvr_api.cs:2652–2657  ·  view source on GitHub ↗
(uint nDeviceIndex,ref ulong pHandle)

Source from the content-addressed store, hash-verified

2650 return result;
2651 }
2652 public EVRTrackedCameraError AcquireVideoStreamingService(uint nDeviceIndex,ref ulong pHandle)
2653 {
2654 pHandle = 0;
2655 EVRTrackedCameraError result = FnTable.AcquireVideoStreamingService(nDeviceIndex,ref pHandle);
2656 return result;
2657 }
2658 public EVRTrackedCameraError ReleaseVideoStreamingService(ulong hTrackedCamera)
2659 {
2660 EVRTrackedCameraError result = FnTable.ReleaseVideoStreamingService(hTrackedCamera);

Callers 2

OpenCVAppStartMethod · 0.80
StartVideoPreviewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected