AxsunOCTCapture 3.8.2
Captures and buffers streamed imaged data from the Axsun Ethernet/PCIe DAQ and displays or retrieves images to a client application on request.
|
Structure for image export preferences (movie functionality requires installation of OpenCV). More...
#include <AxsunOCTCapture.h>
Data Fields | |
uint32_t | width |
uint32_t | height |
double | contrast |
double | brightness |
AxColormap | colormap |
int32_t | opencv_colormap |
int32_t | movie_fps |
Structure for image export preferences (movie functionality requires installation of OpenCV).
double brightness |
Control the brightness (offset) of the exported image. A value of 0 results in no change.
AxColormap colormap |
Selects a colormap for the exported image. Supports images with U8 data type only.
double contrast |
Control the contrast (gain) of the exported image. A value of 1 results in no change.
uint32_t height |
Height of the exported image in pixels. If = 0, the exported height will be that of the requested image.
int32_t movie_fps |
The number of frames per second for the exported movie file. If < 1, movie file export is disabled. Movie files can be exported only for U8 data type. "width" and "height" parameters must be non-zero for movie export.
int32_t opencv_colormap |
Selects a colormap from the available OpenCV colormaps listed at https://docs.opencv.org/4.4.0/d3/d50/group__imgproc__colormap.html, only if "colormap" parameter is AxColormap::USER_COLORMAP.
uint32_t width |
Width of the exported image in pixels. If = 0, the exported width will be that of the requested image.