How to get Camera RAW info programmatically Android
I have an app, which sets the hardware parameters of the Camera
programmatically.
However, as I've been told, and have come to observe, not all chipsets
support all parameters.
For example, the Nexus 4 (Qualcomm) has sharpness, and sharpness-max
parameters, the Galaxy Note II 3g doesn't have any.
Hence, when I set sharpness parameter, the Nexus responds well, but the
Galaxy force closes:
java.lang.RuntimeException: setParameters failed
at android.hardware.Camera.native_setParameters(Native Method)
at android.hardware.Camera.setParameters(Camera.java:1452)
My question is, how can I get the RAW info programmatically? I need to get
the parameters, their values, and whether they exist or not.
I wish to get the RAW-Metadata parameters, as like this: database
Please help.
Thank you.
No comments:
Post a Comment