6import QGroundControl.Controls
10 text: qsTr("Optical Flow Camera")
15 source: globals.activeVehicle ? "image://QGCImages/" + globals.activeVehicle.id + "/" + globals.activeVehicle.flowImageIndex : ""
16 width: parent.width * 0.5
19 fillMode: Image.PreserveAspectFit
20 anchors.centerIn: parent