Results 9 comments of Rid X

Hi @augustodossantosti. Try to use new version of the library it's fixed in v5.0.0

> @rid-hrant do you see any errors? No.

Just black screen! ![emulator-camera](https://user-images.githubusercontent.com/18151375/57359506-e439e080-7188-11e9-9cf4-60564689f19a.png)

Code for taking picture. ` mLayout.findViewById(R.id.capture).setOnClickListener(v -> mCameraView.capture()); `

> How about camera error listener? Does it throw any exception/warning? `com.priyankvasa.android.cameraviewex.CameraViewException: Af mode 4 not supported by selected camera. Setting it to off.`

> @rid-hrant I found the cause of the issue. It is because Af mode 4 is not supported and when that happens the impl should fall back to `AF_OFF` but...

Hi, here is the solution https://stackoverflow.com/a/64902884/7484338

Hi @CaseyApptentive, I am currently working on researching Android 12 changes to target our application. I'm not using `replaceDefaultFont(Context context, String fontFilePath)` method in my application but for users who...

Hey, @HarryAWoodworth thx for your response, and thx for testing it on android 12. I suppose in your message you mean `replaceDefaultFont`, not `replaceDefaultClient`, am I right?