Skip to main content

Documentation Index

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

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

Swift client SDK beta, a Linux platform-package fix, and a long-standing sdkVersion report bug patched.

New

  • CameraRemoteSDK for Swift / iOS — hand-written Swift client targeting iOS 26. Mirrors the TypeScript BoundCamera API surface, with native SSE and async/await on every endpoint. Available via Swift Package Manager; see the Swift SDK reference.
  • Launcher apps — bundled macOS and Linux launchers for starting the camera server without the CLI.

Fixed

  • Linux USB camera detection (linux-arm64 v1.0.12) — the bundled libCr_Core.so resolves its CrAdapter/ directory via readlink(/proc/self/exe), which expected the adapter folder next to the binary. Previous platform packages placed it under Contents/Frameworks/CrAdapter/ (the macOS bundle layout) — now corrected. Confirmed working on Raspberry Pi 5.
  • /api/server/status sdkVersion was hardcoded to "V1.14.00" since the V2 upgrade in February — now correctly reports "V2.01.00".