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

Function ovr_GetExternalCameras

Revive/REV_CAPI.cpp:1284–1288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1282}
1283
1284OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetExternalCameras(ovrSession session, ovrExternalCamera* cameras, unsigned int* inoutCameraCount)
1285{
1286 // TODO: Support externalcamera.cfg used by the SteamVR Unity plugin
1287 return ovrError_NoExternalCameraInfo;
1288}
1289
1290OVR_PUBLIC_FUNCTION(ovrResult) ovr_SetExternalCameraProperties(ovrSession session, const char* name, const ovrCameraIntrinsics* const intrinsics, const ovrCameraExtrinsics* const extrinsics)
1291{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected