Browse Source

Merge pull request #7123 from mavlink/streamInfoFix

Fix parameter for video stream info request
QGC4.4
Gus Grubba 6 years ago committed by GitHub
parent
commit
b86d386d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/FlightDisplay/VideoManager.cc

2
src/FlightDisplay/VideoManager.cc

@ -262,7 +262,7 @@ VideoManager::_setActiveVehicle(Vehicle* vehicle) @@ -262,7 +262,7 @@ VideoManager::_setActiveVehicle(Vehicle* vehicle)
MAV_CMD_REQUEST_VIDEO_STREAM_INFORMATION, // Command id
false, // ShowError
1, // First camera only
0); // Reserved (Set to 0)
1); // Request video stream information
}
}

Loading…
Cancel
Save