Android Camera Hardware Information
While we can get information about a physical manufacturer programmatically through components android.os.*
, I have not seen links to inspect camera parts.
Specifically, I was curious if there was a way to determine which camera sensor was used in a particular device so that adjustments could be made if necessary? With some Samsung Galaxy S6 devices having different camera sensors found sporadically in them, I can't rely on the device itself, and it would be better if I did it based on physical camera hardware.
link: Camera Sensor Bias
This, of course, refers to patching and correctly detecting the color in the application.
source to share
This video explains how to get information about the camera hardware .
You need root access on your Android phone. Use Esfile explorer and find "camera_info". You will get a file depending on your Android phone, which will get your camera hardware information when opened.
source to share