According to the Wikitude documentation, if I do something like:
Wikitude.WikitudeCamera.DesiredCameraResolution = Wikitude.CaptureDeviceResolution.FullHD;
The resolution change will take place the next time a camera is started.
How can I restart the camera via script at run time to apply this change?
Thanks.
Bruno.
Hi Bruno,
The setting can only be changed if the WikitudeCamera.Start method was not called yet. After that, any changes will be ignored.
Thx and greetingsNicola
Brunolagedias
According to the Wikitude documentation, if I do something like:
Wikitude.WikitudeCamera.DesiredCameraResolution = Wikitude.CaptureDeviceResolution.FullHD;
The resolution change will take place the next time a camera is started.
How can I restart the camera via script at run time to apply this change?
Thanks.
Bruno.