CameraResolution what we have do before?
How can we set resolution?
What is have to done before?
1. First example
CameraDevice.GetInstance().Start();
CameraDevice.CameraResolution.Resolution1920x1080;
2. Second example
CameraDevice.CameraResolution.Resolution1920x1080;
CameraDevice.GetInstance().Start();
What is the right way?
thank you
You should set resolution first.
But we don't provide api for camera resolution setting on runtime yet.
So you should set through configuration file setting befor app running.
Thank you
Jack
SDK Team, Maxst