gst_camerabin_monitor_video_source_properties (camera);
- /* Update photography interface settings */
- if (GST_IS_ELEMENT (camera->src_vid_src) &&
- gst_element_implements_interface (camera->src_vid_src,
- GST_TYPE_PHOTOGRAPHY)) {
- gst_photography_set_config (GST_PHOTOGRAPHY (camera->src_vid_src),
- &camera->photo_settings);
- }
-
if (camera->width > 0 && camera->height > 0) {
gst_structure_set (st,
"width", G_TYPE_INT, camera->width,
camera->app_video_filter = NULL;
camera->active_bin = NULL;
-
- memset (&camera->photo_settings, 0, sizeof (GstPhotoSettings));
}
static void
gint pre_night_fps_n;
gint pre_night_fps_d;
- /* Cache the photography interface settings */
- GstPhotoSettings photo_settings;
-
/* Buffer probe id for captured image handling */
gulong image_captured_id;