Click or drag to resize

Firmware Class

Firmware related functions
Inheritance Hierarchy
SystemObject
  Zivid.NETFirmware

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public static class Firmware

The Firmware type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsUpToDate
Check if the firmware on the camera is of the version that is required by the API.
Public methodStatic memberUpdate(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.
Public methodStatic memberUpdate(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.
Top
See Also