From 70e359f102a3c40cad45ff9ce5a2b3bcdb429658 Mon Sep 17 00:00:00 2001 From: Konsta Date: Fri, 15 Aug 2014 21:04:15 +0300 Subject: camera: allow device to append camera parameters Overload using include/camera/CameraParametersExtra.h in device tree to add device specific camera parameters. Change-Id: Ie79380f4e49661348df4b2028ddf48daa67fca2d --- include/camera/CameraParameters.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/camera/CameraParameters.h') diff --git a/include/camera/CameraParameters.h b/include/camera/CameraParameters.h index ba33ffe..74517b4 100644 --- a/include/camera/CameraParameters.h +++ b/include/camera/CameraParameters.h @@ -19,6 +19,7 @@ #include #include +#include namespace android { @@ -683,6 +684,10 @@ public: // High-dynamic range mode static const char LIGHTFX_HDR[]; +#ifdef CAMERA_PARAMETERS_EXTRA_H +CAMERA_PARAMETERS_EXTRA_H +#endif + /** * Returns the the supported preview formats as an enum given in graphics.h * corrsponding to the format given in the input string or -1 if no such -- cgit v1.1