I am working on a Python Sdk and I need methods on how to connect to the pan tilt cam v3 via Python I am trying with boto3 but I think that’s going to take a while
Are there any that support RTSP protocol? If not you’ll need to find something that will work with the Wyze API and that will be more difficult to get initially set up, and also maintain when they make security updates etc.
@carverofchoice may have some more info on this.
I don’t have a lot to offer on this. My pan V3 is on an indefinite loan to my brother.
I haven’t thoroughly dabbled in the Wyze SDKs that are out there, but I know others have done extensive work on some. I’m not confident how much is out there for controlling the pan/tilt motor though.
If it were me, I would probably search online, particularly in GitHub, but I recall somewhere outside of GitHub had some kind of Wyze SDK available too. I would download all the open source copies and documentation for all of the Wyze SDKs I could find, as well as a copy of docker Wyze bridge, and the home assistant HACS Wyze integration, etc and then feed all of them into one of my AI Agent harnesses like Claudecode, OpenClaw, Hermes, opencode, Gemini Antigravity, codex, etc and tell it to find a way to let to me control my pan camera.
Having said that, I recall that one of the Wyze employees indicated they are considering natively adding more features to their current rtsp implementation to be able to control the pan cameras and add more features too. No promise or timeline though, just future intent. So for me, personally, I’d probably just wait for them to add mqtt support or onvif or whatever else.
But if waiting is undesirable, I’d task an agent harness to go figure out a work around.
I just need to control the camera also. But RTSP is one way and it cannot send movement back to the camera. So I think we might need it the boto3 way