Unity ビデオバッファのフレーム変更確認
public WebCamTexture webcamTexture;
+Start+
webcamTexture = new WebCamTexture();
+Update+
if(WebCamTexture.didUpdateThisFrame)webcamTexture.GetPixels32(data);
+Start+
webcamTexture = new WebCamTexture();
+Update+
if(WebCamTexture.didUpdateThisFrame)webcamTexture.GetPixels32(data);