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.
Deprecated List
Global axDisplayImage (AOChandle session, int64_t requested_image_number, uint32_t *returned_image_number, int32_t *height, int32_t *width)
This function may be removed in future versions. Instead use axRequestImage() with the prefs.request_mode member set to DISPLAY_ONLY. (DEPRECATED in v3.4.0)
Global axGetImageInfoAdv (AOChandle session, int64_t requested_image_number, uint32_t *returned_image_number, int32_t *height, int32_t *width, AxDataType *data_type_out, uint32_t *required_buffer_size, uint8_t *force_trig, uint8_t *trig_too_fast)
This function may be removed in future versions. Use axGetImageInfo() instead. (DEPRECATED in v3.4.0)
Global axRequestImageAdv (AOChandle session, int64_t requested_image_number, uint8_t *image_data_out, axpacket_t *metadata_out, int32_t *height, int32_t *width, AxDataType *data_type_out, uint32_t output_buf_len, request_prefs_t prefs, uint8_t *force_trig, uint8_t *trig_too_fast)
This function may be removed in future versions. Use axRequestImage() or axDisplayImage() instead. (DEPRECATED in v3.4.0)