Power zoom control
Control power zoom lenses. Requires a power zoom lens to be attached.
Path Parameters
Camera identifier (e.g. D10F60149B0C)
Body
- Option 1
- Option 2
Power zoom command. The server accepts two forms:
- Direction + speed preset (
ZoomDirectionalRequest):{ "direction": "in" | "out", "speed": "normal" | "fast" }. - Signed speed (
ZoomSignedSpeedRequest):{ "speed": -10..+10 }. Negative = zoom out, positive = zoom in, magnitude = speed.0stops the zoom.
The two forms are disjoint on the speed field's JSON type, so
generated SDKs may either expose them as an untagged union or
surface one method per form (see x-fern-sdk-method-name on the
endpoint).
Response
Zoom command executed
Generic envelope returned by most camera operations. The shape of
data varies per endpoint — most operations return an empty or
null data; operations that return structured data document a
specific shape. SDK-generated types can treat data as an opaque
map for generic endpoints.

