In my code, I do this
_capture.SetPreviewRotation(VideoRotation.Clockwise90Degrees); _capture.SetPreviewMirroring(true); CaptureView.Source = _capture; CaptureView.Stretch = Stretch.UniformToFill;
In your case, replace CaptureView with VideoCapture
But for now, zxing for universal applications is working terribly. MediaCapture is not a good choice for receiving data from the camera :(
Std_Net
source share