 |
Zivid C++ API
1.8.1+6967bc1b-1
Defining the Future of 3D Machine Vision
|
ZIVID_API_EXPORT bool operator!=(const CameraRevision &other) const
Compare with other camera revision for inequality
ZIVID_API_EXPORT int majorRevision() const
Major hardware revision
ZIVID_API_EXPORT CameraRevision()
Constructor
ZIVID_API_EXPORT std::string toString() const
Get string representation of the camera revision
The main Zivid namespace. All Zivid code is found here
Definition: Application.h:52
#define ZIVID_API_EXPORT
Definition: APIExport.h:56
ZIVID_API_EXPORT int minorRevision() const
Minor hardware revision
ZIVID_API_EXPORT std::ostream & operator<<(std::ostream &stream, const Camera &camera)
Serialize the value to a stream
ZIVID_API_EXPORT bool operator==(const CameraRevision &other) const
Compare with other camera revision for equality