Exemplo n.º 1
0
        private void OnSubjectAreaChangedHandler(NSNotification notification)
        {
            var devicePoint = new CGPoint(0.5, 0.5);

            _videoDeviceInput.UpdateFocus(AVCaptureFocusMode.ContinuousAutoFocus, AVCaptureExposureMode.ContinuousAutoExposure, devicePoint, false);
        }