Skip to content
Snippets Groups Projects
Commit 24f77ec5 authored by DanielePettenuzzo's avatar DanielePettenuzzo Committed by Daniel Agar
Browse files

rcS: start camera_capture later in script

parent a153148e
No related branches found
No related tags found
No related merge requests found
......@@ -375,17 +375,6 @@ else
camera_feedback start
fi
# Camera capture driver
if param greater CAM_CAP_FBACK 0
then
if camera_capture start
then
set FMU_MODE pwm4
set AUX_MODE pwm4
camera_capture on
fi
fi
#
# Check if UAVCAN is enabled, default to it for ESCs.
#
......@@ -428,6 +417,15 @@ else
#
sh /etc/init.d/rc.vehicle_setup
# Camera capture driver
if param greater CAM_CAP_FBACK 0
then
if camera_capture start
then
camera_capture on
fi
fi
#
# Start the navigator.
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment