PTZ Zoom Control via Axis API Not Working on Q1805-LE #1144
-
|
Hello Team, I am working with an Axis Q1805-LE camera and trying to control the PTZ zoom function through the HTTP API. The web interface allows me to zoom correctly with optical zoom, but when I use the API, the video looks cropped and blurry as if it’s only doing digital zoom. I have tried using the following API calls: However, the camera doesn’t respond properly, or the result looks like digital zoom rather than true optical zoom. Issue: Question: |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
|
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.
-
|
The new camera has new API: |
Beta Was this translation helpful? Give feedback.
-
|
Hi @shafaquecraw-git ,
For example, I tested the AXIS Q1806-LE Bullet Camera using AXIS Virtual Loan Tool
API details on VAPIX documentation: Optics Control: setMagnification URL:http://195.60.68.14:11047/axis-cgi/opticscontrol.cgiBody:{
"apiVersion": "1",
"method": "setMagnification",
"params": {
"optics": [
{
"magnification": 9.48,
"opticsId": "0"
}
]
}
}
|
Beta Was this translation helpful? Give feedback.
-
|
Now official OS 12.6.85 is available, please try according my guide to enable PTZ legacy mode, then the focus speed should be much quicker when zooming comparing to optics control API. |
Beta Was this translation helpful? Give feedback.
-
|
Dear Rocky Ji,
I hope you are doing well. As per your guidance on the Q1805 camera and the
availability of OS 12.6.85, I would like to further discuss and test the
Zoom API functionality.
To proceed smoothly, may I request you to kindly arrange a remote session
via *AnyDesk* or *UltraViewer* at your convenience? This will help us
review the implementation and address any issues directly during the
session.
Please let me know your suitable time slot so I can ensure availability.
Looking forward to your confirmation.
Best regards,
Craw Cyber Security
Provide Training & Certifications
Mohammad Shafaque | Data Scientist
|
Beta Was this translation helpful? Give feedback.







Now official OS 12.6.85 is available, please try according my guide to enable PTZ legacy mode, then the focus speed should be much quicker when zooming comparing to optics control API.