Zivid C++ API 2.9.0+4dbba385-1
Defining the Future of 3D Machine Vision
|
#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. 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... | |