An open API service indexing awesome lists of open source software.

https://github.com/bitfocus/companion-module-panasonic-ptz


https://github.com/bitfocus/companion-module-panasonic-ptz

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# companion-module-panasonic-ptz

See HELP.md and LICENSE

Current support is based on "HD/4K Integrated Camera Interface Specifications" version 1.12 from Apr. 27, 2020.
For more information on the Panasonic API, please refer to:
[Panasonic Interface Specifications, Protocol](https://eww.pass.panasonic.co.jp/pro-av/support/content/guide/EN/top.html)

**V1.0.7**

- Added Hanging and Desktop mode
- Added One Touch Auto Focus
- Zoom and Focus speed

**V1.0.8**

- Fixed bug with changing config settings, forcing the user to disable and re-enable the module to connect again.
- Fixed bug with OTAF missing an action

**V1.0.9**

- Cleaned up "Help.md" file
- Cleaned up "Index.js" file, by splitting it up into difrent files
- Sorted Actions in dropdown
- Fixed Auto Focus Action having wrong default
- Added Feedback Structure and Support
- Added Variables Structure and Support
- Added Auto Detect Model, and the option to specify camera type
- Made Actions Model specific, with options that match the model
- Updated all presets to work with current feedbacks and actions, and is made dynamicly based on model

**V1.0.10**

- Added Basic support for AW-HE2
- Added Config option to enable PTZ debug to the "Info" and "Warn" log window
- Added Support for Start and Stop Recording on SD Card (Only some models)

**V1.0.11**

- Added support for AW-UE4

**V1.0.12**

- Hotfix for SD Card Record Action
- Bug Fix: Tally on variable, not working on integer variables, now works with both integer and string variables

**V1.0.13**

- Bug Fix: some actions not working with defaults, due too not having a default declared
- Enabled presets on Aw-HE2

**V1.0.14**

- Updated Help.md
- Fixed bug with importing unused dependencies
- Fixed bug with Auto/Manual focus being mirrored

**V1.0.15**

- Added Auto detect TCP port based on instance ID/nr, as these will always be unique on one system. Currently, it's based on the default TCP port (31004)+ instance nr. If you only have one instance = 31004 + 1, it is the fifth instance = 31004 + 5. that should help out with errors when using more than one instance/camera. (The user selected port, gets ignored when auto mode is selected)
- Cleaned up config page
- Fix bug with tally not being reported corectly in feedbacks with AW-HE40 series camera's

**V1.0.16**

- Converted Feedbacks to Boolean Feedbacks for more flexibility

**V1.0.17 & V1.0.18**

- Minor changes, and update script fixes

**V1.0.19**

- Added Action, Feedback, Preset and Variable for "Preset - Mode A, B, C"
- Fixed Tally follow variable option
- cleaned up the subscription codebase Init_tcp()
- Changed "Auto TCP" port, to be handled by node instead of an offset