You can use a private GitHub wiki, a OneNote notebook, or even a plain text file. This living document will save you days of frustration over a year of development.
: Create an account on the Canon Developer Community website. canon edsdk documentation
| Topic | Key APIs | |-------|----------| | | EdsInitializeSDK() , EdsGetCameraList() , EdsOpenSession() | | Live View | EdsSetPropertyData(kEdsPropID_Evf_Mode) , EdsDownloadEvfImage() | | Capture | EdsSendCommand(kEdsCameraCommand_TakePicture) | | Download images | EdsDownloadImage() , EdsGetImage() | | Property access | EdsGetPropertyData() , EdsSetPropertyData() | | Event handling | EdsSetObjectEventHandler() , EdsSetCameraStateEventHandler() | You can use a private GitHub wiki, a