Zivid C++ API 2.13.1+18e79e79-1
|
#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. | |