#include <ueye.h>#include <string>#include <thread>#include <functional>#include "logging_macros.hpp"

Go to the source code of this file.
Classes | |
| class | ueye_cam::UEyeCamDriver |
Namespaces | |
| namespace | ueye_cam |
Defines | |
| #define | CAP(val, min, max) |
| #define | IS_BINNING_16X (IS_BINNING_16X_VERTICAL | IS_BINNING_16X_HORIZONTAL) |
| #define | IS_BINNING_2X (IS_BINNING_2X_VERTICAL | IS_BINNING_2X_HORIZONTAL) |
| #define | IS_BINNING_4X (IS_BINNING_4X_VERTICAL | IS_BINNING_4X_HORIZONTAL) |
| #define | IS_BINNING_8X (IS_BINNING_8X_VERTICAL | IS_BINNING_8X_HORIZONTAL) |
| #define | IS_SUBSAMPLING_16X (IS_SUBSAMPLING_16X_VERTICAL | IS_SUBSAMPLING_16X_HORIZONTAL) |
| #define | IS_SUBSAMPLING_2X (IS_SUBSAMPLING_2X_VERTICAL | IS_SUBSAMPLING_2X_HORIZONTAL) |
| #define | IS_SUBSAMPLING_4X (IS_SUBSAMPLING_4X_VERTICAL | IS_SUBSAMPLING_4X_HORIZONTAL) |
| #define | IS_SUBSAMPLING_8X (IS_SUBSAMPLING_8X_VERTICAL | IS_SUBSAMPLING_8X_HORIZONTAL) |
if (val < min) { \ val = min; \ } else if (val > max) { \ val = max; \ }
Definition at line 62 of file ueye_cam_driver.hpp.
| #define IS_BINNING_16X (IS_BINNING_16X_VERTICAL | IS_BINNING_16X_HORIZONTAL) |
Definition at line 77 of file ueye_cam_driver.hpp.
| #define IS_BINNING_2X (IS_BINNING_2X_VERTICAL | IS_BINNING_2X_HORIZONTAL) |
Definition at line 74 of file ueye_cam_driver.hpp.
| #define IS_BINNING_4X (IS_BINNING_4X_VERTICAL | IS_BINNING_4X_HORIZONTAL) |
Definition at line 75 of file ueye_cam_driver.hpp.
| #define IS_BINNING_8X (IS_BINNING_8X_VERTICAL | IS_BINNING_8X_HORIZONTAL) |
Definition at line 76 of file ueye_cam_driver.hpp.
| #define IS_SUBSAMPLING_16X (IS_SUBSAMPLING_16X_VERTICAL | IS_SUBSAMPLING_16X_HORIZONTAL) |
Definition at line 72 of file ueye_cam_driver.hpp.
| #define IS_SUBSAMPLING_2X (IS_SUBSAMPLING_2X_VERTICAL | IS_SUBSAMPLING_2X_HORIZONTAL) |
Definition at line 69 of file ueye_cam_driver.hpp.
| #define IS_SUBSAMPLING_4X (IS_SUBSAMPLING_4X_VERTICAL | IS_SUBSAMPLING_4X_HORIZONTAL) |
Definition at line 70 of file ueye_cam_driver.hpp.
| #define IS_SUBSAMPLING_8X (IS_SUBSAMPLING_8X_VERTICAL | IS_SUBSAMPLING_8X_HORIZONTAL) |
Definition at line 71 of file ueye_cam_driver.hpp.