Home > OS >  take photo with wear OS android
take photo with wear OS android

Time:11-20

I needed to know if I can use the camera on a watch, with the same API I use the camera on mobile? The application I needed to do was take a photo with a wear.

I've been searching the google documentation in the wear os section and I can't find any reference to the interaction with the camera's API.

Note: this application that I aspire to make had no interaction with the smartphone.

Does anyone know if it's possible?

CodePudding user response:

there is no API, because Wear OS devices don't have cameras, not a single one... some smartwatches with cameras and "Android" system have "real" Android system adjusted to such devices by manufacturer. on those you may use common Camera2 API (if manufacturer didn't blocked cam access somehow, as this is modified OS distribution)

  • Related