Specifications

sharpVISION™ Camera
sharpVISION SDK Reference
110
SV_TM_SOFTWARE: exposure starts on software trigger.
8.4.5. SV_BINNING
The SV_BINNING enumerates the binning values:
SV_BIN_1X1: binning 1x1.
SV_BIN_2X2: binning 2x2.
SV_BIN_3X3: binning 3x3.
SV_BIN_4X4: binning 4x4.
8.4.6. SV_READOUT_SPEED
The SV_READOUT_SPEED enumerates the camera readout frequencies:
SV_ROS_20MHZ: 20 MHz.
SV_ROS_10MHZ: 10 MHz.
SV_ROS_05MHZ: 5 MHz.
SV_ROS_02MHZ: 2.5 MHz.
8.4.7. SV_IMG_FMT
The SV_IMG_FMT enumerates the image formats:
SV_IF_RAW8: raw CCD output (8 bit).
SV_IF_RAW16: raw CCD output (10 bit)
SV_IF_GRAY8: gray 8 bit data.
SV_IF_GRAY: gray 16 bit data.
8.4.8. SV_CALLBACK_FLAGS
The SV_CALLBACK_FLAGS enumerates the Queue callback flags:
SV_CF_DONE: callback is called when the operation is completed.
8.4.9. SV_ERROR
The SV_ERROR enumerates the return codes. See Appendix A.