![]() |
Zivid C++ API
1.8.1+6967bc1b-1
Defining the Future of 3D Machine Vision
|
Contains a global HDR method. More...
Functions | |
| template<typename InputIt > | |
| Frame | combineFrames (InputIt first, InputIt last) |
| Combine frames acquired with different camera settings More... | |
| ZIVID_API_EXPORT Frame | capture (Camera &camera, const std::vector< Settings > &settings) |
| A convenience function to capture and merge frames. More... | |
Contains a global HDR method.
| ZIVID_API_EXPORT Frame Zivid::HDR::capture | ( | Camera & | camera, |
| const std::vector< Settings > & | settings | ||
| ) |
| Frame Zivid::HDR::combineFrames | ( | InputIt | first, |
| InputIt | last | ||
| ) |
Combine frames acquired with different camera settings
This function will return a high dynamic range frame based on a supplied set of frames captured with different camera settings
1.8.16