summaryrefslogtreecommitdiff
path: root/packaging/generic/print-camera-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/generic/print-camera-list.c')
-rw-r--r--packaging/generic/print-camera-list.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/generic/print-camera-list.c b/packaging/generic/print-camera-list.c
index 498086545..dc3599131 100644
--- a/packaging/generic/print-camera-list.c
+++ b/packaging/generic/print-camera-list.c
@@ -1348,6 +1348,11 @@ html_camera_func (
op &= ~GP_OPERATION_CAPTURE_IMAGE;
if (op) printf (", ");
}
+ if (op & GP_OPERATION_TRIGGER_CAPTURE) {
+ printf ("Trigger Capture");
+ op &= ~GP_OPERATION_TRIGGER_CAPTURE;
+ if (op) printf (", ");
+ }
if (op & GP_OPERATION_CAPTURE_PREVIEW) {
printf ("Liveview");
op &= ~GP_OPERATION_CAPTURE_PREVIEW;