I can retrieve the stored value for step with:
Code: Select all
my $step = $self->getParam($params, 'step');
my $min = $self->getParam($params, 'min');
print(">>> Iris brightness " step: $step, min: $min <<<\n");
Code: Select all
Iris brightness step: 10, min: <<<
- Is it possible to retrieve all settings from this camera's control settings?
- or only a subset?
- Where would this be defined?