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
)
Public Shared Function IsUpToDate (
camera As Camera
) As Boolean
public:
static bool IsUpToDate(
Camera^ camera
)
Parameters
- camera
- Type: Zivid.NETCamera
A camera to check if firmware is up to date.
Return Value
Type:
BooleanSee Also