QRCodeReaderViewController icon indicating copy to clipboard operation
QRCodeReaderViewController copied to clipboard

Select which camera to initially show

Open AdrianToman1 opened this issue 8 years ago • 2 comments

The back camera is always initial selected by default in the via controller. After the view controller is shown the can toggle between the front and back camera.

Would it be possible to choose which camera is selected by default?

AdrianToman1 avatar Dec 07 '16 04:12 AdrianToman1

For the moment this is not possible. Its Swift counterpart already supports this feature but I don't have enough time to support them both.

If you want add this feature, don't hesitate.

yannickl avatar Dec 09 '16 19:12 yannickl

You can call [_codeReader switchDeviceInput] at viewDidLoad.... It have worked great for me...

Lasherbr avatar Apr 29 '17 22:04 Lasherbr