-
Notifications
You must be signed in to change notification settings - Fork 13
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
PTZ support #55
Comments
How exactly this could integrate with the Home ecosystem? Does Home supports PTZ at all? |
I'm fairly new to homebridge plugin development. This is what I have found: |
That's nice; I'll try to check if those API are usable :) |
PTZ support would be exceptional :) |
Hi, i have an idea for a workaround, if you have a videodoorbell homekit exposes all accessories in the same room to a button while you are watching the video, why not creating 4 switches that turn off after pressed and then pan/tilt the camera? You will not have a live view while pan/tilt but can easily switch back (X Button) to live video to see if the change matches what is wanted. If not press near devices button again (4 squares button) to pan/tilt again. Best Regards X23 |
Is your feature request related to a problem? Please describe:
PTZ functionality would be a great feature. This is currently supported by at least Tapo C200.
Describe the solution you'd like:
Use the onvif library that we are currently using. Here is an example.
The text was updated successfully, but these errors were encountered: