Specifications

sharpVISION™ Camera
sharpVISION VISION SDK
109
8.4. Appendix D – Data types
This appendix describes the data types defined in the SharpAPI.h header file.
8.4.1. SV_CAM_TYPE
The SV_CAM_TYPE type enumerates the camera models.
SV_CT_UNKNOWN: Unknown camera model
SV_CT_1300DE: sharpVISION 1300-DE.
SV_CT_1400DE: sharpVISION 1400-DE.
SV_CT_1500EX: sharpVISION 1500-EX.
8.4.2. SV_CCD_TYPE
The SV_CAM_TYPE type enumerates the CCD models.
SV_CCD_UNKNOWN: unknown CCD type.
SV_CCD_ICX085AL: Sony ICX085AL CCD.
SV_CCD_ICX285AL: Sony ICX285AL CCD.
SV_CCD_ICX205AL: Sony ICX205AL CCD.
8.4.3. SV_EXP_MODE
The SV_CAM_MODE enumerates the camera operation modes:
SV_EM_SINGLE: single exposure.
SV_EM_DOUBLE: double exposure.
8.4.4. SV_TRIG_MODE
The SV_TRIG_MODE enumerates the trigger mode:
SV_TM_FREERUN: continuous acquisition (fast)
SV_TM_EDGE_HI: exposure starts on edge, active High.
SV_TM_EDGE_LO: exposure starts on trigger, active Low.
SV_TM_PULSE_HI: exposure integrated over pulse, active High.
SV_TM_PULSE_LO: exposure integrated over pulse, active Low.