Control power zoom lenses. Requires a power zoom lens to be attached.
Documentation Index
Fetch the complete documentation index at: https://crsdk.app/llms.txt
Use this file to discover all available pages before exploring further.
Camera identifier (e.g. D10F60149B0C)
Power zoom command. The server accepts two forms:
ZoomDirectionalRequest):
{ "direction": "in" | "out", "speed": "normal" | "fast" }.ZoomSignedSpeedRequest):
{ "speed": -10..+10 }. Negative = zoom out, positive = zoom in,
magnitude = speed. 0 stops 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).
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.