This PR mainly improves the support for cameras without reverse TCP status update channel like the CX350 series.
Additionally it fixes some minor bugs, typos and descriptions and finally removes legacy tally info from config page.
The support for all models is done by switching the name detection from camdata.html to an additional getinfo call on initialisation which should be supported by all models including the non-PTZ cameras.
It also fixes the preset generator to stop generate presets for unsupported actions found during testing.
And by the way it adds control for Color Bar (fixes #77), fixes manual/auto iris control (fixes #61) and adds preset completion notification (partly fixes #36).
This PR mainly improves the support for cameras without reverse TCP status update channel like the CX350 series. Additionally it fixes some minor bugs, typos and descriptions and finally removes legacy tally info from config page.
The support for all models is done by switching the name detection from
camdata.html
to an additionalgetinfo
call on initialisation which should be supported by all models including the non-PTZ cameras.It also fixes the preset generator to stop generate presets for unsupported actions found during testing.
And by the way it adds control for Color Bar (fixes #77), fixes manual/auto iris control (fixes #61) and adds preset completion notification (partly fixes #36).