Skip to main content
GET
/
api
/
cameras
List available cameras
curl --request GET \
  --url http://{host}:{port}/api/cameras
{
  "success": true,
  "cameras": [
    {
      "id": "D10F60149B0C",
      "model": "ILCE-9M3",
      "connectionType": "USB",
      "connected": true
    }
  ],
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://crsdk.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

Camera list retrieved

success
boolean
required
cameras
object[]
required
message
string