Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- php 시큐어코딩
- not working
- javascript
- 폼메일
- php 취약점
- C#
- WebView
- FCM
- 안드로이드 gcm
- chart.js
- Mail Server
- 자동 생성
- 자바스크립트
- mysql
- android 효과음
- dovecot
- xe
- 우분투
- Android
- 안드로이드 푸쉬
- soundpool
- C# IO
- 안드로이드 푸시
- 설치
- roundcube
- html5
- UML
- 안드로이드
- PHP
- curl
Archives
- Today
- Total
그러냐
안드로이드 qr 코드 스캐너 전면 카메라로 설정하기 본문
반응형
integrator 사용시 아래와 같이
integrator.setCameraId(0)
DecoratedBarcodeView 사용시 아래와 같이
CameraSettings cameraSettings = new CameraSettings();
cameraSettings.setRequestedCameraId(1);
barcodeView.getBarcodeView().setCameraSettings(cameraSettings);
반응형