Skip to content

Commit f9f6473

Browse files
committed
Revert visiond to be active video daemon, csd not quite ready tet
1 parent 2606ed2 commit f9f6473

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/maverick-modules/maverick_vision/manifests/camera_streaming_daemon.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class maverick_vision::camera_streaming_daemon (
22
$camera_streaming_daemon_source = "https://github.com/01org/camera-streaming-daemon.git",
33
$rtsp_port = 8554,
4-
$active = true,
4+
$active = false,
55
) {
66

77
# Ensure gstreamer resources are applied before this class

manifests/maverick-modules/maverick_vision/manifests/visiond.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class maverick_vision::visiond (
2-
$active = false,
2+
$active = true,
33
) {
44

55
# Setup standard packages for all platforms

0 commit comments

Comments
 (0)