58
Frame Format and Descriptor Structures
Document No.: 04646-01
PixeLINK PL-A780
MACHINE VISION CAMERA
SYSTEM GUIDE
Copyright © 2004 PixeLINK
All Rights Reserved
// the host’s knowledge
float fAutoExposure;
// Auto Exposure
float fSharpness;
// Sharpness
float
fHue;
//
Hue
float
fGamma;
//
Gamma
float
fIris; //
Iris
float
fFocus;
//
Focus
float fTemperature;
// Temperature
float fTriggerParamter;
// Parameter for Trigger
float fTriggerDelay;
// Trigger Delay
float
fZoom; //
Zoom
float
fPan;
//
Pan
float
fTilt; //
Tilt
float fOpticalFilter;
// Optical Filter
float fAutoROILeft;
// Auto ROI Left
float fAutoROITop;
// Auto ROI Top
float fAutoROIWidth;
// Auto ROI Width
float fAutoROIHeight;
// Auto ROI Height
float fRotate;
// Angle of Rotation
float fFrameRate;
// Frame Rate
float
fLeft; //
ROI
Left
float fTop;
// ROI Top
float fWidth;
// ROI Width
float fHeight;
// ROI Height
float fPixelAddressingValue; // Pixel Addressing Value
float fPixelAddressinMode;
// Pixel Addressing Mode
float fPixelFormat;
// Pixel Format
float fKneePoint[4];
// Extended Shutter Knee Point
float fGPOParameter1[16];
// GPO Parameter 1
float fGPOParameter2[16];
// GPO Parameter 2
float fGPOParameter3[16];
// GPO Parameter 3
U8 byGPOMode[16];
// GPO Mode
U8 byGPOPolarity[16];
// GPO Polarity
U8 byTriggerMode;
// Trigger Mode
U8 byTriggerPolarity;
// Trigger Polarity
U8 byTriggerType;
// Trigger Type
U8 byReserved;
// Padding to quadlet align
} DESCRIPTOR, *PDESCRIPTOR;
#endif // FRAME_STRUCTURE