![]() |
Zivid C++ API 2.18.0+1b44dbef-1
|
Go to the source code of this file.
Namespaces | |
| namespace | Zivid |
| The main Zivid namespace. All Zivid code is found here. | |
| namespace | Zivid::Calibration |
Enumerations | |
| enum class | Zivid::Calibration::HandEyeStatus { Zivid::Calibration::ok , Zivid::Calibration::insufficientMotion , Zivid::Calibration::insufficientDataQuality } |
| Status of hand-eye calibration indicating success or the reason for failure. More... | |
Functions | |
| ZIVID_CORE_EXPORT std::string | Zivid::Calibration::toString (HandEyeStatus status) |
| Get string representation of the status. | |
| ZIVID_CORE_EXPORT std::ostream & | Zivid::Calibration::operator<< (std::ostream &stream, const HandEyeStatus &status) |
| Serialize the value to a stream. | |