| 1412 | } |
| 1413 | |
| 1414 | OVR_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 | |
| 1420 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_SetExternalCameraProperties(ovrSession session, const char* name, const ovrCameraIntrinsics* const intrinsics, const ovrCameraExtrinsics* const extrinsics) |
| 1421 | { |
nothing calls this directly
no outgoing calls
no test coverage detected