Expose options to lock exposure time and white-balance and toggle flash

This commit is contained in:
Georg Hagen
2024-07-31 23:30:28 +02:00
parent 9f9e916110
commit 91ac458e18
3 changed files with 42 additions and 1 deletions

View File

@@ -219,6 +219,12 @@ namespace OpenVulkano::AR
* @param renderer The renderer to be used to create textures.
*/
virtual void SetRenderer(IRenderer* renderer) = 0;
virtual void LockExposureTime(bool locked) {};
virtual void LockWhitebalance(bool locked) {};
virtual void SetFlashlightOn(bool on) {};
/**
* Gets the capabilities for this ArSession.