PTZ for Pan Cam V3 #866
Replies: 6 comments 3 replies
-
Now your changing the "host" to your IP of you HA Server? That's what I needed to do. I was unable to use the "left", but when I used values it moved the camera. I found using the ptz_position worked well at moving the V2, but I am just hooking up my V3 and will see how it responds! |
Beta Was this translation helpful? Give feedback.
-
I was playing around with my V2 Camera... the rotary_degree function would not take any negative numbers through the API: api/dog-cam-v2/rotary_degree/-90,0 <---- this caused an error Could not get up, down, left, right to work from API... is there some proper way to send these commands through API? |
Beta Was this translation helpful? Give feedback.
-
After MUCH more experimenting with my V3, here is what I have concluded.
|
Beta Was this translation helpful? Give feedback.
-
Some of these issues should be fixed in the latest version. |
Beta Was this translation helpful? Give feedback.
-
Thank you! Great project!
… On Jun 19, 2023, at 9:54 PM, mrlt8 ***@***.***> wrote:
Some of these issues should be fixed in the latest version.
—
Reply to this email directly, view it on GitHub <#866 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ARBGBGVLHMZQNPEVSBR3QODXMD7EPANCNFSM6AAAAAAZMCJRWA>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
Maybe, but I did not cruising on, nor had I ever set any cruise points on that camera. I had just adjusted it it’s position originally in the Wyze app. - John
… On Jun 19, 2023, at 10:35 PM, mrlt8 ***@***.***> wrote:
I believe ptz_position is actually returning the current cruise point and that's why you keep getting the same 40,90..?
—
Reply to this email directly, view it on GitHub <#866 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ARBGBGS6YBXZU57T33GBQ43XMED6JANCNFSM6AAAAAAZMCJRWA>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
Maybe I am just having trouble understanding the instructions, but I cannot get the ptz left, right... commands to work.
This throws an error (trying to move 1 degree left): http://host:5000/api/deck-cam/rotary_degree/left
Does any have this working or understand the proper http get command to do this?
Also, this: http://host:5000/api/deck-cam/rotary_degree/-10,0 returns success but has no effect.
Beta Was this translation helpful? Give feedback.
All reactions