OnvifGetPresetsImagingCommand constructor
OnvifGetPresetsImagingCommand()
Implementation
OnvifGetPresetsImagingCommand() {
argParser
..addOption(
'video-source-token',
abbr: 't',
valueHelp: 'token',
mandatory: true,
help:
'A reference to the VideoSource where the operation should take place.',
)
..addOption(
'limit',
defaultsTo: '10',
valueHelp: 'int',
help: 'Limit the number of presets returned',
);
}