Updater Methods |
The Updater type exposes the following members.
Name | Description | |
---|---|---|
IsUpToDate | Check if the firmware on the camera is of the version that is required by the API. | |
Update(Camera) | If the current API requires a different firmware than what is present on the camera, the
firmware will be updated to this version. The function throws if the camera is connected, or if the camera
is already up to date. Call IsUpToDate(Camera) first to check if the camera is up to date. | |
Update(Camera, ProgressCallback) | If the current API requires a different firmware than what is present on the camera, the
firmware will be updated to this version. The function throws if the camera is connected, or if the camera
is already up to date. Call IsUpToDate(Camera) first to check if the camera is up to date. |