Skip to main content
PUT
Move the AF frame

Path Parameters

cameraId
string
required

Camera identifier (e.g. D10F60149B0C)

Body

application/json

Supply either x and y, or a normalized object. If both are present, normalized wins.

x
integer

Frame centre X in the camera's AF coordinate space.

Required range: 0 <= x <= 639
y
integer

Frame centre Y in the camera's AF coordinate space.

Required range: 0 <= x <= 479
normalized
object

Frame centre as 0-1 fractions of the live view — use this for a tap or click position without converting to the SDK's coordinate space.

Response

Accepted by the camera. The frame may have been clamped — confirm with getAFAreaPosition.

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.

success
boolean
required
message
string
camera
object

Camera info embedded in API responses

data
object