From 9029cdcebd885d2e9bb1b3260c3c0f541c8743c9 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 13 May 2015 12:38:16 +0200 Subject: file: signal change of ROI and bitdepth --- plugins/file/uca-file-camera.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/file/uca-file-camera.c') diff --git a/plugins/file/uca-file-camera.c b/plugins/file/uca-file-camera.c index 0553194..26a590d 100644 --- a/plugins/file/uca-file-camera.c +++ b/plugins/file/uca-file-camera.c @@ -210,6 +210,10 @@ uca_file_camera_set_property (GObject *object, guint property_id, const GValue * g_free (priv->path); priv->path = g_strdup (g_value_get_string (value)); update_fnames (priv, NULL); + + g_object_notify (object, "roi-width"); + g_object_notify (object, "roi-height"); + g_object_notify (object, "sensor-bitdepth"); break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID(object, property_id, pspec); -- cgit v1.2.3