Open OdinVex opened 1 year ago
Hi @OdinVex! The normal behavior is to have the system open the standard camera. Which does not seem to work on your device. Do you manage to scan barcodes? Have you tried with the Gallery?
The camera app we use for taking photos is totally independent from our code and I'm pretty sure that the problem is on your device. On our hand, we simply ask the system to open the default app.
Hi @OdinVex! The normal behavior is to have the system open the standard camera. Which does not seem to work on your device. Do you manage to scan barcodes? Have you tried with the Gallery?
Gallery works, I can also scan barcodes (default app-open view).
The camera app we use for taking photos is totally independent from our code and I'm pretty sure that the problem is on your device. On our hand, we simply ask the system to open the default app.
I don't have anything limiting access to the camera for OFF, I've specifically allowed it.
Edit: I wonder if the method of specifying default app means a hard-coded value (either in app or Android?) that specifies the Google Camera app. I use Open Camera (collaborative foss project, rather known) as a safer alternative to OnePlus's modified Google Camera.
@raphael0202 has a oneplus, for the record
@OdinVex is that still an issue ?
@OdinVex is that still an issue ?
It is. I gave up attempting to fix it, I'm capable of development and programming nearly any chips and environments out there, but I despise Android's development environment to the point I'd rather type information in and simply attach photos from now on.
What
Camera never opens.
Steps to reproduce the behavior
Expected behavior
Either an in-app camera access or external camera app (default) should be opened for use.
Smartphone model
Additional context
I suspect it is because I'm using OpenCamera (
net.sourceforge.opencamera
). OnePlus's default junk ROM customizations to Google's Camera makes it entirely uncomfortable to use. Considering a new phone because of it.