raphael
59044e0554
- scans in camera view for qr code - camera view inside fragment - fragment 1 passed to camera fragment - prints qr code to log
9 lines
308 B
Markdown
9 lines
308 B
Markdown
## Android Client for Bump
|
|
|
|
uses camerax framework inside an activity fragment to run camera.
|
|
Heavily uses requireActivity() inside that to get the appropriate
|
|
camera functionality. Not sure, if this is the way to go with fragments.
|
|
|
|
MLKit QR scanner is used to scan QR codes explitily from the view frame.
|
|
|