|
|
|
@ -521,6 +521,7 @@ void Vehicle::_commonInit()
@@ -521,6 +521,7 @@ void Vehicle::_commonInit()
|
|
|
|
|
// Set video stream to udp if running ArduSub and Video is disabled
|
|
|
|
|
if (sub() && _settingsManager->videoSettings()->videoSource()->rawValue() == VideoSettings::videoDisabled) { |
|
|
|
|
_settingsManager->videoSettings()->videoSource()->setRawValue(VideoSettings::videoSourceUDPH264); |
|
|
|
|
_settingsManager->videoSettings()->lowLatencyMode()->setRawValue(true); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//-- Airspace Management
|
|
|
|
|