# \&ptz

Sender-Side Option! ([`&push`](/advanced-settings/setup-parameters/push.md))

## Details

Enables pan/tilt/zoom control of the device, if compatible.

This will trigger a new permission popup though.

Can be added to a guest's URL in a room. Then the director can manually change pan, tilt and zoom for the guest's camera via the video settings menu.

Can also be added to a simple push link, then you can change pan, tilt and zoom in the video settings. To allow a viewer to control PTZ directly, add `&remote` to both the sender and viewer links (optionally with a matching passcode).\
![](/files/tQ0tf2TZqIsHomjISsns)

The dedicated PTZ controller is available at: `https://vdo.ninja/ptz.html`

`ptz.html` supports additional URL setup flags (stage mode, preview controls, overlay options). See the dedicated parameter list in: [`PTZ Remote Control`](/guides/ptz-remote-control.md)

For API/automation workflows, `targetGuest` supports PTZ actions: `ptzZoom`, `ptzPan`, `ptzTilt`, `ptzFocus`, `ptzAutofocus`.

The dedicated PTZ surface and API also support remote output transforms: `remoteMirror` (aliases: `mirror`, `mirrorGuest`) and `remoteRotate` (aliases: `rotate`, `rotateGuest`).

{% hint style="info" %}
Chrome blocks PTZ changes when the sender page is hidden. Keep the sender visible on screen if controls appear to do nothing or you see "page is not visible" errors.
{% endhint %}

{% content-ref url="/pages/cp9hiHim4S9Os8wCVOut" %}
[PTZ remote control](/guides/ptz-remote-control.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vdo.ninja/advanced-settings/video-parameters/ptz.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
