From 1033553529a0888ceccbd2d9cd5642fd828bc479 Mon Sep 17 00:00:00 2001 From: Yossi Date: Tue, 20 Mar 2018 17:41:47 +0200 Subject: [PATCH] set top priority to camera --- stage2/06-dride-base/files/etc_initd_dride-core | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/stage2/06-dride-base/files/etc_initd_dride-core b/stage2/06-dride-base/files/etc_initd_dride-core index 3933546..99a16ae 100644 --- a/stage2/06-dride-base/files/etc_initd_dride-core +++ b/stage2/06-dride-base/files/etc_initd_dride-core @@ -21,11 +21,8 @@ case "$1" in #blink LED sudo python /home/core/modules/indicators/python/states/standalone.py welcome - # decode undecoded clips on startup - sudo node /home/core/modules/video/helpers/ensureAllClipsAreDecoded.js & - # start recording - sudo node /home/core/modules/video/index.js & + sudo ncie -n -19 node /home/core/modules/video/index.js & # run button / bluetooth daemon sudo python /home/core/daemons/bluetooth/initPin.py &