Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9e1193a authored by Dejan Ivanovski's avatar Dejan Ivanovski Committed by Ricardo Cerqueira
Browse files

Camera Service: Change max number of cameras to 3



Maximum number of cameras increased to 3 in order to support Stereo camera
in addition to the existing ones.

Change-Id: I63279daa17723669a8f116798b2687b73ddb5516
Signed-off-by: default avatarDejan Ivanovski <x0162121@ti.com>
parent e575d59f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -35,7 +35,11 @@
#include <camera/ICameraServiceListener.h>

/* This needs to be increased if we can have more cameras */
#ifdef OMAP_ENHANCEMENT
#define MAX_CAMERAS 3
#else
#define MAX_CAMERAS 2
#endif

namespace android {