Forgive my ignorance but would something like mlki...
# compose-desktop
r
Forgive my ignorance but would something like mlkit work with jetpack compose?
k
This is very vague. Something like MLKit as in a library for machine learning? Or specifically that library? And what do you mean by "work"?
r
yea, sorry about that. does it have camera support?
webcam, etc.
o
Compose is UI library, but you could use any JVM library in Compose for Desktop, i.e. https://stackoverflow.com/questions/11487251/best-way-to-access-web-camera-in-java
k
Like, does ML Kit support camera integration on desktop? That would be a question for that project, not Compose