summaryrefslogtreecommitdiffstats
path: root/include/ui/ICamera.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ui/ICamera.h')
-rw-r--r--include/ui/ICamera.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ui/ICamera.h b/include/ui/ICamera.h
index 7595e36..5642691 100644
--- a/include/ui/ICamera.h
+++ b/include/ui/ICamera.h
@@ -87,6 +87,9 @@ public:
// get preview/capture parameters - key/value pairs
virtual String8 getParameters() const = 0;
+
+ // send command to camera driver
+ virtual status_t sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) = 0;
};
// ----------------------------------------------------------------------------