BluEye-Robotics / ProtocolDefinitions

Collection of protocol definitions for the Blueye underwater drones
GNU Lesser General Public License v3.0
2 stars 3 forks source link

Add altitude and distance elements for overlay #61

Closed alexagv closed 2 years ago

alexagv commented 2 years ago

Add new elements to video overlay.

See more here: https://github.com/BluEye-Robotics/gst_rtsp_record/pull/135

alexagv commented 2 years ago

Since distance/depth is meters/feet, I think we don't need to introduce DistanceUnit and AltitudeUnit, but they can be added if needed. My plan was to just piggyback on DepthUnit.

Objections? @aviggen / @follesoe

follesoe commented 2 years ago

@alexagv Yes that's the idea to not have to have individual unit options for every use case, and rather piggyback on existing parameters.