FirmwareUpdate Method (Camera) |
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
)
Public Shared Sub Update (
camera As Camera
)
public:
static void Update(
Camera^ camera
)
Parameters
- camera
- Type: Zivid.NETCamera
A disconnected camera with out of sync firmware.
See Also