[rpi3][vision] Add backend_path.ini for depth 58/282158/1 accepted/tizen_7.0_unified_hotfix tizen_7.0_hotfix accepted/tizen/7.0/unified/hotfix/20221116.110409 accepted/tizen/unified/20220928.144427 tizen_7.0_m2_release
authorTae-Young Chung <ty83.chung@samsung.com>
Tue, 27 Sep 2022 15:07:31 +0000 (00:07 +0900)
committerTae-Young Chung <ty83.chung@samsung.com>
Tue, 27 Sep 2022 15:13:23 +0000 (00:13 +0900)
[Version] 0.3.59
[Issue type] Add

MediaVision introduces new mv3d sub module, which
supports depth and pointcloud. In case of depth,
the depth process solution can be changed by backend_path.ini
and its' default is opencv.

Change-Id: Ia2f807f47bdf306c309ab2e39ac6e78a6e39d88d
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
media-config-target-rpi3/hal/etc/vision/depth/backend_path.ini [new file with mode: 0644]
packaging/media-config.spec

diff --git a/media-config-target-rpi3/hal/etc/vision/depth/backend_path.ini b/media-config-target-rpi3/hal/etc/vision/depth/backend_path.ini
new file mode 100644 (file)
index 0000000..702ed30
--- /dev/null
@@ -0,0 +1,6 @@
+; This ini file describes which DFS backend is used.
+; Available DFS backends : OPENCV, QCMV
+
+[DFS backend]
+; Writing rule = [opencv|qcmv]
+type = opencv
index 65c85f93d977f0eafa978229569725ffdd4c932d..cd89fe377e603480b531d2c1d51636373c460cdf 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:       media-config
 Summary:    Multimedia Framework system configuration package
-Version:    0.3.58
+Version:    0.3.59
 Release:    0
 Group:      Multimedia/Configuration
 License:    LGPL-2.1 and Apache-2.0
@@ -250,6 +250,7 @@ rm -rf %{_hal_datadir}/%{name}-simulator
 %{_hal_datadir}/%{name}-target-rpi3%{_hal_sysconfdir}/murphy/*
 %{_hal_datadir}/%{name}-target-rpi3%{_hal_sysconfdir}/multimedia/*.ini
 %{_hal_datadir}/%{name}-target-rpi3%{_hal_sysconfdir}/inference/*.ini
+%{_hal_datadir}/%{name}-target-rpi3%{_hal_sysconfdir}/vision/depth/*.ini
 %{_hal_datadir}/%{name}-target-rpi3%{_hal_sysconfdir}/multimedia/*.conf
 %{_hal_datadir}/%{name}-target-rpi3%{_hal_sysconfdir}/xdg/gstomx.conf
 %{_hal_datadir}/%{name}-target-rpi3%{_hal_datadir}/pulseaudio/alsa-mixer/paths/*.conf