Skip to main content
POST
Connect to camera

Path Parameters

cameraId
string
required

Camera identifier (e.g. D10F60149B0C)

Body

application/json
mode
enum<string>
  • remote — Full control + auto-transfer of captured images to host PC
  • remote-transfer — Full control + explicit SD card file access
  • contents — SD card file access only (no shooting or settings control)
Available options:
remote,
remote-transfer,
contents
username
string

For network cameras

password
string

For network cameras

reconnecting
enum<string>

Auto-reconnect on disconnection

Available options:
on,
off

Response

Camera connected

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