Zivid C++ API 2.13.1+18e79e79-1
|
#include <Zivid/Detail/CoreExport.h>
#include <Zivid/Detail/Pimpl.h>
#include <Zivid/Frame2D.h>
#include <Zivid/Settings2D.h>
#include <iosfwd>
#include <string>
Go to the source code of this file.
Classes | |
class | Zivid::Projection::ProjectedImage |
A handle to a 2D image being displayed on Zivid camera's projector. More... | |
Namespaces | |
namespace | Zivid |
The main Zivid namespace. All Zivid code is found here. | |
namespace | Zivid::Projection |
Functions | |
ZIVID_CORE_EXPORT std::ostream & | Zivid::Projection::operator<< (std::ostream &stream, const ProjectedImage &projectedImage) |
Serialize the value to a stream. | |