Remove log message
This commit is contained in:
@@ -228,7 +228,6 @@ namespace OpenVulkano::AR::ArKit
|
|||||||
}
|
}
|
||||||
OnNewFrameAvailable();
|
OnNewFrameAvailable();
|
||||||
m_frame = arFrame;
|
m_frame = arFrame;
|
||||||
Logger::AR->info("Exposure: {}; ColTemp: {}", 1.0/frame.camera.exposureDuration, frame.lightEstimate.ambientColorTemperature);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ArSessionArKitInternal::OnArSessionInterruptedChanged(ARSession* session, bool interrupted)
|
void ArSessionArKitInternal::OnArSessionInterruptedChanged(ARSession* session, bool interrupted)
|
||||||
|
|||||||
Reference in New Issue
Block a user