Server hardening release. Fixes several property-handling bugs on the native server and ships two new SDK endpoints for ML and file-browser UX.Documentation Index
Fetch the complete documentation index at: https://crsdk.app/llms.txt
Use this file to discover all available pages before exploring further.
New
- Thumbnail + screennail pull API —
POST /api/cameras/{id}/sd-card/slot/{n}/files/{contentId}/{fileId}/thumbnailand.../screennail. Fast previews for file browsers and ML pipelines, separate from the full-file download path. - Error / caution status properties —
camera-error-caution-status,system-error-caution-status, andcamera-system-error-infoare now readable viaGET /properties/{name}. camera-serverCLI —start,stop,statuscommands shipped via thecamera-remote-web-apinpm package for managing the server binary outside of the SDK.
Fixed
- Seven per-property regressions in the generic SET handler (shutter-speed writability detection, UInt16 range properties, WB color-temp step handling).
focus-near-farandmovie-recresponses were missing the camera metadata envelope — both now includecamera: { id, model, connected }like the rest of the API.

