The server binary now ships with Sony’s Camera Remote SDK V2.01.00 (upgraded from V1.14.00). This is an SDK-level upgrade — the Alpha Camera REST API surface is unchanged, but the underlying native SDK adds new capabilities.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 camera support
- ILCE-7M5 (Sony A7 V)
- PXW-Z300 / PXW-Z380
- DSC-RX1RM3
New native capabilities (exposed gradually through later HTTP releases)
- 52 control codes via
ExecuteControlCodeValue/ExecuteControlCodeString— a generic, typed command surface. PullPostViewImage,RequestOperation,GetCommandQueueCount,ControlGeneralSettingFile,GetSupportedControlCodes— new SDK functions.OnCompleteOperationandOnNotifyPostViewImagecallbacks.- ~37 new device properties including compressed RAW, peaking, zebra, markers, audio metering, bulb timing, and display-mode controls.
Non-breaking notes
Connect()now accepts an optionalpairingDisplayNameparameter — backward compatible; omit for default behavior.- V1.14 is backed up in the
sdk-v1.14.00GitHub release.
Known issues (tracked)
- macOS V2.01
OnNotifyRemoteTransferResultcallback does not fire reliably — the server falls back to filesystem polling and emits synthetictransferProgressSSE events. Fix expected in the next official SDK drop.

