Start a new topic
Solved

Restart the camera at run time

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.

1 Comment

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 greetings

Nicola

Login or Signup to post a comment