libcamera2: add hardwareLevel to camera metadata
authorAlex Ray <aray@google.com>
Mon, 3 Jun 2013 20:23:34 +0000 (13:23 -0700)
committerAlex Ray <aray@google.com>
Mon, 3 Jun 2013 20:30:26 +0000 (13:30 -0700)
commit05c0c1a4b70392cf7a8a3fd7d12f99e597a3e996
tree50cb83e8943ea0905602c375a688f6a215dfd3c8
parent39ed516364d4f0b2648113cb3f94533e86c2da95
libcamera2: add hardwareLevel to camera metadata

Technically, this is only required for v3 and higher devices, and this
is a v2 device.  There aren't any other v2 devices, so our framework
logic just treats them the same.  Adding this metadata entry puts this
device back as a first-class full (v3) device in the framework.

Bug: 9261359
Change-Id: I4ba91c5689fd17d4a3f2044fae1c39dd9ee625df
libcamera2/ExynosCamera2.cpp