LBXScan icon indicating copy to clipboard operation
LBXScan copied to clipboard

怎么支持横屏

Open lucky2046 opened this issue 8 years ago • 1 comments

横屏时拍的画面是旋转的

lucky2046 avatar Dec 24 '16 08:12 lucky2046

在LBXZXCapture.m line:101
添加 [layer connection].videoOrientation = AVCaptureVideoOrientationLandscapeRight;

这是ZXing的修改方法 其余的同理

qiaoming1990321 avatar May 07 '18 10:05 qiaoming1990321