Firmware (namespace)
Free functions for inspecting and updating camera firmware.
See Zivid::Firmware in the C++ API reference.
See Zivid::NET::Firmware::Updater in the
C# API reference.
- update(camera: Camera, progress_callback=None) None
Update camera firmware.
If the current API requires a different firmware than what is present on the camera, the firmware will be updated to this version. The function throws if the camera is connected, or if the camera is already up to date. Call is_up_to_date() first to check if the camera is up to date.
- パラメータ:
camera -- The camera to be updated.
progress_callback -- A callback function to track progress of update. The callable is taking a float and a string as progress and description respectively.
See also