Canon Edsdk Documentation Review
| Function | Known Issues | Tested Camera Models | Workaround | | --- | --- | --- | --- | | EdsSetPropertyData for ISO | Fails if camera is in Auto ISO mode | 5D Mk IV, R5 | Set exposure mode to M first | | EdsDownloadImage | Hangs on large files >20MB | 1D X III | Use EdsDownloadImageWithSpeed | | EdsStartLiveView | Returns success but no frames | R6 (firmware 1.4) | Delay 500ms, then call EdsGetEvent() twice |
The sample code shows a while loop with EdsGetEvent() – but that’s polling. Real docs should say: “On Windows, call PeekMessage() regularly; on macOS, use CFRunLoopRun() if you use the SDK’s internal event thread.” Mystery 2: Property IDs Are Not Listed for New Cameras (R6 Mark II, R8, etc.) The official kEdsPropID list stops around 2018. Newer cameras add properties like kEdsPropID_SubjectTrackingMode (0x000010xx range). Canon updates the header file, but not the PDF. canon edsdk documentation
Yet, for an SDK that controls millions of dollars worth of professional imaging equipment, its documentation is famously sparse, cryptic, and scattered. | Function | Known Issues | Tested Camera