ios 上 WebCamTexture尺寸是16X16
if (_webCamTexture.width <= 16)
{
Color32[] colors = null;
while (!_webCamTexture.didUpdateThisFrame)
{
colors = _webCamTexture.GetPixels32();
yield return new WaitForEndOfFrame();
}
AdjustPlayImageTransform();
_inited = true;
}