MCPcopy Create free account
hub / github.com/LibreVR/Revive / ovr_GetExternalCameras

Function ovr_GetExternalCameras

ReviveXR/REV_CAPI.cpp:1414–1418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1412}
1413
1414OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetExternalCameras(ovrSession session, ovrExternalCamera* cameras, unsigned int* inoutCameraCount)
1415{
1416 // TODO: Support externalcamera.cfg used by the SteamVR Unity plugin
1417 return ovrError_NoExternalCameraInfo;
1418}
1419
1420OVR_PUBLIC_FUNCTION(ovrResult) ovr_SetExternalCameraProperties(ovrSession session, const char* name, const ovrCameraIntrinsics* const intrinsics, const ovrCameraExtrinsics* const extrinsics)
1421{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected