Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CCU: separate module/script #15

Open
2 tasks
dvangennip opened this issue Dec 26, 2021 · 0 comments
Open
2 tasks

CCU: separate module/script #15

dvangennip opened this issue Dec 26, 2021 · 0 comments
Labels
low priority refactor changing code but not functionality

Comments

@dvangennip
Copy link
Owner

dvangennip commented Dec 26, 2021

Not needed by default so best separated.

  • Consider CCU/preset interface for NDI cameras

Related projects and thoughts

PTZoptics python examples look really simple:

 s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM, 0)
 s.connect(('192.168.100.81', 1259))
 data = bytes.fromhex('8101043F0201FF')
 s.send(data)
 s.close()

Tasks

  • build proof of concept UI
  • build working code around websocket server connection in JS because VISCA can't be used over websocket directly, so it needs a proxy
@dvangennip dvangennip added this to the Camera Control milestone Dec 26, 2021
@dvangennip dvangennip added refactor changing code but not functionality low priority labels Dec 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority refactor changing code but not functionality
Projects
None yet
Development

No branches or pull requests

1 participant