Click or drag to resize

UpdaterIsUpToDate Method

Check if the firmware on the camera is of the version that is required by the API.

Namespace:  Zivid.NET.Firmware
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public static bool IsUpToDate(
	Camera camera
)

Parameters

camera
Type: Zivid.NETCamera
A camera to check if firmware is up to date.

Return Value

Type: Boolean
See Also