Zivid C++ API 2.17.1+7516d437-1
Firmware.h File Reference
#include "Zivid/Camera.h"

Go to the source code of this file.

Namespaces

namespace  Zivid
 The main Zivid namespace. All Zivid code is found here.
namespace  Zivid::Firmware
 Interface for verifying and configuring firmware.

Typedefs

using Zivid::Firmware::ProgressCallback = std::function<void(double, const std::string &)>
 A progress callback function type.

Functions

ZIVID_CORE_EXPORT bool Zivid::Firmware::isUpToDate (const Camera &camera)
 Check if the firmware on the camera is of the version that is required by the API.
ZIVID_CORE_EXPORT void Zivid::Firmware::update (Camera &camera, const ProgressCallback &progressCallback={})
 Update camera firmware.