Give control through websockets #280
christophermh44
started this conversation in
Ideas
Replies: 1 comment
|
It may also be implemented using the Javascript API of a Browser Source : https://github.com/obsproject/obs-browser |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I’m using OBS together with a custom-made software that controls scene switching (among other features). I also use my software to control my PTZ cameras through their own WebSocket server, which I had to reverse engineer.
However, I now have a new camera of a different model, and I can’t control it the same way (I only have UVC access on this camera).
I see that OBS-PTZ can control my older cameras via Visca as well as the new one via UVC. It would be fantastic if OBS-PTZ could add functions to the OBS WebSocket server (https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md
) so that any PTZ camera could be controlled.
All reactions