summaryrefslogtreecommitdiffstats
path: root/modules/camera/Camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/camera/Camera.h')
-rw-r--r--modules/camera/Camera.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/camera/Camera.h b/modules/camera/Camera.h
index c7ee52d..16e1439 100644
--- a/modules/camera/Camera.h
+++ b/modules/camera/Camera.h
@@ -72,6 +72,8 @@ class Camera {
// Process an output buffer
int processCaptureBuffer(const camera3_stream_buffer_t *in,
camera3_stream_buffer_t *out);
+ // Send a shutter notify message with start of exposure time
+ void notifyShutter(uint32_t frame_number, uint64_t timestamp);
// Identifier used by framework to distinguish cameras
const int mId;