Documentation Index
Fetch the complete documentation index at: https://crsdk.app/llms.txt
Use this file to discover all available pages before exploring further.
1. Initialize Your Project
If you don’t already have apackage.json, create one:
camera-remote-web-api is an ESM-only package. Setting "type": "module" in your package.json enables ES module syntax (import/export) which is required to use the SDK.2. Install the Client SDK
3. Install MCP Servers (Optional)
The CLI also lets you install the AI SDK Assistant and AI Camera Assistant MCP servers during setup. These connect your AI tools (Claude, Claude Code, Cursor) to Sony’s SDK documentation for intelligent search. You can always install them later — see the MCP Server quickstart for details.4. Capture a Photo
5. Run It
Connect your Sony camera via USB, then:Next Steps
CameraManager
Full lifecycle management, events, and multi-camera support
Events
React to property changes, downloads, and camera state
Examples
Interval shooting, live view, browser control, and more
Stateful API Access
Low-level CameraClient and EventStream without managed state

