From 79b7725afbea3d0f14ce6228fc6f8036ae457cad Mon Sep 17 00:00:00 2001
From: Nicolas Pope <nwpope@utu.fi>
Date: Wed, 15 Jul 2020 17:35:08 +0300
Subject: [PATCH] Fix for not saving pylon device_left

---
 components/rgbd-sources/src/source.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/components/rgbd-sources/src/source.cpp b/components/rgbd-sources/src/source.cpp
index 570c0c92e..64d882a53 100644
--- a/components/rgbd-sources/src/source.cpp
+++ b/components/rgbd-sources/src/source.cpp
@@ -157,7 +157,9 @@ void Source::reset() {
 		"size",
 		"focal",
 		"device_left",
-		"enable_touch"
+		"enable_touch",
+		"feed",
+		"pipeline"
 	});
 	impl_ = createImplementation(*uristr, this);
 }
-- 
GitLab