aurelianr
aurelianr

Reputation: 549

Does it androidx have support for camerax?

I am wondering if camerax is supported on both Java and kotlin. I did not found any Java sample about camerax and the only samples that I found are in kotlin language.

Could you Point me any link to a camerax sample that takes a picture in Java language or just tell me if camerax is supported also on androidx?

Any feedback is highly apreciated. Thanks.

Upvotes: 1

Views: 137

Answers (2)

Agnohendrix
Agnohendrix

Reputation: 610

You could take a look at this app which is unofficial but implemented using camerax package androidx.camera.core.CameraX;

He seems to have followed this codelab and translated it into Java from Kotlin.

Upvotes: 1

Maor Hadad
Maor Hadad

Reputation: 1872

You can invoke kotlin from java and vice verse.

Upvotes: 0

Related Questions