| 1282 | } |
| 1283 | |
| 1284 | OVR_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 | |
| 1290 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_SetExternalCameraProperties(ovrSession session, const char* name, const ovrCameraIntrinsics* const intrinsics, const ovrCameraExtrinsics* const extrinsics) |
| 1291 | { |
nothing calls this directly
no outgoing calls
no test coverage detected