Use CameraX
See original GitHub issueGoogle recently announced CameraX, a Jetpack support library that wraps camera2
capabilities into a much simpler API, based on use cases.
One of those use cases is Image Analysis, which seems perfect to use with MLKit – they even mention it in their documentation as an example.
I’d love to see this app implemented with CameraX. Is this something that would interest you?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:10
- Comments:10 (1 by maintainers)
Top Results From Across the Web
CameraX overview - Android Developers
CameraX is a Jetpack library, built to help make camera app development easier. For new apps, we recommend starting with CameraX. It provides...
Read more >How to Create a Simple Camera App Using Android CameraX ...
CameraX gives you the ability to configure the use cases. Now, there are options to add configurations for three use cases.
Read more >Getting Started With CameraX in building Camera Apps on ...
Building an app that uses Camera features like Instagram or Snapchat on Android has been a hassle for Android devs partly due to...
Read more >Make A Camera App Using CameraX API - ProAndroidDev
CameraX is a Jetpack support library, built to help you make camera app development easier. It provides a consistent and easy-to-use API ...
Read more >camerax | Flutter Package - Pub.dev
A camera plugin for flutter, which use CameraX on Android, native API on iOS, supports camera preview, capture and analyze. Note: This plugin...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@renanferrari Yes, it’s do in our plan but the priority may be not that high for now. Some factors we need to take into consideration before doing that, e.g.
That if I can import camera x on android, I can use camera 1 for sdk less than 21 and for larger use camera x.