1

I know ARCore using Camera2 by default. I was wondering about how we can use it with CameraX?

Is any way to use ARCore with CameraX?

I just tried shared session ARCore samples, It's using Camera2 API.

Is any approach or extension to use ARCore with CameraX?

Andy Jazz
  • 49,178
  • 17
  • 136
  • 220
Dev007
  • 222
  • 2
  • 9

1 Answers1

1

Alas! As of today, Google ARCore 1.35 is still not capable of using Android Jetpack's library CameraX, although CameraX is integrated with many MLKit features including barcode scanning, face detection, text recognition, etc.

Andy Jazz
  • 49,178
  • 17
  • 136
  • 220
  • 1
    Hi, is any possible to create our own extensions, and i saw there is no Public Available Source code for Arcore :( – Dev007 Dec 17 '22 at 09:20
  • 1
    I only know about this approach – https://developers.google.com/ar/develop/unity-arf/getting-started-extensions – Andy Jazz Dec 17 '22 at 09:39