-
Couldn't load subscription status.
- Fork 5
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
The ImageSettings have quite a range of options that could be set, however I could not create all the enums for each setting due to not having the range values.
For example:
ok, err := camera.API.SetAdvanceImageSettings(
api.ImageAdvancedOptionDayNight(enum.DAY_NIGHT_AUTO),
api.ImageAdvancedOptionBacklight(enum.DYNAMIC_RANGE_CONTROL),
api.ImageAdvancedOptionBlc(1),
)(camera.RestHandler)
The enum.DAY_NIGHT_AUTO is the only option I can set currently on DayNight switching due to not knowing the full range.
There are a couple of other enums that have the same problem. will create separate issues for them as well.
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed