gremsy_camera 0.1.1
gremsy_camera: ^0.1.1 copied to clipboard
Gremsy gimbal/camera control over MAVLink for Dart and Flutter.
Changelog #
0.1.1 #
- Fix: Addressed static analysis issues by replacing deprecated MAVLink commands (
mavCmdRequestCameraCaptureStatus,mavCmdRequestStorageInformation,mavCmdRequestCameraSettings) withMAV_CMD_REQUEST_MESSAGE. - Docs: Added comprehensive Dartdoc comments to public API elements (
GremsyClient,GremsyMavlinkService,GimbalAttitude) to fulfill pub.dev documentation requirements. - Config: Updated repository URLs in
pubspec.yaml. - License: Updated
LICENSEto standard OSI-approved MIT format.
0.1.0 #
- Initial public release with MAVLink UDP transport, gimbal/camera control, zoom, EO/IR, and tracking helpers.