commit | e6a550d02ff02f465d7dbb6e862671462866f024 | [log] [tgz] |
---|---|---|
author | Wu-cheng Li <wuchengli@google.com> | Mon Sep 28 16:14:58 2009 -0700 |
committer | Wu-cheng Li <wuchengli@google.com> | Tue Oct 06 13:25:10 2009 -0700 |
tree | 005e2a57c55f5c24400f604150727b9b91b61fe9 | |
parent | 7854a353261dd276a7726d48677c18ef827b26eb [diff] [blame] |
Add zoom functions and sendCommand. b2060030
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 @@ // 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; }; // ----------------------------------------------------------------------------