Expose options to lock exposure time and white-balance and toggle flash
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user