FirmwareUpdate Method (Camera, ProgressCallback) |
If the current API requires a different firmware than what is present on the camera, the
firmare 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.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntaxpublic static void Update(
Camera camera,
ProgressCallback callback
)
Public Shared Sub Update (
camera As Camera,
callback As ProgressCallback
)
public:
static void Update(
Camera^ camera,
ProgressCallback^ callback
)
Parameters
- camera
- Type: Zivid.NETCamera
A disconnected camera with out of sync firmware. - callback
- Type: Zivid.NETProgressCallback
See Also