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
- html5
- C#
- chart.js
- 안드로이드 푸시
- roundcube
- php 취약점
- Android
- C# IO
- php 시큐어코딩
- UML
- 안드로이드 푸쉬
- android 효과음
- WebView
- 안드로이드
- mysql
- 폼메일
- Mail Server
- curl
- javascript
- FCM
- 안드로이드 gcm
- 우분투
- soundpool
- 설치
- 자동 생성
- PHP
- not working
- xe
- 자바스크립트
- dovecot
Archives
- Today
- Total
그러냐
안드로이드 qr 코드 스캐너 전면 카메라로 설정하기 본문
반응형
integrator 사용시 아래와 같이
integrator.setCameraId(0)
DecoratedBarcodeView 사용시 아래와 같이
CameraSettings cameraSettings = new CameraSettings();
cameraSettings.setRequestedCameraId(1);
barcodeView.getBarcodeView().setCameraSettings(cameraSettings);
반응형