Skip to main content
POST
Touch a point in the 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. Same coordinate space as AFAreaPositionRequest.

x
integer

Touch point X in the camera's coordinate space.

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

Touch point Y in the camera's coordinate space.

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

Touch point 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

Touch sent. Confirm what the camera locked onto with getTrackingFrame.

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