Zivid C++ API  2.4.2+1a2e8cfb-1
Defining the Future of 3D Machine Vision
Namespaces | Typedefs | Functions
Firmware.h File Reference
#include "Zivid/Camera.h"

Go to the source code of this file.

Namespaces

 Zivid
 The main Zivid namespace. All Zivid code is found here
 
 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. More...
 

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. More...
 
ZIVID_CORE_EXPORT void Zivid::Firmware::update (Camera &camera, const ProgressCallback &progressCallback={})
 Update camera firmware More...