bitfocus / companion-module-panasonic-ptz

MIT License
8 stars 17 forks source link

Support for non-TCP cameras, some bugfixes and other improvements #76

Closed premultiply closed 8 months ago

premultiply commented 10 months ago

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).

premultiply commented 8 months ago

Replaced by #81