List
CameraResolution what we have do before?
Posted Date: 2018-05-18 22:00     Edited Date: 2018-05-21 14:02     Writer: inactive

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

Posted Date: 2018-05-21 14:02     Edited Date: 2018-05-21 14:02     Writer: inactive

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