question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Google 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:open
  • Created 4 years ago
  • Reactions:10
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
zhouyiselfcommented, May 16, 2019

@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.

  • CameraX is still in alpha stage and the minimum supported API is 21
  • MLKit itself may also require some tweaks to work more nicely with it.
0reactions
nelson336commented, Apr 13, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found