|
|
@@ -845,7 +845,7 @@ public partial class ScreenLocate : MonoBehaviour
|
|
|
if (DebugOnZIMDemo)
|
|
|
{
|
|
|
var webCam = GetComponent<ZIMWebCamera>();
|
|
|
- GetComponent<ZIMWebCamera>().AdjustResolution(160, 120);
|
|
|
+ GetComponent<ZIMWebCamera>().AdjustResolution((int)EnterResolution.x, (int)EnterResolution.y);
|
|
|
mUVCCameraInfo.SetSize(webCam.webCamTexture.width, webCam.webCamTexture.height);
|
|
|
}
|
|
|
|