Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mint-dewit/visca-to-panasonic
https://github.com/mint-dewit/visca-to-panasonic
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mint-dewit/visca-to-panasonic
- Owner: mint-dewit
- Created: 2021-06-11T15:49:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T20:17:07.000Z (over 3 years ago)
- Last Synced: 2024-10-19T15:39:48.898Z (3 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
This is a very simple utility to convert PTZ and focus commands from the VISCA protocol to the Panasonic PTZ protocol.
Usage:
```
node ./index CAMERA_IP MODE VISCA_PORT
```
Note that MODE is one of udp or tcp and the visca port defaults to 52381Acknowledgments:
* VISCA decoder taken from https://github.com/RogerHardiman/node-ptz-decoder