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 request preferences. More...
#include <AxsunOCTCapture.h>
Data Fields | |
AxRequestMode | request_mode |
int32_t | which_window |
uint32_t | average_number |
int32_t | crop_width_offset |
int32_t | crop_width_total |
int32_t | crop_height_offset |
int32_t | crop_height_total |
int16_t | to8bit_shift |
uint16_t | to8Bit_min |
uint8_t | downsample |
uint8_t | dezipper |
Structure for image request preferences.
uint32_t average_number |
Consecutive images to average (mean) up to maximum of 10. Set to 1 for no image averaging. Image width must be <= 5000 A-scans. Averaging is not available in Force Trigger mode (i.e. when no Image_sync is detected).
int32_t crop_height_offset |
The first depth pixel to be retrieved, a positive-valued offset from the top of the image. If the offset exceeds the available pixels in an image, the requested image will be retrieved/displayed starting at offset = 0.
int32_t crop_height_total |
The total number of depth pixels to be retrieved. Set to 0 to retrieve the full image depth. If the value exceeds the remaining pixels available following crop_height_offset, the remaining available pixels in the image depth will be retrieved/displayed.
int32_t crop_width_offset |
Cropping an image avoids inefficiency associated with retrieving unwanted pixels which would subsequently be discarded by the calling application before display (e.g. galvo fly-back portion).
Note that the cropping behavior based on these settings is applied prior to the OpenGL display window cropping behavior configured using axCropRect().
The first A-scan to be retrieved, a positive-valued offset from the Image_sync pulse defining the start of an image. If the offset exceeds the available A-scans in an image, the requested image will be retrieved/displayed starting at offset = 0.
int32_t crop_width_total |
The total number of A-scans to be retrieved. Set to 0 to retrieve the full image width. If the value exceeds the remaining A-scans available following crop_width_offset, the remaining available A-scans in the image will be retrieved/displayed.
uint8_t dezipper |
Placeholder for future functionality.
uint8_t downsample |
The desired 2x downsampling behavior (disabled = 0, enabled = 1). Downsampling speeds up JPEG decompression but halves the width and height of retrieved and/or displayed images. The original full-resolution images persist in the Main Image Buffer. Downsampling is helpful to keep frame rates high during display of images that have very high numbers of a-scans per image and are thus larger than the display's pixel dimensions.
AxRequestMode request_mode |
Indicate if requested image is to be retrieved to the caller, displayed directly via OpenGL, or both.
uint16_t to8Bit_min |
Placeholder for future functionality. Controls 16-bit to 8-bit dynamic range compression behavior.
int16_t to8bit_shift |
Placeholder for future functionality. Controls 16-bit to 8-bit dynamic range compression behavior.
int32_t which_window |
Selects the OpenGL window number targeted for image display (if request_mode is DISPLAY_ONLY or RETRIEVE_AND_DISPLAY).