How to integrate PTZ functionality with the AXIS Q1805-LE camera using the VAPIX API #1007
Replies: 3 comments
-
|
This automatically generated reply acts as a friendly reminder. Answers to your questions will most often come from the community, from developers like yourself. You will, from time to time, find that Axis employees answers some of the questions, but this is not a guarantee. Think of the discussion forum as a complement to other support channels, not a replacement to any of them. If your question remains unanswered for a period of time, please revisit it to see whether it can be improved by following the guidelines listed in Axis support guidelines. |
Beta Was this translation helpful? Give feedback.
-
|
Please enable the PTZ for View areas as this camera only supports Digital Zoom: PTZ without moving parts. PTZ "movements" are done by dynamically changing crop section on the image sensor. I have used AXIS Q1805-LE Bullet Camera (AXIS OS version 12.4.59) Output: |
Beta Was this translation helpful? Give feedback.
-
|
Feel free to re-open it OR share the solution/alternative/comment if already resolved👁️🗨️ |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are currently integrating PTZ functionality with the AXIS Q1805-LE camera using the VAPIX API. While testing the following PTZ endpoint:
We are encountering an unexpected issue where the HTTP request completes with status 200 OK, but the response body is empty, like this:
bash
({}, b'')
As a result, the following line in our Python code throws a ValueError:
Relevant Code Snippet
To diagnose this further, we ran the following curl command with digest authentication:
Response Output
Error:
This confirms that PTZ is currently disabled on the AXIS Q1805-LE, which explains why the query=position call returns an empty result.
We understand that the AXIS Q1805-LE supports PTZ, and would greatly appreciate your assistance in the following:
What steps are required to enable PTZ functionality on this model?
Is this restriction due to a default setting, firmware configuration, or license-based limitation?
Can PTZ be enabled via the camera’s web interface, or is an API call or firmware update necessary?
This is a production environment so timely assistance would be appreciated. Please let us know if you need further technical information or logs.
Beta Was this translation helpful? Give feedback.
All reactions