easy_onvif 3.1.2 copy "easy_onvif: ^3.1.2" to clipboard
easy_onvif: ^3.1.2 copied to clipboard

This package can work with a variety of ONVIF compatible devices allowing for IP Cameras and NVRs (network video recorders) to be integrated into Dart and Flutter applications.

Changelog #

3.1.2 #

  • device_management - HostnameInformation, fixed when null
  • media1 - GetStreamUri, fixed namespace
  • media1 - GetMetadataConfigurationResponse - Events, is a list of Filters
  • ptz - GetServiceCapabilities, can be empty

3.1.1+6 #

  • Issue #72: Incorrect getStreamUri request for media1
  • Issue #73: Add authentication headers on onvif.connect request

3.1.1+5 #

  • Issue #72: Incorrect getStreamUri request for media1
  • Issue #73: Add authentication headers on onvif.connect request

3.1.1+4 #

  • more serialization/deserialization

3.1.1+3 #

  • Inconsistent handling of name parameter during serialization/deserialization in Preset class #68

3.1.1+2 #

  • Fix axis usage in zoomOut method #64

3.1.1+1 #

  • Fix axis usage in zoomOut method #64

3.1.1 #

  • Support for passing custom dio client

3.1.0 #

  • web platform compatibility

3.0.1+2 #

  • Device Management
    • GetIPAddressFilter

3.0.1+1 #

  • advanced move

3.0.1 #

  • fancy ansi device debug tool
  • fixed security header, for devices that have more strict XML parsing
  • general quality of life improvements
  • initial support for MTOM responses

3.0.0+3 #

  • fix auth test

3.0.0+2 #

  • better cli debug
  • fixed security header, for devices that have more strict XML parsing

3.0.0+1 #

  • analysis tweak

3.0.0 #

  • Tests for IPG-8150PSS
  • README updates/corrections
  • Media2
    • GetVideoEncoderConfigurations
  • Media2 - cli
    • get-video-encoder-configurations
  • Models - common
    • Resolution => VideoResolution
      • VideoResolution
      • VideoResolution2
    • RateControl => VideoRateControl
      • VideoRateControl
      • VideoRateControl2

3.0.0-dev.1 #

  • local test works, but github build fails the tests

3.0.0-dev.0 #

  • Method signature changes in attempt to standardize signatures.
  • Object model changes to better match the Onvif documented model.
  • Classes that can be serialized to XML now implement the XmlSerializable interface allowing each class to build it's own XML representation.
  • The Transport class now has a more logical method to build the XML for SOAP requests, this change also allows for unit tests.
  • Each Onvif module has been refactored to take advantage the new XML serialization model.
  • The Onvif security model has been added to the API documentation an all commands have the required user authorization level noted.
  • All currently supported Onvif commands XML Requests now have unit tests.
  • Issues resolved
    • Issue #58 - Authentication
    • Issue #54 - PTZ

2.3.0+1 #

  • some tweaks to pass tests

2.3.0 #

  • Issue #58
    • Reverted the timestamp format to build in dart toIso8601String()
  • PTZ
    • Revised class names for PTZ functionality to better match the Onvif Spec - PanTilt => Vector2D, Zoom => Vector1D
    • Implemented the buildXML() method for much of the PTZ functionality to better place functionality in its useful class
    • Capabilities
      • All fields are now optional, not all devices are reporting this information
  • DeviceManagement
    • GetDeviceInformationResponse
      • manufacturer and model are now optional fields, not all devices are reporting this information

2.2.0+2 #

  • ptz absolute-move cli command params better match the Onvif spec

2.2.0+1 #

  • new cli feature onvif debug generates a debug.zip with request/response for most common device features
  • older devices that don't support GetServices work again
  • unit test for authentication digest
  • unit test for XML Security header

2.2.0 #

  • new cli feature onvif debug generates a debug.zip with request/response for most common device features
  • older devices that don't support GetServices work again
  • unit test for authentication digest
  • unit test for XML Security header

2.1.3+13 #

  • fix the repository link on pub.dev

2.1.3+12 #

  • dependency bump
  • reduced code duplication

2.1.3+11 #

  • Issue #53, retry

2.1.3+10 #

  • Issue #53

2.1.3+9 #

  • API doc updates

2.1.3+8 #

  • PTZ
    • GotoPreset - namespace tweak

2.1.3+7 #

  • README update
  • temporary work-around for broken publish tools

2.1.3+6 #

  • Preset position is missing in some device responses Issue #49

2.1.3+5 #

  • PTZ - GetPreset namespace fix Issue #49
  • dependency bump

2.1.3+4 #

  • dependency bump
  • corrections to cli README
  • PTZ
    • GetPresetTour
    • GetPresetTours

2.1.3+3 #

  • accept null values in ProbeMatch

2.1.3+2 #

  • dependency bump
  • Media2
    • DeleteProfile

2.1.3+1 #

2.1.2+13 #

  • updated dependencies
  • Imaging
    • SetCurrentPreset

2.1.2+12 #

split probeMatch scope containing html

2.1.2+11 #

convert html entities appearing in probe response

2.1.2+8 #

strings aren't integers

2.1.2+5 #

annotated_shelf was a big mistake

2.1.2+4 #

simple ws-proxy support

2.1.2 #

The following helper methods have been added to the package:

  • Search request support has been added (experimental)
    • FindRecordings
    • GetRecordingSearchResults
    • GetRecordingInformation
    • GetRecordingSummary
  • Imaging request support has been added (experimental)
    • GetCurrentPreset
    • GetPresets
    • GetServiceCapabilities
    • GetStatus
  • Media ver20
    • GetVideoSourceConfigurationOptions
  • Multicast Probe
    • general improvements

2.1.1-dev.1 #

The following helper methods have been added to the package:

  • Recordings request support has been added (experimental)
    • CreateRecording
    • CreateRecordingJob
    • DeleteRecording
    • DeleteRecordingJob
    • GetRecordingJobs
    • GetRecordingJobState
    • GetRecordingOptions
    • GetRecordings
    • GetServiceCapabilities
    • SetRecordingJobMode
  • Replay request support has been added (experimental)
    • GetReplayConfiguration
    • GetReplayUri
    • GetServiceCapabilities
    • SetReplayConfiguration
  • Device Management
    • GetStorageConfiguration
    • GetStorageConfigurations
    • GetSystemLog
    • GetSystemSupportInformation
    • SystemReboot
  • Media ver20
    • GetVideoEncoderInstances

The following bug fixes were made:

  • media2.getStreamUri throws connection closed - https://github.com/faithoflifedev/easy_onvif/issues/32#issuecomment-1493346568
  • https://github.com/faithoflifedev/easy_onvif/issues/41 - a failed onvif.connect will throw an exception

2.1.0-dev.17 #

  • support PtzSpeed for gotoHomePosition and gotoPreset
  • default to RTSP transport for media1 getStreamUri

2.1.0-dev.16 #

  • Issue - https://github.com/faithoflifedev/easy_onvif/issues/38
  • remove deprecated annotation, since the code still needs to support old devices regardless

2.1.0-dev.15 #

  • Issue - https://github.com/faithoflifedev/easy_onvif/issues/37
    • Future<String> media.getSnapshotUri(profileToken)
    • Future<String> media.getStreamUri(profileToken)
    • both methods will return a String independent of the MediaSupportLevel if the device
    • media.mediaSupportLevel can be used to determine what level of support is available on the device

2.1.0-dev.14 #

  • improved readme

2.1.0-dev.13 #

  • improved readme
  • added pana to workflow
  • added spellcheck to workflow

2.1.0-dev.12 #

  • fixes empty map in response #35
  • fixes wrong namespace for GetStreamUri #36

2.1.0-dev.11 #

  • adds MixedProfile ro resolve Issue #34

2.1.0-dev.10 #

  • use secured header for GetServices request Issue #32

2.1.0-dev.9 #

  • merged back in LODYZ changes

2.1.0-dev.8 #

  • remove diox

2.1.0-dev.7 #

  • API doc updates

2.1.0-dev.6 #

  • diox

2.1.0-dev.5 #

  • Adjusted logging

2.1.0-dev.4 #

  • media.getProfiles() now returns empty list instead of null
  • README corrections

2.1.0-dev.3 #

  • fix README

2.1.0-dev.2 #

  • GetVideoEncoderInstances

2.1.0-dev.1 #

  • now supports Media2 Operations
  • code restructured for simpler maintenance
  • unit tests based on responses from multiple devices
  • documentation updates

2.0.13+19 #

  • dependency bump

2.0.13+18 #

Changelog #

2.0.13+18 #

Changelog #

2.0.13+17 #

2.0.13+16 #

  • Issue #25
  • dependency bump

2.0.13+15 #

  • Issue #25
  • Some devices don't use DateTimeType
  • Updated readme

2.0.13+14 #

  • Issue #24
  • Added a 'known issues' section to the README

2.0.13+13 #

  • ip address in probe response

2.0.13+12 #

  • Issue #22

2.0.13+11 #

  • Issue #22
  • Dependency bump

2.0.13+10 #

  • GotoHomePosition now supported

2.0.13+9 #

  • Issue #21 - fix to dependencies

2.0.13+8 #

  • Issue #20 (again)

2.0.13+7 #

  • DeviceManagement
    • GetDiscoveryMode
    • GetDNS

2.0.13+6 #

VideoEncoderConfiguration

  • Resolution is now optional
  • RateControl is now optional
  • encoding previously made optional

2.0.13+5 #

  • real fix for issue #20

2.0.13+4 #

  • dependency bump

2.0.13+3 #

  • updated build tools
  • dependency bump
  • ISSUE #20

2.0.13+1 #

  • updated build tools
  • dependency bump
  • ISSUE #20

2.0.13 #

  • correction for failed tests

2.0.12+1 #

  • correction for failed tests

2.0.12 #

  • improved release task in grind build

2.0.11 #

  • tweak to README
  • bool response for gotoPreset
  • auto create release during publish

2.0.10 #

  • homebrew installation for onvif cli
  • default debug for cli now set to "off"

2.0.9 #

  • corrects ptz.continuousMove error when zoom was not included as a parameter
  • issue #18 - adds tests for ptz.continuousMove and ptz.stop
  • improvements to the cli README

2.0.8 #

  • flutter example .metadata

2.0.7 #

  • add package version info to cli onvif --help output

2.0.6 #

  • improved logging and support for non-compliant TL-IPC43AN-4 with simulated RelativeMove and DateTime.tryParse

2.0.5 #

  • update to the README

2.0.4 #

  • default logging messed up piping to jq for cli actions

2.0.3 #

  • adjust README

2.0.2 #

  • bugfix for Onvif discovery and associated unit tests

2.0.1 #

  • logging for Onvif discovery

2.0.0 #

  • initial support for device discovery

1.1.0 #

  • works with Happytimesoft reference server

1.0.9 #

  • additional onvif device support

1.0.8 #

  • fixed a test

1.0.7 #

  • addition of logging functionality

1.0.4 #

  • cleanup the package

1.0.3 #

  • added quick-start to bin/README.md

1.0.2 #

  • resolves the -not supported- error for getProfiles

1.0.1 #

  • include the bin folder since it's important

1.0.0-dev.2 #

  • include the bin folder since it's important

1.0.0-dev.1 #

  • getServiceCapabilities, getServices and fromJson parsing to simplify models

0.0.15 #

  • Improvements to PTZ move helpers, so now the motion makes a little more sense.

0.0.14 #

  • Added "GetConfiguration" and "GetConfigurations" the PTZ move helper functions move based on device defaults.

0.0.13 #

  • The "GetSystemDateAndTimeResponse" now better matches the spec and a typo fix for the "GetCapabilities" request.

0.0.12 #

  • ONVIF SOAP faults are no longer dart objects since the XML response does not match the documented spec. Additional support for optional elements in the spec

0.0.11 #

  • ONVIF SOAP faults do not match the spec they refer to on some devices, and now a static instance of Dio.

0.0.10 #

  • GetProfile from media.wsdl has optional fields that were required in code

0.0.9 #

  • Apparently an Onvif device can respond with an empty soap "Header"

0.0.8 #

  • better interpretation of parsed XML

0.0.7 #

  • closer match to Onvif spec for Capabilities

0.0.6 #

  • improved API docs

0.0.5 #

  • tweaked the grind workflow

0.0.4 #

  • now using universal_io for better platform compatibility

0.0.3 #

  • published to pub.dev using custom grinder tasks

0.0.2 #

  • initial release
32
likes
160
points
377
downloads

Publisher

verified publishermuayid.com

Weekly Downloads

This package can work with a variety of ONVIF compatible devices allowing for IP Cameras and NVRs (network video recorders) to be integrated into Dart and Flutter applications.

Homepage
Repository (GitHub)

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

convert, crypto, dio, ffi, html_unescape, http, http_parser, intl, json_annotation, loggy, path, uuid, xml, xml2json, yaml

More

Packages that depend on easy_onvif