![]() |
Zivid C++ API
1.8.1+6967bc1b-1
Defining the Future of 3D Machine Vision
|
#include "Zivid/APIExport.h"#include "Zivid/CameraIntrinsics.h"#include "Zivid/CameraRevision.h"#include "Zivid/CameraState.h"#include "Zivid/ComputeDevice.h"#include "Zivid/DeviceCloud.h"#include "Zivid/Frame.h"#include "Zivid/SerialNumber.h"#include "Zivid/Settings.h"#include "Zivid/Settings2D.h"#include <functional>#include <memory>Go to the source code of this file.
Classes | |
| class | Zivid::Camera |
| Interface to one Zivid camera More... | |
| class | Zivid::SettingsBatch |
| Helper class to a apply a batch of settings changes to a camera More... | |
Namespaces | |
| Zivid | |
| The main Zivid namespace. All Zivid code is found here | |
Functions | |
| ZIVID_API_EXPORT std::ostream & | Zivid::operator<< (std::ostream &stream, const Camera &camera) |
| Serialize the value to a stream More... | |
| template<typename Setting > | |
| SettingsBatch | Zivid::operator<< (Camera &camera, Setting value) |
| Apply a setting to camera More... | |
1.8.16