strobe light control added to camera control interface.
[adaptation/intel_mfld/gst-plugins-atomisp.git] / gst-libs / gst / camera / gstmfldcamerasrc.h
index cb305e3..b7dea3a 100644 (file)
@@ -236,6 +236,7 @@ struct _GstCameraSrc {
 
   guint8 requested_af_mode;
   gboolean     maker_note;
+  gboolean enable_torch;
 };
 
 
@@ -338,6 +339,10 @@ struct _GstCameraSrcClass
                         GstCameraSrcCaptureMode mode);
 
   gboolean
+  (*set_strobe_state)  (GstCameraSrc *camsrc, gboolean  state);
+
+
+  gboolean
   (*set_autofocus)     (GstCameraSrc *camsrc, gboolean on_off);
 
   gboolean