Force an app to use the selfie camera?

  • Thread starter Thread starter Office_Shredder
  • Start date Start date
  • Tags Tags
    App Camera Force
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 7K views
Messages
5,706
Reaction score
1,592
I have a pixel 3xl. The normal camera broke this weekend, but the selfie camera still works. I have an app that I need to scan a qr code once a day for work that only attempts to use the now broken camera. If I could get it to use the selfie camera getting it to line up would be a little annoying but at least I won't have to buy a new phone. Does anyone know if there's an Android level setting to switch which camera is being used (or even an app that will let me do this?). Googling is just finding lots of things that are not actually my problem, possibly because I don't know the right words to use (e.g. the word selfie returns lots of irrelevant stuff)
 
Physics news on Phys.org
Office_Shredder said:
Does anyone know if there's an Android level setting to switch which camera is being used
Probably no such setting exists.
Office_Shredder said:
even an app that will let me do this?
As far as I know, this is not possible. Apps that operate the camera themselves use the Camera API or wrapper libraries, and they explicitly define which camera to use. This cannot be modified by other apps, because the source code itself has to be edited.