Onvif class
- Mixed in types
- Available Extensions
Constructors
- Onvif({required AuthInfo authInfo, required LogOptions logOptions, required LoggyPrinter printer})
Properties
- authInfo → AuthInfo
-
final
- deviceManagement → DeviceManagement
-
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- imaging → Imaging
-
read-only
-
loggy
→ Loggy<
UiLoggy> -
read-onlyinherited
- media → Media
-
read-only
- ptz → Ptz
-
read-only
- recordings → Recordings
-
read-only
- replay → Replay
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- search → Search
-
read-only
-
serviceMap
→ Map<
String, String> -
final
- transport → Transport
-
read-only
Methods
-
getTimeDelta(
) → Future< Duration> - Connect to the Onvif device and determine the time delta which is required for future requests.
-
initialize(
) → Future< void> - Connect to the Onvif device and retrieve its capabilities
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
connect(
{required dynamic host, required dynamic username, required dynamic password, LogOptions logOptions = const LogOptions(LogLevel.error, stackTraceLevel: LogLevel.off), LoggyPrinter printer = const PrettyPrinter(showColors: false)}) → Future< Onvif>