Camera2Basic.Listeners.Camera2BasicSurfaceTextureListener.OnSurfaceTextureAvailable C# (CSharp) Method

OnSurfaceTextureAvailable() public method

public OnSurfaceTextureAvailable ( Android surface, int width, int height ) : void
surface Android
width int
height int
return void
        public void OnSurfaceTextureAvailable(Android.Graphics.SurfaceTexture surface, int width, int height)
        {
            Owner.OpenCamera(width, height);
        }