![]() |
Programmer's Guide Baumer GAPI SDK Reference v2.10.0
|
Go to the source code of this file.
Macros | |
#define | SFNCVERSION 1.5 |
#define | SFNC_DEVICECONTROL "DeviceControl" |
#define | SFNC_DEVICE_VENDORNAME "DeviceVendorName" |
Name of the manufacturer of the device. | |
#define | SFNC_DEVICE_MODELNAME "DeviceModelName" |
Model of the device. | |
#define | SFNC_DEVICE_MANUFACTURERINFO "DeviceManufacturerInfo" |
Manufacturer information about the device. | |
#define | SFNC_DEVICE_VERSION "DeviceVersion" |
Version of the device. | |
#define | SFNC_DEVICE_FIRMWAREVERSION "DeviceFirmwareVersion" |
Version of the firmware in the device. | |
#define | SFNC_DEVICE_SFNCVERSIONMAJOR "DeviceSFNCVersionMajor" |
Major version of the Standard Features Naming Convention that was used to create the device's GenICam XML. | |
#define | SFNC_DEVICE_SFNCVERSIONMINOR "DeviceSFNCVersionMinor" |
Minor version of the Standard Features Naming Convention that was used to create the device's GenICam XML. | |
#define | SFNC_DEVICE_SFNCVERSIONSUBMINOR "DeviceSFNCVersionSubMinor" |
Sub minor version of Standard Features Naming Convention that was used to create the device's GenICam XML. | |
#define | SFNC_DEVICE_MANIFESTENTRYSELECTOR "DeviceManifestEntrySelector" |
Selects the manifest entry to reference. | |
#define | SFNC_DEVICE_MANIFESTXMLMAJORVERSION "DeviceManifestXMLMajorVersion" |
Indicates the major version number of the GenICam XMLfile of the selected manifest entry. | |
#define | SFNC_DEVICE_MANIFESTXMLMINORVERSION "DeviceManifestXMLMinorVersion" |
Indicates the minor version number of the GenICam XMLfile of the selected manifest entry. | |
#define | SFNC_DEVICE_MANIFESTXMLSUBMINORVERSION "DeviceManifestXMLSubMinorVersion" |
Indicates the subminor version number of the GenICam XMLfile of the selected manifest entry. | |
#define | SFNC_DEVICE_MANIFESTSCHEMAMAJORVERSION "DeviceManifestSchemaMajorVersion" |
Indicates the major version number of the schema file of the selected manifest entry. | |
#define | SFNC_DEVICE_MANIFESTSCHEMAMINORVERSION "DeviceManifestSchemaMinorVersion" |
Indicates the minor version number of the schema file of the selected manifest entry. | |
#define | SFNC_DEVICE_MANIFESTPRIMARYURL "DeviceManifestPrimaryURL" |
Indicates the first URL to the GenICam XMLdevice description file of the selected manifest entry. | |
#define | SFNC_DEVICE_MANIFESTSECONDARYURL "DeviceManifestSecondaryURL" |
Indicates the second URL to the GenICam XMLdevice description file of the selected manifest entry. | |
#define | SFNC_DEVICE_ID "DeviceID" |
depreciated SFNC2.0, replaced with "DeviceSerialNumber" | |
#define | SFNC_DEVICE_SERIALNUMBER "DeviceSerialNumber" |
Device's serial number. This string is a unique identifier of the device. | |
#define | SFNC_DEVICE_USERID "DeviceUserID" |
User-programmable device identifier. | |
#define | SFNC_DEVICE_RESET "DeviceReset" |
Resets the device to its power up state. After reset, the device must be rediscovered. | |
#define | SFNC_DEVICE_REGISTERSSTREAMINGSTART "DeviceRegistersStreamingStart" |
Prepare the device for registers streaming without checking for consistency. | |
#define | SFNC_DEVICE_REGISTERSSTREAMINGEND "DeviceRegistersStreamingEnd" |
Announce the end of registers streaming. This will do a register set validation for consistency and activate it. This will also update the DeviceRegistersValidflag. | |
#define | SFNC_DEVICE_REGISTERSCHECK "DeviceRegistersCheck" |
Perform the validation of the current register setfor consistency.This will update the DeviceRegistersValidflag. | |
#define | SFNC_DEVICE_REGISTERSVALID "DeviceRegistersValid" |
Returns if the current register setis valid and consistent. | |
#define | SFNC_DEVICE_MAXTHROUGHPUT "DeviceMaxThroughput" |
Maximum bandwidth of the data that can be streamed out of the device. This can be used to estimate if the physical connection(s)can sustain transfer of free-running images from the camera at its maximum speed. | |
#define | SFNC_DEVICE_TEMERATURESELECTOR "DeviceTemperatureSelector" |
Selects the location within the device, where the temperature will be measured. | |
#define | SFNC_DEVICE_TEMPERATURE "DeviceTemperature" |
Device temperature in degrees Celsius (C). It is measured at the location selected by DeviceTemperatureSelector. | |
#define | SFNC_DEVICE_CLOCKSELECTOR "DeviceClockSelector" |
Selects the clock frequency to access from the device. | |
#define | SFNC_DEVICE_CLOCKFREQUENCY "DeviceClockFrequency" |
Returns the frequency of the selected Clock. | |
#define | SFNC_DEVICE_SERIALPORTSELECTOR "DeviceSerialPortSelector" |
Selects which serial port of the device to control. | |
#define | SFNC_IMAGEFORMATCONTROL "ImageFormatControl" |
Category for Image Format Control features. | |
#define | SFNC_SENSORWIDTH "SensorWidth" |
Effective width of the sensor in pixels. | |
#define | SFNC_SENSORHEIGHT "SensorHeight" |
Effective height of the sensor in pixels. | |
#define | SFNC_SENSORTABS "SensorTaps" |
Number of taps of the camera sensor. | |
#define | SFNC_SENSORDIGITIZATIONTABS "SensorDigitizationTaps" |
Number of digitized samples outputted simultaneously by the camera A/D conversion stage. | |
#define | SFNC_WIDTHMAX "WidthMax" |
Maximum width of the image (in pixels). The dimension is calculated after horizontal binning, decimation or any other function changing the horizontal dimension of the image. | |
#define | SFNC_HEIGHTMAX "HeightMax" |
Maximum height of the image (in pixels). This dimension is calculated after vertical binning, decimation or any other function changing the vertical dimension of the image. | |
#define | SFNC_WIDTH "Width" |
Width of the image provided by the device (in pixels). | |
#define | SFNC_HEIGHT "Height" |
Height of the image provided by the device (in pixels). | |
#define | SFNC_OFFSETX "OffsetX" |
Horizontal offset from the origin to the region of interest (in pixels). | |
#define | SFNC_OFFSETY "OffsetY" |
Vertical offset from the origin to the region of interest (in pixels). | |
#define | SFNC_LINEPITCH "LinePitch" |
Total number of bytes between the startsof 2 consecutivelines. This feature is used to facilitate alignment of image data. | |
#define | SFNC_BINNINGHORIZONTAL "BinningHorizontal" |
Number of horizontal photo-sensitive cells to combine together. This reduces the horizontal resolution (width) of the image. | |
#define | SFNC_BINNINGVERTICAL "BinningVertical" |
Number of vertical photo-sensitive cells to combine together. This reduces the vertical resolution (height) of the image. | |
#define | SFNC_DECIMATIONHORIZONTAL "DecimationHorizontal" |
Horizontal sub-sampling of the image. This reduces the horizontal resolution (width) of the image by the specified horizontal decimation factor. | |
#define | SFNC_DECIMATIONVERTICAL "DecimationVertical" |
Vertical sub-sampling of the image. This reduces the vertical resolution (height) of the image by the specified vertical decimation factor. | |
#define | SFNC_REVERSEX "ReverseX" |
Flip horizontally the image sent by the device. The Region of interest is applied after the flipping. | |
#define | SFNC_REVERSEY "ReverseY" |
Flip vertically the image sent by the device. The Region of interest is applied after the flipping. | |
#define | SFNC_PIXELFORMAT "PixelFormat" |
Format of the pixels provided by the device. It represents all the information provided by PixelSize, PixelColorFilter combined in a single feature. | |
#define | SFNC_PIXELCODING "PixelCoding" |
This feature is deprecated. It represents the coding of the pixels in the image. Raw gives the data in the native format of the sensor. | |
#define | SFNC_PIXELSIZE "PixelSize" |
Total size in bits of a pixel of the image. | |
#define | SFNC_PIXELCOLORFILTER "PixelColorFilter" |
Type of color filter that is applied to the image. | |
#define | SFNC_PIXELDYNAMICRANGEMIN "PixelDynamicRangeMin" |
Minimum value that can be returned during the digitization process. This corresponds to the darkest value of the camera. For color camera, this returns the smallest value that each color component can take. | |
#define | SFNC_PIXELDYNAMICRANGEMAX "PixelDynamicRangeMax" |
Maximum value that will be returned during the digitization process. This corresponds to the brightest value of the camera. For color camera, this returns the biggest value that each color component can take. | |
#define | SFNC_TESTIMAGESELECTOR "TestImageSelector" |
This feature is deprecated(See TestPattern). Selects the type of test image that is sent by the device. | |
#define | SFNC_ACQUISITIONCONTROL "AcquisitionControl" |
Category for the acquisition and trigger control features. | |
#define | SFNC_ACQUISITION_MODE "AcquisitionMode" |
Sets the acquisition mode of the device. It defines mainly the number of frames to capture during an acquisition and the way the acquisition stops. | |
#define | SFNC_ACQUISITION_START "AcquisitionStart" |
Starts the Acquisition of the device. The number of frames captured is specified by AcquisitionMode. | |
#define | SFNC_ACQUISITION_STOP "AcquisitionStop" |
Stops the Acquisition of the device at the end of the current Frame. It is mainly used when AcquisitionMode is Continuous but can be used in any acquisition mode. | |
#define | SFNC_ACQUISITION_ABORT "AcquisitionAbort" |
Aborts the Acquisition immediately. This will end the capture without completing the current Frame or waiting on a trigger. If no Acquisition is in progress, the command is ignored. | |
#define | SFNC_ACQUISITION_ARM "AcquisitionArm" |
Arms the device before an AcquisitionStartcommand. This optional command validates all the current features for consistency and prepares the device for a fast start of the Acquisition. | |
#define | SFNC_ACQUISITION_FRAMECOUNT "AcquisitionFrameCount" |
Number of frames to acquire in MultiFrame Acquisition mode. | |
#define | SFNC_ACQUISITION_FRAMERATE "AcquisitionFrameRate" |
Controls the acquisition rate (in Hertz) at which the frames are captured. | |
#define | SFNC_ACQUISITION_FRAMERATEABS "AcquisitionFrameRateAbs" |
Deprecated. | |
#define | SFNC_ACQUISITION_FRAMERATERAW "AcquisitionFrameRateRaw" |
Deprecated. | |
#define | SFNC_ACQUISITION_LINERATE "AcquisitionLineRate" |
Controls the rate (in Hertz) at which the Lines in a Frame are captured. | |
#define | SFNC_ACQUISITION_LINERATEABS "AcquisitionLineRateAbs" |
Deprecated. | |
#define | SFNC_ACQUISITION_LINERATERAW "AcquisitionLineRateRaw" |
Deprecated. | |
#define | SFNC_ACQUISITION_STATUSSELECTOR "AcquisitionStatusSelector" |
Selects the internal acquisition signal to read using AcquisitionStatus. | |
#define | SFNC_ACQUISITION_STATUS "AcquisitionStatus" |
Reads the state of the internal acquisition signal selected using AcquisitionStatusSelector. | |
#define | SFNC_TRIGGERSELECTOR "TriggerSelector" |
Selects the type of trigger to configure. | |
#define | SFNC_TRIGGERMODE "TriggerMode" |
Controls if the selected trigger is active. | |
#define | SFNC_TRIGGERSOFTWARE "TriggerSoftware" |
Generates an internal trigger. TriggerSource must be set to Software. | |
#define | SFNC_TRIGGERSOURCE "TriggerSource" |
Specifies the internal signal or physical input Line to use as the trigger source. The selected trigger must have its TriggerMode set to On. | |
#define | SFNC_TRIGGERACTIVATION "TriggerActivation" |
Specifies the activation mode of the trigger. | |
#define | SFNC_TRIGGEROVERLAP "TriggerOverlap" |
Specifies the type trigger overlap permitted with the previous frame or line. This defines when a valid trigger will be accepted (or latched) for a new frame or a new line. | |
#define | SFNC_TRIGGERDELAY "TriggerDelay" |
Specifies the delay in microseconds (us) to apply after the trigger reception before activating it. | |
#define | SFNC_TRIGGERDELAYABS "TriggerDelayAbs" |
Deprecated. | |
#define | SFNC_TRIGGERDELAYRAW "TriggerDelayRaw" |
Deprecated. | |
#define | SFNC_TRIGGERDIVIDER "TriggerDivider" |
Specifies a division factor for the incoming trigger pulses. | |
#define | SFNC_TRIGGERMULTIPLIER "TriggerMultiplier" |
Specifies a multiplication factor for the incoming trigger pulses.It is used generally used in conjunction with TriggerDividerto control the ratio of triggers that are accepted. | |
#define | SFNC_EXPOSUREMODE "ExposureMode" |
Sets the operation mode of the Exposure. | |
#define | SFNC_EXPOSURETIME "ExposureTime" |
Sets the Exposure time when ExposureMode is Timed and ExposureAuto is Off. This controls the duration where the photosensitive cells are exposed to light. | |
#define | SFNC_EXPOSURETIMEABS "ExposureTimeAbs" |
Deprecated. | |
#define | SFNC_EXPOSURETIMERAW "ExposureTimeRaw" |
Deprecated. | |
#define | SFNC_EXPOSUREAUTO "ExposureAuto" |
Sets the automatic exposure mode when ExposureMode is Timed. The exact algorithm used to implement this control is device-specific. | |
#define | SFNC_DIGITALIOCONTROL "DigitalIOControl" |
Category that contains the digital input and output control features. | |
#define | SFNC_LINESELECTOR "LineSelector" |
Selects the physical line (or pin) of the external device connector or the virtual line of the Transport Layer to configure. | |
#define | SFNC_LINEMODE "LineMode" |
Controls if the physical Line is used to Input or Output a signal. | |
#define | SFNC_LINEINVERTER "LineInverter" |
Controls the inversion of the signal of the selected input or output Line. | |
#define | SFNC_LINESTATUS "LineStatus" |
Returns the current status of the selected input or output Line. | |
#define | SFNC_LINESTATUSALL "LineStatusAll" |
Returns the current status of all available Line signals at time of polling in a single bitfield. | |
#define | SFNC_LINESOURCE "LineSource" |
Selects which internal acquisition or I/O source signal to output on the selected Line. LineMode must be Output. | |
#define | SFNC_LINEFORMAT "LineFormat" |
Controls the current electrical format of the selected physical input or output Line. | |
#define | SFNC_USEROUTPUTSELECTOR "UserOutputSelector" |
Selects which bit of the User Output register will be set by UserOutputValue. | |
#define | SFNC_USEROUTPUTVALUE "UserOutputValue" |
Sets the value of the bit selected by UserOutputSelector. | |
#define | SFNC_USEROUTPUTVALUEALL "UserOutputValueAll" |
Sets the value of all the bits of the User Output register. It is subject to the UserOutputValueAllMask. | |
#define | SFNC_USEROUTPUTVALUEALLMASK "UserOutputValueAllMask" |
Sets the write mask to apply to the value specified by UserOutputValueAllbefore writing it in the User Output register. If the UserOutputValueAllMaskfeature is present, setting the user Output register using UserOutputValueAllwill only change the bits that have a corresponding bit in the mask set to one. | |
#define | SFNC_COUNTERANDTIMERCONTROL "CounterAndTimerControl" |
Category that contains the CounterandTimer control features. | |
#define | SFNC_COUNTERSELECTOR "CounterSelector" |
Selects which Counter to configure. | |
#define | SFNC_COUNTEREVENTSOURCE "CounterEventSource" |
Select the events that will be the source to increment the Counter. | |
#define | SFNC_COUNTEREVENTACTIVATION "CounterEventActivation" |
Selects the Activation mode Event Source signal. | |
#define | SFNC_COUNTERRESETSOURCE "CounterResetSource" |
Selects the signals that will be the source to reset the Counter. | |
#define | SFNC_COUNTERRESETACTIVATION "CounterResetActivation" |
Selects the Activation mode of the Counter Reset Source signal. | |
#define | SFNC_COUNTERRESET "CounterReset" |
Does a software reset of the selected Counter and starts it. The counter starts counting events immediately after the reset unless a Counter trigger is active. CounterReset can be used to reset the Counter independently from the CounterResetSource. To disable the counter temporarily, set CounterEventSource to Off. | |
#define | SFNC_COUNTERVALUE "CounterValue" |
Reads or writes the current value of the selected Counter. | |
#define | SFNC_COUNTERVALUEATRESET "CounterValueAtReset" |
Reads the value of the selected Counter when it was reset by a trigger or by an explicit CounterReset command. | |
#define | SFNC_COUNTERDURATION "CounterDuration" |
Sets the duration (or number of events) before the CounterEnd event is generated. | |
#define | SFNC_COUNTERSTATUS "CounterStatus" |
Returns the current statusof the Counter. | |
#define | SFNC_COUNTERTRIGGERSOURCE "CounterTriggerSource" |
Selects the source to start the Counter. | |
#define | SFNC_COUNTERTRIGGERACTIVATION "CounterTriggerActivation" |
Selects the activation mode of the trigger to start the Counter. | |
#define | SFNC_TIMERSELECTOR "TimerSelector" |
Selects which Timer to configure. | |
#define | SFNC_TIMERDURATION "TimerDuration" |
Sets the duration (in microseconds) of the Timer pulse. | |
#define | SFNC_TIMERDURATIONABS "TimerDurationAbs" |
Deprecated. | |
#define | SFNC_TIMERDURATIONRAW "TimerDurationRaw" |
Deprecated. | |
#define | SFNC_TIMERDELAY "TimerDelay" |
Sets the duration (in microseconds) of the delay to apply at the reception of a trigger before starting the Timer. | |
#define | SFNC_TIMERDELAYABS "TimerDelayAbs" |
Deprecated. | |
#define | SFNC_TIMERDELAYRAW "TimerDelayRaw" |
Deprecated. | |
#define | SFNC_TIMERRESET "TimerReset" |
Does a software reset of the selected timer and starts it. The timer starts immediately after the reset unless a timer trigger is active. | |
#define | SFNC_TIMERVALUE "TimerValue" |
Reads or writes the current value (in microseconds) of the selected Timer. | |
#define | SFNC_TIMERVALUEABS "TimerValueAbs" |
Deprecated. | |
#define | SFNC_TIMERVALUERAW "TimerValueRaw" |
Deprecated. | |
#define | SFNC_TIMERSTATUS "TimerStatus" |
Returns the current statusof the Timer. | |
#define | SFNC_TIMERTRIGGERSOURCE "TimerTriggerSource" |
Selects the source of the trigger to start the Timer. | |
#define | SFNC_TIMERTRIGGERACTIVATION "TimerTriggerActivation" |
Selects the activation mode of the trigger to start the Timer. | |
#define | SFNC_EVENTCONTROL "EventControl" |
Category that contains Event control features. | |
#define | SFNC_EVENTSELECTOR "EventSelector" |
Selects which Event to signal to the host application. | |
#define | SFNC_EVENTNOTIFICATION "EventNotification" |
Activate or deactivate the notification to the host application of the occurrence of the selected Event. | |
#define | SFNC_EVENT_FRAMETRIGGERDATA "EventFrameTriggerData" |
Category that contains all the data features related to the FrameTrigger Event. | |
#define | SFNC_EVENT_FRAMETRIGGER "EventFrameTrigger" |
Returns the unique Identifier of the FrameTrigger type of Event. It can be used to register a callback function to be notified of the event occurrence. Its value uniquely identifiesthe type event received. | |
#define | SFNC_EVENT_FRAMETRIGGERTIMESTAMP "EventFrameTriggerTimestamp" |
Returns the Timestamp of the FrameTrigger Event. It can be used to determine precisely when the event occurred. | |
#define | SFNC_EVENT_FRAMETRIGGERFRAMEID "EventFrameTriggerFrameID" |
Returns the unique Identifier of the Frame (or image) that generated the FrameTrigger Event. | |
#define | SFNC_EVENT_EXPOSUREENDDATA "EventExposureEndData" |
Category that contains all the data features related to the ExposureEnd Event. | |
#define | SFNC_EVENT_EXPOSUREEND "EventExposureEnd" |
Returns the unique identifier of the ExposureEnd type of Event. This feature can be used to register a callback function to be notified of the event occurrence. Its value uniquely identifies the type of event that will be received. | |
#define | SFNC_EVENT_EXPOSUREENDTIMESTAMP "EventExposureEndTimestamp" |
Returns the Timestamp of the ExposureEnd Event. It can be used to determine precisely when the event occurred. | |
#define | SFNC_EVENT_EXPOSUREENDFRAMEID "EventExposureEndFrameID" |
Returns the unique Identifier of the Frame (or image) that generated the ExposureEnd Event. | |
#define | SFNC_EVENT_ERRORDATA "EventErrorData" |
Category that contains all the data features related to the Error Event. | |
#define | SFNC_EVENT_ERROR "EventError" |
Returns the unique identifier of the Error type of Event. It can be used to register a callbackfunction to be notified of the Error event occurrence. Its value uniquely identifies that the event received was an Error. | |
#define | SFNC_EVENT_ERRORTIMESTAMP "EventErrorTimestamp" |
Returns the Timestamp of the Error Event. It can be used to determine when the event occurred. | |
#define | SFNC_EVENT_ERRORFRAMEID "EventErrorFrameID" |
If applicable, returns the unique Identifier of the Frame (or image) that generated the Error Event. | |
#define | SFNC_EVENT_ERRORCODE "EventErrorCode" |
Returns an error code for the error(s) that happened. | |
#define | SFNC_ANALOGCONTROL "AnalogControl" |
Category that contains the Analog control features. | |
#define | SFNC_GAINSELECTOR "GainSelector" |
Selects which Gain is controlled by the various Gain features. | |
#define | SFNC_GAIN "Gain" |
Controls the selected gain as an absolute physical value. This is an amplification factor applied to the video signal. | |
#define | SFNC_GAINRAW "GainRaw" |
Deprecated. | |
#define | SFNC_GAINABS "GainAbs" |
Deprecated. | |
#define | SFNC_GAINAUTO "GainAuto" |
Sets the automatic gain control (AGC) mode. The exact algorithm used to implement AGC is device-specific. | |
#define | SFNC_GAINAUTOBALANCE "GainAutoBalance" |
Sets the mode for automatic gain balancing between the sensor color channels or taps. The gain coefficients of each channel or tap are adjusted so they are matched. | |
#define | SFNC_BLACKLEVELSELECTOR "BlackLevelSelector" |
Selects which Black Level is controlled by the various Black Level features. | |
#define | SFNC_BLACKLEVEL "BlackLevel" |
Controls the analog black level as an absolute physical value. This represents a DC offset applied to the video signal. | |
#define | SFNC_BLACKLEVELRAW "BlackLevelRaw" |
Deprecated. | |
#define | SFNC_BLACKLEVELABS "BlackLevelAbs" |
Deprecated. | |
#define | SFNC_BLACKLEVELAUTO "BlackLevelAuto" |
Controls the mode for automatic black level adjustment. The exact algorithm used to implement this adjustment is device-specific. | |
#define | SFNC_BLACKLEVELAUTOBALANCE "BlackLevelAutoBalance" |
Controls the mode for automatic black level balancing between the sensor color channels or taps. Theblack level coefficients of each channel are adjusted so they are matched. | |
#define | SFNC_WHITECLIPSELECTOR "WhiteClipSelector" |
Selects which White Clip to control. | |
#define | SFNC_WHITECLIP "WhiteClip" |
Controls the maximal intensity taken by the video signal before being clipped as an absolute physical value. The video signal will never exceed the white clipping point: it will saturate at that level. | |
#define | SFNC_WHITECLIPRAW "WhiteClipRaw" |
Deprecated. | |
#define | SFNC_WHITECLIPABS "WhiteClipAbs" |
Deprecated. | |
#define | SFNC_BALANCERATIOSELECTOR "BalanceRatioSelector" |
Selects which Balance ratio to control. | |
#define | SFNC_BALANCERATIO "BalanceRatio" |
Controls ratio of the selected color component to a reference color component. It is used for white balancing. | |
#define | SFNC_BALANCERATIOABS "BalanceRatioAbs" |
Deprecated. | |
#define | SFNC_BALANCEWHITEAUTO "BalanceWhiteAuto" |
Controls the mode for automatic white balancing between the color channels. The white balancing ratios are automatically adjusted. | |
#define | SFNC_GAMMA "Gamma" |
Controls the gamma correction of pixel intensity. This is typically used to compensate for non-linearity of the display system (such as CRT). | |
#define | SFNC_LUTCONTROL "LUTControl" |
Category that includes the LUT control features. | |
#define | SFNC_LUTSELECTOR "LUTSelector" |
Selects which LUT to control. | |
#define | SFNC_LUTENABLE "LUTEnable" |
Activates the selected LUT. | |
#define | SFNC_LUTINDEX "LUTIndex" |
Control the index (offset) of the coefficient to access in the selected LUT. | |
#define | SFNC_LUTVALUE "LUTValue" |
Returns the Value at entry LUTIndexof the LUT selected by LUTSelector. | |
#define | SFNC_LUTVALUEALL "LUTValueAll" |
Accesses all the LUT coefficients in a single access without using individual LUTIndex. | |
#define | SFNC_ROOT "Root" |
Provides the Root of the GenICam features tree. | |
#define | SFNC_DEVICE "Device" |
Provides the default GenICam port of the Device. | |
#define | SFNC_TLPARAMSLOCKED "TLParamsLocked" |
Used by the Transport Layer to prevent critical features from changing during acquisition. | |
#define | SFNC_TRANSPORTLAYERCONTROL "TransportLayerControl" |
Category that contains the transport Layer control features. | |
#define | SFNC_PAYLOADSIZE "PayloadSize" |
Provides the number of bytes transferred for each image or chunk on the stream channel. This includes any end-of-line, end-of-frame statistics or other stamp data. This is the total size of data payload for a data block. | |
#define | SFNC_GEV_VERSIONMAJOR "GevVersionMajor" |
This feature is deprecated (See DeviceTLVersionMajor). It was representing the major version of the specification. | |
#define | SFNC_GEV_VERSIONMINOR "GevVersionMinor" |
This feature is deprecated (See DeviceTLVersionMinor). It was representing the minor version of the specification. | |
#define | SFNC_GEV_DEVICEMODEISBIGENDIAN "GevDeviceModeIsBigEndian" |
This feature is deprecated (See DeviceRegistersEndianness). It was representing the Endianness of the device registers. | |
#define | SFNC_GEV_DEVICECALSS "GevDeviceClass" |
This feature is deprecated (See DeviceType). It was representing the class of the device. | |
#define | SFNC_GEV_DEVICEMODECHARACTERSET "GevDeviceModeCharacterSet" |
This feature is deprecated (See DeviceCharacterSet). It was representing the character set used by all the strings of the bootstrap registers. | |
#define | SFNC_GEV_INTERFACESELECTOR "GevInterfaceSelector" |
Selects which logical link to control. | |
#define | SFNC_GEV_MACADDRESS "GevMACAddress" |
MAC address of the logical link. | |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTOR "GevSupportedOptionSelector" |
Selects the GEV option to interrogate for existing support. | |
#define | SFNC_GEV_SUPPORTEDOPTION "GevSupportedOption" |
Returns if the selected GEV option is supported. | |
#define | SFNC_GEV_SUPPORTEDIPCONFIGURATIONLLA "GevSupportedIPConfigurationLLA" |
#define | SFNC_GEV_SUPPORTEDIPCONFIGURATIONDHCP "GevSupportedIPConfigurationDHCP" |
#define | SFNC_GEV_SUPPORTEDIPCONFIGURATIONPERSISTENTIP "GevSupportedIPConfigurationPersistentIP" |
#define | SFNC_GEV_CURRENTIPCONFIGURATION "GevCurrentIPConfiguration" |
#define | SFNC_GEV_CURRENTIPCONFIGURATIONLLA "GevCurrentIPConfigurationLLA" |
#define | SFNC_GEV_CURRENTIPCONFIGURATIONDHCP "GevCurrentIPConfigurationDHCP" |
#define | SFNC_GEV_CURRENTIPCONFIGURATIONPERSISTENTIP "GevCurrentIPConfigurationPersistentIP" |
#define | SFNC_GEV_CURRENTIPADDRESS "GevCurrentIPAddress" |
Reports the IP address for the given logical link. | |
#define | SFNC_GEV_CURRENTSUBNETMASK "GevCurrentSubnetMask" |
Reports the subnet mask of the given logical link. | |
#define | SFNC_GEV_CURRENTDEFAULTGATEWAY "GevCurrentDefaultGateway" |
Reports the default gateway IP address to be used on the given logical link. | |
#define | SFNC_GEV_IPCONFIGURATIONSTATUS "GevIPConfigurationStatus" |
Reports the current IP configuration status. | |
#define | SFNC_GEV_FIRSTURL "GevFirstURL" |
Deprecated! Indicates the first URL to the GenICam XML device description file. The First URL is used as the first choice by the application to retrieve the GenICam XML device description file. | |
#define | SFNC_GEV_SECONDURL "GevSecondURL" |
Deprecated! Indicates the second URL to the GenICam XML device description file. This URL is an alternative if the application was unsuccessful to retrieve the device description file using the first URL. | |
#define | SFNC_GEV_NUMBEROFINTERFACES "GevNumberOfInterfaces" |
This feature is deprecated (See DeviceLinkSelector). It was representing the number of logical links supported by this device. | |
#define | SFNC_GEV_PERSISTENTIPADDRESS "GevPersistentIPAddress" |
Controls the Persistent IP address for this logical link. It is only used when the device boots with the Persistent IP configuration scheme. | |
#define | SFNC_GEV_PERSISTENTSUBNETMASK "GevPersistentSubnetMask" |
Controls the Persistent subnet mask associated with the Persistent IP address on this logical link. It is only used when the device boots with the Persistent IP configuration scheme. | |
#define | SFNC_GEV_PERSISTENTDEFAULTGATEWAY "GevPersistentDefaultGateway" |
Controls the persistent default gateway for this logical link. It is only used when the device boots with the Persistent IP configuration scheme. | |
#define | SFNC_GEV_GEVLINKSPEED "GevLinkSpeed" |
This feature is deprecated (See DeviceLinkSpeed). It was representing the speed of transmission negotiated by the given logical link. | |
#define | SFNC_GEV_MESSAGECHANNELCOUNT "GevMessageChannelCount" |
This feature is deprecated (See DeviceEventChannelCount). It was representing the number of message channels supported by this device. | |
#define | SFNC_GEV_STREAMCHANNELCOUNT "GevStreamChannelCount" |
This feature is deprecated (See DeviceStreamChannelCount). It was representing the number of stream channels supported by this device. | |
#define | SFNC_GEV_SUPPORTEDOPTIONALCOMMANDSUSERDEFINEDNAME "GevSupportedOptionalCommandsUserDefinedName" |
#define | SFNC_GEV_SUPPORTEDOPTIONALCOMMANDSSERIALNUMBER "GevSupportedOptionalCommandsSerialNumber" |
#define | SFNC_GEV_SUPPORTEDOPTIONALCOMMANDSEVENTDATA "GevSupportedOptionalCommandsEVENTDATA" |
#define | SFNC_GEV_SUPPORTEDOPTIONALCOMMANDSEVENT "GevSupportedOptionalCommandsEVENT" |
#define | SFNC_GEV_SUPPORTEDOPTIONALCOMMANDSPACKETRESEND "GevSupportedOptionalCommandsPACKETRESEND" |
#define | SFNC_GEV_SUPPORTEDOPTIONALCOMMANDSWRITEMEM "GevSupportedOptionalCommandsWRITEMEM" |
#define | SFNC_GEV_SUPPORTEDOPTIONALCOMMANDSCONCATENATION "GevSupportedOptionalCommandsConcatenation" |
#define | SFNC_GEV_HEARTBEATTIMEOUT "GevHeartbeatTimeout" |
This feature is deprecated (See DeviceLinkHeartbeatTimeout). It was controling the current heartbeat timeout in milliseconds. | |
#define | SFNC_GEV_TIMESTAMPTICKFREQUENCY "GevTimestampTickFrequency" |
This feature is deprecated (See the increment of the TimestampLatchValue feature). It was used to indicate the number of timestamp ticks in 1 second (frequency in Hz). If IEEE 1588 is used, this feature must return 1,000,000,000 (1 GHz). | |
#define | SFNC_GEV_TIMESTAMPCONTROLLATCH "GevTimestampControlLatch" |
This feature is deprecated (See TimestampLatch). It was used to latche the current timestamp counter into GevTimestampValue. | |
#define | SFNC_GEV_TIMESTAMPCONTROLRESET "GevTimestampControlReset" |
This feature is deprecated (See TimestampReset). It was used to reset the timestamp counter to 0. This feature is not available or as no effect when IEEE 1588 is used. | |
#define | SFNC_GEV_TIMESTAMPVALUE "GevTimestampValue" |
This feature is deprecated (See TimestampLatchValue). It was used to return the latched 64-bit value of the timestamp counter. | |
#define | SFNC_GEV_DISCOVERYACKDELAY "GevDiscoveryAckDelay" |
Indicates the maximum randomized delay the device will wait to acknowledge a discovery command. | |
#define | SFNC_GEV_GVCPEXTENDEDSTATUSCODES "GevGVCPExtendedStatusCodes" |
Enables the generation of extended status codes. | |
#define | SFNC_GEV_GVCPPENDINGACK "GevGVCPPendingAck" |
Enables the generation of PENDING_ACK. | |
#define | SFNC_GEV_GVCPHEARTBEATDISABLE "GevGVCPHeartbeatDisable" |
This feature is deprecated (See DeviceHeartbeatMode).It was used to disable the GVCP heartbeat. | |
#define | SFNC_GEV_GVCPPENDINGTIMEOUT "GevGVCPPendingTimeout" |
This feature is deprecated (See DeviceLinkCommandTimeout). It was used to indicate the longest GVCP command execution time before a device returns a PENDING_ACK. | |
#define | SFNC_GEV_PRIMARYAPPLICATIONSWITCHOVERKEY "GevPrimaryApplicationSwitchoverKey" |
Controls the key to use to authenticate primary application switchover requests. | |
#define | SFNC_GEV_CCP "GevCCP" |
Controls the device access privilege of an application. | |
#define | SFNC_GEV_PRIMARYAPPLICATIONSOCKET "GevPrimaryApplicationSocket" |
Returns the UDP source port of the primary application. | |
#define | SFNC_GEV_PRIMARYAPPLICATIONIPADDRESS "GevPrimaryApplicationIPAddress" |
Returns the address of the primary application. | |
#define | SFNC_GEV_MCPHOSTPORT "GevMCPHostPort" |
Controls the port to which the device must send messages. Setting this value to 0 closes the message channel. | |
#define | SFNC_GEV_MCDA "GevMCDA" |
Controls the destination IP address for the message channel. | |
#define | SFNC_GEV_MCTT "GevMCTT" |
Provides the transmission timeout value in milliseconds. | |
#define | SFNC_GEV_MCRC "GevMCRC" |
Controls the number of retransmissions allowed when a message channel message times out. | |
#define | SFNC_GEV_MCSP "GevMCSP" |
This feature indicates the sourceport for the message channel. | |
#define | SFNC_GEV_STREAMCHANNELSELECTOR "GevStreamChannelSelector" |
Selects the stream channel to control. | |
#define | SFNC_GEV_SCCFGUNCONDITIONALSTREAMING "GevSCCFGUnconditionalStreaming" |
Enables the alternate IP destination for stream packets resent due to a packet resend request. When True, the source IP address provided in the packet resend command packet is used. When False, the value set in the GevSCDA[GevStreamChannelSelector]featureis used. | |
#define | SFNC_GEV_SCCFGEXTENDEDCHUNKDATA "GevSCCFGExtendedChunkData" |
Enables cameras to use the extended chunk data payload type for this stream channel. | |
#define | SFNC_GEV_SCPDIRECTION "GevSCPDirection" |
This feature is deprecated (See DeviceStreamChannelType). It was used to report the direction of the stream channel. | |
#define | SFNC_GEV_SCPINTERFACEINDEX "GevSCPInterfaceIndex" |
Index of the logical link to use. | |
#define | SFNC_GEV_SCPHOSTPORT "GevSCPHostPort" |
Controls the port of the selected channel to which a GVSP transmitter must send data stream or the port from which a GVSP receiver may receive data stream. Setting this value to 0 closes the stream channel. | |
#define | SFNC_GEV_SCPSFIRETESTPACKET "GevSCPSFireTestPacket" |
Sends a test packet. When this feature is set, the device will fire one test packet. | |
#define | SFNC_GEV_SCPSDONOTFRAGMENT "GevSCPSDoNotFragment" |
The state of this feature is copied into the "do not fragment" bit of IP header of eachstream packet. It can be used by the application to prevent IP fragmentation of packets on the stream channel. | |
#define | SFNC_GEV_SCPSBIGENDIAN "GevSCPSBigEndian" |
This feature is deprecated (See DeviceStreamChannelEndianness). It was used to control the endianness of multi-byte pixel data for this stream. | |
#define | SFNC_GEV_SCPSPACKETSIZE "GevSCPSPacketSize" |
Version 2.3Standard FeaturesNaming Convention2016-5-26Page477of 519CategoryGigEVisionLevelRecommendedInterfaceIIntegerAccessRead/(Write)UnitBVisibilityExpertValues>0This GigE Vision specific feature corresponds to DeviceStreamChannelPacketSizeand should be kept in sync with it. It specifiesthe stream packet size, in bytes, to send on the selected channel for a GVSP transmitter or specifies the maximum packet size supported by a GVSP receiver.This does not include data leader and data trailer and the last data packet which might be of smaller size (since packet size is not necessarily a multiple of block size for stream channel). | |
#define | SFNC_GEV_SCPD "GevSCPD" |
Controls the delay (in GEV timestamp counter unit) to insert between each packet for this stream channel. This can be used as a crude flow-control mechanism if the application or the network infrastructure cannot keep up with the packets coming from the device. | |
#define | SFNC_GEV_SCDA "GevSCDA" |
Controls the destination IP address of the selected stream channel to which a GVSP transmitter must send data stream or the destination IP address from which a GVSP receiver may receive data stream. | |
#define | SFNC_GEV_SCSP "GevSCSP" |
Indicates the source port of the stream channel. | |
#define | SFNC_GEV_MANIFESTENTRYSELECTOR "GevManifestEntrySelector" |
Deprecated. | |
#define | SFNC_GEV_MANIFESTXMLMAJORVERSION "GevManifestXMLMajorVersion" |
Deprecated. | |
#define | SFNC_GEV_MANIFESTXMLMINORVERSION "GevManifestXMLMinorVersion" |
Deprecated. | |
#define | SFNC_GEV_MANIFESTXMLSUBMINORVERSION "GevManifestXMLSubMinorVersion" |
Deprecated. | |
#define | SFNC_GEV_MANIFESTSCHEMAMAJORVERSION "GevManifestSchemaMajorVersion" |
Deprecated. | |
#define | SFNC_GEV_MANIFESTSCHEMAMINORVERSION "GevManifestSchemaMinorVersion" |
Deprecated. | |
#define | SFNC_GEV_MANIFESTPRIMARYURL "GevManifestPrimaryURL" |
Deprecated. | |
#define | SFNC_GEV_MANIFESTSECONDARYURL "GevManifestSecondaryURL" |
Deprecated. | |
#define | SFNC_CL_CONFIGURATION "ClConfiguration" |
Deprecated. | |
#define | SFNC_CL_TIMESLOTSCOUNT "ClTimeSlotsCount" |
Deprecated. | |
#define | SFNC_DEVICETAPGEOMETRY "DeviceTapGeometry" |
This device tap geometry feature describes the geometrical properties characterizing the taps of a camera as presented at the output of the device. | |
#define | SFNC_USERSETCONTROL "UserSetControl" |
Category that contains the User Set control features. | |
#define | SFNC_USERSETSELECTOR "UserSetSelector" |
Selects the feature User Set to load, save or configure. | |
#define | SFNC_USERSETLOAD "UserSetLoad" |
Loads the User Set specified by UserSetSelectorto the device and makes it active. | |
#define | SFNC_USERSETSAVE "UserSetSave" |
Save the User Set specified by UserSetSelectorto the non-volatile memory of the device. | |
#define | SFNC_USERSETDEFAULTSELECTOR "UserSetDefaultSelector" |
This feature is deprecated (See UserSetDefault). Selects the feature User Set to load and make active when the device is reset. | |
#define | SFNC_CHUNKDATACONTROL "ChunkDataControl" |
Category that contains the Chunk Data control features. | |
#define | SFNC_CHUNKMODEACTIVE "ChunkModeActive" |
Activates the inclusion of Chunk data in the payload of the image. | |
#define | SFNC_CHUNKSELECTOR "ChunkSelector" |
Selects which Chunk to enable or control. | |
#define | SFNC_CHUNKENABLE "ChunkEnable" |
Enables the inclusion of the selected Chunk data in the payload of the image. | |
#define | SFNC_CHUNKIMAGE "ChunkImage" |
Returns the entire image data included in the payload. | |
#define | SFNC_CHUNKOFFSETX "ChunkOffsetX" |
Returns the OffsetXof the image included in the payload. | |
#define | SFNC_CHUNKOFFSETY "ChunkOffsetY" |
Returns the OffsetYof the image included in the payload. | |
#define | SFNC_CHUNKWIDTH "ChunkWidth" |
Returns the Widthof the image included in the payload. | |
#define | SFNC_CHUNKHEIGHT "ChunkHeight" |
Returns the Heightof the image included in the payload. | |
#define | SFNC_CHUNKPIXELFORMAT "ChunkPixelFormat" |
Returns the PixelFormatof the image included in the payload. | |
#define | SFNC_CHUNKPIXELDYNAMICRANGEMIN "ChunkPixelDynamicRangeMin" |
Returns the minimum value of dynamic range of the image included in the payload. | |
#define | SFNC_CHUNKPIXELDYNAMICRANGEMAX "ChunkPixelDynamicRangeMax" |
Returns themaximum value of dynamic range of the image included in the payload. | |
#define | SFNC_CHUNKDYNAMICRANGEMIN "ChunkDynamicRangeMin" |
#define | SFNC_CHUNKDYNAMICRANGEMAX "ChunkDynamicRangeMax" |
#define | SFNC_CHUNKTIMESTAMP "ChunkTimestamp" |
Returns the Timestamp of the image included in the payload at the time of the FrameStart internal event. | |
#define | SFNC_CHUNKLINESTATUSALL "ChunkLineStatusAll" |
Returns the status of all the I/O lines at the time of the FrameStart internal event. | |
#define | SFNC_CHUNKCOUNTERSELECTOR "ChunkCounterSelector" |
Selects which counter to retrieve data from. | |
#define | SFNC_CHUNKCOUNTERVALUE "ChunkCounterValue" |
Returns the value of the selected Chunk counter at the time of the FrameStart event. | |
#define | SFNC_CHUNKCOUNTER "ChunkCounter" |
#define | SFNC_CHUNKTIMERSELECTOR "ChunkTimerSelector" |
Selects which Timer to retrieve data from. | |
#define | SFNC_CHUNKTIMERVALUE "ChunkTimerValue" |
Returns the value of the selected Timer at the time of the FrameStart internal event. | |
#define | SFNC_CHUNKTIMER "ChunkTimer" |
#define | SFNC_CHUNKEXPOSURETIME "ChunkExposureTime" |
Returns the exposure time used to capture the image. | |
#define | SFNC_CHUNKGAINSELECTOR "ChunkGainSelector" |
Selects which Gain to return. | |
#define | SFNC_CHUNKGAIN "ChunkGain" |
Returns the gain used to capture the image. | |
#define | SFNC_CHUNKBLACKLEVELSELECTOR "ChunkBlackLevelSelector" |
Selects which Black Level to return. | |
#define | SFNC_CHUNKBLACKLEVEL "ChunkBlackLevel" |
#define | SFNC_CHUNKLINEPITCH "ChunkLinePitch" |
Returns the LinePitchof the image included in the payload. | |
#define | SFNC_CHUNKFRAMEID "ChunkFrameID" |
Returns the unique Identifier of the frame (or image) included in the payload. | |
#define | SFNC_CHUNKBINNINGVERTICALID "ChunkBinningVertical" |
#define | SFNC_CHUNKBINNINGHORIZONTALID "ChunkBinningHorizontal" |
#define | SFNC_FILEACCESSCONTROL "FileAccessControl" |
Category that contains the File Access control features. | |
#define | SFNC_FILESELECTOR "FileSelector" |
Selects the target file in the device. | |
#define | SFNC_FILEOPERATIONSELECTOR "FileOperationSelector" |
Selects the target operation for the selected file in the device. This Operation is executed when the FileOperationExecutefeature is called. | |
#define | SFNC_FILEOPERATIONEXECUTE "FileOperationExecute" |
Executes the operationselected by FileOperationSelector on the selected file. | |
#define | SFNC_FILEOPENMODE "FileOpenMode" |
Selects the access mode in which a file is opened in the device. | |
#define | SFNC_FILEACCESSBUFFER "FileAccessBuffer" |
Defines the intermediate access buffer that allows the exchange of data between the device file storage and the application. | |
#define | SFNC_FILEACCESSOFFSET "FileAccessOffset" |
Controls the Offset of the mapping between the device file storage and the FileAccessBuffer. | |
#define | SFNC_FILEACCESSLENGTH "FileAccessLength" |
Controls the Length of the mapping between the device file storage and the FileAccessBuffer. | |
#define | SFNC_FILEOPERATIONSTATUS "FileOperationStatus" |
Represents the file operation execution status. | |
#define | SFNC_FILEOPERATIONRESULT "FileOperationResult" |
Represents the file operation result. For Read or Write operations, the number of successfully read/written bytes is returned. | |
#define | SFNC_FILESIZE "FileSize" |
Represents the size of the selected file in bytes. | |
#define | SFNC_COLORTRANSFORMATIONCONTROL "ColorTransformationControl" |
Category that contains the Color Transformation control features. | |
#define | SFNC_COLORTRANSFORMATIONSELECTOR "ColorTransformationSelector" |
Selects which Color Transformation module is controlled by the various Color Transformation features. | |
#define | SFNC_COLORTRANSFORMATIONENABLE "ColorTransformationEnable" |
Activates the selected Color Transformation module. | |
#define | SFNC_COLORTRANSFORMATIONVALUESELECTOR "ColorTransformationValueSelector" |
Selects the Gain factor or Offset of the Transformation matrix to access in the selected Color Transformation module. | |
#define | SFNC_COLORTRANSFORMATIONVALUE "ColorTransformationValue" |
Represents the value of the selected Gain factor or Offset inside the Transformation matrix. | |
#define | SFNC_ACTIONCONTROL "ActionControl" |
Category that contains the Action control features. | |
#define | SFNC_ACTIONDEVICEKEY "ActionDeviceKey" |
Provides the device key that allows the device to check the validity of action commands. The device internal assertion of an action signal is only authorized if the ActionDeviceKeyand the action device key value in the protocol message are equal. | |
#define | SFNC_ACTIONSELECTOR "ActionSelector" |
Selects to which Action Signal further Action settings apply. | |
#define | SFNC_ACTIONGROUPMASK "ActionGroupMask" |
Provides the mask that the device will use to validate the action on reception of the action protocol message. | |
#define | SFNC_ACTIONGROUPKEY "ActionGroupKey" |
Provides the key that the device will use to validate the action on reception of the action protocol message. | |
#define | GENTL_SFNC_TLPORT "TLPort" |
The GenICam port through which the System module is accessed. | |
#define | GENTL_SFNC_TLVENDORNAME "TLVendorName" |
Name of the GenTL Producer vendor. | |
#define | GENTL_SFNC_TLMODELNAME "TLModelName" |
Name of the GenTL Producer to distinguish different kinds of GenTL Producer implementations from one vendor. | |
#define | GENTL_SFNC_TLID "TLID" |
Unique identifier of the GenTL Producer like a GUID. | |
#define | GENTL_SFNC_TLVERSION "TLVersion" |
Vendor specific version string of the GenTL Producer. | |
#define | GENTL_SFNC_TLPATH "TLPath" |
Full path to the GenTL Producer including filename and extension. | |
#define | GENTL_SFNC_TLTYPE "TLType" |
Transport layer type of the GenTL Producer implementation. | |
#define | GENTL_SFNC_GENTLVERSIONMAJOR "GenTLVersionMajor" |
Major version number of the GenTL specification the GenTL Producer implementation complies with. | |
#define | GENTL_SFNC_GENTLVERSIONMINOR "GenTLVersionMinor" |
Minor version number of the GenTL specification the GenTL Producer implementation complies with. | |
#define | GENTL_SFNC_GENTLINTERFACEUPDATELIST "InterfaceUpdateList" |
Updates the internal list of the interfaces. This feature should be readable if the execution cannot performed immediately. The command then returns and the status can be polled. This function interacts with the TLUpdateInterfaceList function of the GenTL Producer. It is up to the GenTL Consumer to handle access in case both methods are used. | |
#define | GENTL_SFNC_GENTLINTERFACESELECTOR "InterfaceSelector" |
Selector for the different GenTL Producer interfaces. This interface list only changes on execution of "InterfaceUpdateList". The selector is 0-based in order to match the index of the C interface. | |
#define | GENTL_SFNC_GENTLINTERFACEID "InterfaceID" |
GenTL Producer wide unique identifier of the selected interface. | |
#define | GENTL_SFNC_GEVVERSIONMAJOR "GevVersionMajor" |
This feature is deprecated (See InterfaceTLVersionMajor). Major version number of the GigE Vision specification the GenTL Producer implementation complies with. | |
#define | GENTL_SFNC_GEVVERSIONMINOR "GevVersionMinor" |
This feature is deprecated (See InterfaceTLVersionMinor). Minor version number of the GigE Vision specification the GenTL Producer implementation complies with. | |
#define | GENTL_SFNC_GEVINTERFACEMACADDRESS "GevInterfaceMACAddress" |
48-bit MAC address of the selected interface. Note that for a GenTL Producer implementation supporting GigE Vision this feature is mandatory. More... | |
#define | GENTL_SFNC_GEVINTERFACEDEFAULTIPADDRESS "GevInterfaceDefaultIPAddress" |
IP address of the first subnet of the selected interface. Note that for a GenTL Producer implementation supporting GigE Vision this feature is mandatory. | |
#define | GENTL_SFNC_GEVINTERFACEDEFAULTSUBNETMASK "GevInterfaceDefaultSubnetMask" |
Subnet mask of the first subnet of the selected interface. Note that for a GenTL Producer implementation supporting GigE Vision this feature is mandatory. | |
#define | GENTL_SFNC_GEVINTERFACEDEFAULTGATEWAY "GevInterfaceDefaultGateway" |
Gateway of the selected interface. | |
#define | GENTL_SFNC_INTERFACEPORT "InterfacePort" |
The GenICam port through which the Interface module is accessed. | |
#define | GENTL_SFNC_INTERFACEID "InterfaceID" |
GenTL Producer wide unique identifier of the selected interface. | |
#define | GENTL_SFNC_INTERFACETYPE "InterfaceType" |
Transport layer type of the interface. | |
#define | GENTL_SFNC_DEVICEUPDATELIST "DeviceUpdateList" |
Updates the internal device list. This feature should be readable if the execution cannot be performed immediately. The command then returns and the status can be polled. This feature interacts with the IFUpdateDeviceList function of the GenTL Producer. It is up to the GenTL Consumer to handle access in case both methods are used. | |
#define | GENTL_SFNC_DEVICESELECTOR "DeviceSelector" |
Selector for the different devices on this interface. This value only changes on execution of "DeviceUpdateList". The selector is 0-based in order to match the index of the C interface. | |
#define | GENTL_SFNC_DEVICEID "DeviceID" |
Interface wide unique identifier of the selected device. This value only changes on execution of the DeviceUpdateList command. More... | |
#define | GENTL_SFNC_DEVICEVENDORNAME "DeviceVendorName" |
Name of the device vendor. This value only changes on execution of the DeviceUpdateList command. More... | |
#define | GENTL_SFNC_DEVICEMODELNAME "DeviceModelName" |
Name of the device model. This value only changes on execution of the DeviceUpdateList command. More... | |
#define | GENTL_SFNC_DEVICEACCESSSTATUS "DeviceAccessStatus" |
Gives the device's access status at the moment of the last execution of the DeviceUpdateList command. This value only changes on execution of the DeviceUpdateList command. | |
#define | GENTL_SFNC_GEVINTERFACEGATEWAYSELECTOR "GevInterfaceGatewaySelector" |
Selector for the different gateway entries for this interface. The selector is 0-based. Note that for a GenTL Producer implementation supporting GigE Vision this feature is mandatory. | |
#define | GENTL_SFNC_GEVINTERFACEGATEWAY "GevInterfaceGateway" |
IP address of the selected gateway entry of this interface. Note that for a GenTL Producer implementation supporting GigE Vision this feature is mandatory. | |
#define | GENTL_SFNC_GEVINTERFACEMACADDRESS "GevInterfaceMACAddress" |
48-bit MAC address of the selected interface. Note that for a GenTL Producer implementation supporting GigE Vision this feature is mandatory. More... | |
#define | GENTL_SFNC_GEVINTERFACESUBNETSELECTOR "GevInterfaceSubnetSelector" |
Selector for the subnet of this interface. Note that for a GenTL Producer implementation supporting GigE Vision this feature is mandatory. | |
#define | GENTL_SFNC_GEVINTERFACESUBNETIPADDRESS "GevInterfaceSubnetIPAddress" |
IP address of the selected subnet of this interface. Note that for a GenTL Producer implementation supporting GigE Vision this feature is mandatory. | |
#define | GENTL_SFNC_GEVINTERFACESUBNETMASK "GevInterfaceSubnetMask" |
Subnet mask of the selected subnet of this interface. Note that for a GenTL Producer implementation supporting GigE Vision this feature is mandatory. | |
#define | GENTL_SFNC_DEVICEPORT "DevicePort" |
The GenICam port through which the Device module is accessed.Note that DevicePort is a port node (not a feature node) and is generally not accessed by the end user directly. | |
#define | GENTL_SFNC_DEVICEID "DeviceID" |
Interface wide unique identifier of the selected device. This value only changes on execution of the DeviceUpdateList command. More... | |
#define | GENTL_SFNC_DEVICEVENDORNAME "DeviceVendorName" |
Name of the device vendor. This value only changes on execution of the DeviceUpdateList command. More... | |
#define | GENTL_SFNC_DEVICEMODELNAME "DeviceModelName" |
Name of the device model. This value only changes on execution of the DeviceUpdateList command. More... | |
#define | GENTL_SFNC_DEVICETYPE "DeviceType" |
Transport layer type of the device. | |
#define | GENTL_SFNC_STREAMSELECTOR "StreamSelector" |
Selector for the different stream channels. | |
#define | GENTL_SFNC_STREAMID "StreamID" |
Device unique ID for the stream. | |
#define | GENTL_SFNC_GEVDEVICEIPADDRESS "GevDeviceIPAddress" |
Current IP address of the GVCP interface of the selected remote device. | |
#define | GENTL_SFNC_GEVDEVICESUBNETMASK "GevDeviceSubnetMask" |
Current subnet mask of the GVCP interface of the selected remote device. | |
#define | GENTL_SFNC_GEVDEVICEMACADDRESS "GevDeviceMACAddress" |
48-bit MAC address of the GVCP interface of the selected remote device. | |
#define | GENTL_SFNC_GEVDEVICEGATEWAY "GevDeviceGateway" |
Current gateway IP address of the GVCP interface of the selected remote device. | |
#define | GENTL_SFNC_DEVICEENDIANESSMECHANISM "DeviceEndianessMechanism" |
Identifies the endianess handling mode. | |
#define | GENTL_SFNC_STREAMPORT "StreamPort" |
The GenICam port through which the Data Stream module is accessed. | |
#define | GENTL_SFNC_STREAMID "StreamID" |
Device unique ID for the stream. | |
#define | GENTL_SFNC_STREAMANNOUNCEDBUFFERCOUNT "StreamAnnouncedBufferCount" |
Number of announced (known) buffers on this stream. This value is volatile. It may change if additional buffers are announced and/or buffers are revoked by the GenTL Consumer. | |
#define | GENTL_SFNC_STREAMACQUISITIONMODESELECTOR "StreamAcquisitionModeSelector" |
#define | GENTL_SFNC_STREAMANNOUNCEBUFFERMINIMUM "StreamAnnounceBufferMinimum" |
Minimal number of buffers to announce to enable selected buffer handling mode. | |
#define | GENTL_SFNC_STREAMTYPE "StreamType" |
Transport layer type of the Data Stream. | |
#define | GENTL_SFNC_BUFFERPORT "BufferPort" |
The GenICam port through which the Buffer module is accessed. | |
#define | GENTL_SFNC_BUFFERDATA "BufferData" |
Entire buffer data. | |
#define | GENTL_SFNC_BUFFERUSERDATA "BufferUserData" |
Pointer to user data casted to an integer number referencing GenTL Consumer specific data. It is reflecting the pointer provided by the user data pointer at buffer announcement.This allows the GenTL Consumer to attach information to a buffer. | |
#define | GENTL_SFNC_BUFFER_CUSTOM_HOSTTIMESTAMP "HostTimestamp" |
#define | SFNC_CHUNKSELECTORVALUE_IMAGE "Image" |
#define | SFNC_CHUNKSELECTORVALUE_OFFSETX "OffsetX" |
#define | SFNC_CHUNKSELECTORVALUE_OFFSETY "OffsetY" |
#define | SFNC_CHUNKSELECTORVALUE_WIDTH "Width" |
#define | SFNC_CHUNKSELECTORVALUE_HEIGHT "Height" |
#define | SFNC_CHUNKSELECTORVALUE_PIXELFORMAT "PixelFormat" |
#define | SFNC_CHUNKSELECTORVALUE_DYNAMICRANGEMAX "DynamicRangeMax" |
#define | SFNC_CHUNKSELECTORVALUE_DYNAMICRANGEMIN "DynamicRangeMin" |
#define | SFNC_CHUNKSELECTORVALUE_PIXELDYNAMICRANGEMAX "PixelDynamicRangeMax" |
#define | SFNC_CHUNKSELECTORVALUE_PIXELDYNAMICRANGEMIN "PixelDynamicRangeMin" |
#define | SFNC_CHUNKSELECTORVALUE_TIMESTAMP "Timestamp" |
#define | SFNC_CHUNKSELECTORVALUE_LINESTATUSALL "LineStatusAll" |
#define | SFNC_CHUNKSELECTORVALUE_COUNTERVALUE "CounterValue" |
#define | SFNC_CHUNKSELECTORVALUE_TIMERVALUE "TimerValue" |
#define | SFNC_CHUNKSELECTORVALUE_EXPOSURETIME "ExposureTime" |
#define | SFNC_CHUNKSELECTORVALUE_GAIN "Gain" |
#define | SFNC_CHUNKSELECTORVALUE_BLACKLEVEL "BlackLevel" |
#define | SFNC_CHUNKSELECTORVALUE_LINEPITCH "LinePitch" |
#define | SFNC_CHUNKSELECTORVALUE_FRAMEID "FrameID" |
#define | SFNC_DEVICE_TEMERATURESELECTORVALUE_SENSOR "Sensor" |
#define | SFNC_DEVICE_TEMERATURESELECTORVALUE_MAINBOARD "Mainboard" |
#define | SFNC_DEVICE_CLOCKSELECTORVALUE_SENSOR "Sensor" |
#define | SFNC_DEVICE_CLOCKSELECTORVALUE_SENSORDIGITIZATION "SensorDigitization" |
#define | SFNC_DEVICE_CLOCKSELECTORVALUE_CAMERALINK "CameraLink" |
#define | SFNC_DEVICE_SERIALPORTSELECTORVALUE_CAMERALINK "CameraLink" |
#define | SFNC_TESTIMAGESELECTORVALUE_OFF "Off" |
#define | SFNC_TESTIMAGESELECTORVALUE_BLACK "Black" |
#define | SFNC_TESTIMAGESELECTORVALUE_WHITE "White" |
#define | SFNC_TESTIMAGESELECTORVALUE_GREYHORIZONTALRAMP "GreyHorizontalRamp" |
#define | SFNC_TESTIMAGESELECTORVALUE_GREYVERTICALRAMP "GreyVerticalRamp" |
#define | SFNC_TESTIMAGESELECTORVALUE_GREYHORIZONTALRAMPMOVING "GreyHorizontalRampMoving" |
#define | SFNC_TESTIMAGESELECTORVALUE_GREYVERTICALRAMPMOVING "GreyVerticalRampMoving" |
#define | SFNC_TESTIMAGESELECTORVALUE_HORIZONTALLINEMOVING "HorzontalLineMoving" |
#define | SFNC_TESTIMAGESELECTORVALUE_VERTICALLINEMOVING "VerticalLineMoving" |
#define | SFNC_TESTIMAGESELECTORVALUE_COLORBAR "ColorBar" |
#define | SFNC_TESTIMAGESELECTORVALUE_FRAMECOUNTER "FrameCounter" |
#define | SFNC_ACQUISITION_STATUSSELECTORVALUE_ACQUISITIONTRIGGERWAIT "AcquisitionTriggerWait" |
#define | SFNC_ACQUISITION_STATUSSELECTORVALUE_ACQUISITIONACTIVE "AcquisitionActive" |
#define | SFNC_ACQUISITION_STATUSSELECTORVALUE_ACQUISITIONTRANSFER "AcquisitionTransfer" |
#define | SFNC_ACQUISITION_STATUSSELECTORVALUE_FRAMETRIGGERWAIT "FrameTriggerWait" |
#define | SFNC_ACQUISITION_STATUSSELECTORVALUE_FRAMEACTIVE "FrameActive" |
#define | SFNC_ACQUISITION_STATUSSELECTORVALUE_FRAMETRANSFER "FrameTransfer" |
#define | SFNC_ACQUISITION_STATUSSELECTORVALUE_EXPOSUREACTIVE "ExposureActive" |
#define | SFNC_TRIGGERSELECTORVALUE_ACQUISITIONSTART "AcquisitionStart" |
#define | SFNC_TRIGGERSELECTORVALUE_ACQUISITIONEND "AcquisitionEnd" |
#define | SFNC_TRIGGERSELECTORVALUE_ACQUISITIONACTIVE "AcquisitionActive" |
#define | SFNC_TRIGGERSELECTORVALUE_FRAMESTART "FrameStart" |
#define | SFNC_TRIGGERSELECTORVALUE_FRAMEEND "FrameEnd" |
#define | SFNC_TRIGGERSELECTORVALUE_FRAMEACTIVE "FrameActive" |
#define | SFNC_TRIGGERSELECTORVALUE_FRAMEBURSTSTART "FrameBurstStart" |
#define | SFNC_TRIGGERSELECTORVALUE_FRAMEBURSTEND "FrameBurstEnd" |
#define | SFNC_TRIGGERSELECTORVALUE_FRAMEBURSTACTIVE "FrameBurstActive" |
#define | SFNC_TRIGGERSELECTORVALUE_LINESTART "LineStart" |
#define | SFNC_TRIGGERSELECTORVALUE_EXPOSURESTART "ExposureStart" |
#define | SFNC_TRIGGERSELECTORVALUE_EXPOSUREEND "ExposureEnd" |
#define | SFNC_TRIGGERSELECTORVALUE_EXPOSUREACTIVE "ExposureActive" |
#define | SFNC_LINESELECTORVALUE_LINE0 "Line0" |
#define | SFNC_LINESELECTORVALUE_LINE1 "Line1" |
#define | SFNC_LINESELECTORVALUE_LINE2 "Line2" |
#define | SFNC_LINESELECTORVALUE_LINE3 "Line3" |
#define | SFNC_LINESELECTORVALUE_LINE4 "Line4" |
#define | SFNC_LINESELECTORVALUE_LINE5 "Line5" |
#define | SFNC_LINESELECTORVALUE_LINE6 "Line6" |
#define | SFNC_LINESELECTORVALUE_LINE7 "Line7" |
#define | SFNC_LINESELECTORVALUE_CC1 "CC1" |
#define | SFNC_LINESELECTORVALUE_CC2 "CC2" |
#define | SFNC_LINESELECTORVALUE_CC3 "CC3" |
#define | SFNC_LINESELECTORVALUE_CC4 "CC4" |
#define | SFNC_USEROUTPUTSELECTORVALUE_USEROUTPUT0 "UserOutput0" |
#define | SFNC_USEROUTPUTSELECTORVALUE_USEROUTPUT1 "UserOutput1" |
#define | SFNC_USEROUTPUTSELECTORVALUE_USEROUTPUT2 "UserOutput2" |
#define | SFNC_USEROUTPUTSELECTORVALUE_USEROUTPUT3 "UserOutput3" |
#define | SFNC_COUNTERSELECTORVALUE_COUNTER1 "Counter1" |
#define | SFNC_COUNTERSELECTORVALUE_COUNTER2 "Counter2" |
#define | SFNC_COUNTERSELECTORVALUE_COUNTER3 "Counter3" |
#define | SFNC_COUNTERSELECTORVALUE_COUNTER4 "Counter4" |
#define | SFNC_COUNTERSELECTORVALUE_COUNTER5 "Counter5" |
#define | SFNC_COUNTERSELECTORVALUE_COUNTER6 "Counter6" |
#define | SFNC_COUNTERSELECTORVALUE_COUNTER7 "Counter7" |
#define | SFNC_COUNTERSELECTORVALUE_COUNTER8 "Counter8" |
#define | SFNC_TIMERSELECTORVALUE_TIMER1 "Timer1" |
#define | SFNC_TIMERSELECTORVALUE_TIMER2 "Timer2" |
#define | SFNC_TIMERSELECTORVALUE_TIMER3 "Timer3" |
#define | SFNC_TIMERSELECTORVALUE_TIMER4 "Timer4" |
#define | SFNC_TIMERSELECTORVALUE_TIMER5 "Timer5" |
#define | SFNC_TIMERSELECTORVALUE_TIMER6 "Timer6" |
#define | SFNC_TIMERSELECTORVALUE_TIMER7 "Timer7" |
#define | SFNC_TIMERSELECTORVALUE_TIMER8 "Timer8" |
#define | SFNC_EVENTSELECTORVALUE_ACQUISITIONTRIGGER "AcquisitionTrigger" |
#define | SFNC_EVENTSELECTORVALUE_ACQUISITIONSTART "AcquisitionStart" |
#define | SFNC_EVENTSELECTORVALUE_ACQUISITIONEND "AcquisitionEnd" |
#define | SFNC_EVENTSELECTORVALUE_ACQUISITIONTRANSFERSTART "AcquisitionTransferStart" |
#define | SFNC_EVENTSELECTORVALUE_ACQUISITIONTRANSFEREND "AcquisitionTransferEnd" |
#define | SFNC_EVENTSELECTORVALUE_ACQUISITIONERROR "AcquisitionError" |
#define | SFNC_EVENTSELECTORVALUE_FRAMETRIGGER "FrameTrigger" |
#define | SFNC_EVENTSELECTORVALUE_FRAMESTART "FrameStart" |
#define | SFNC_EVENTSELECTORVALUE_FRAMEEND "FrameEnd" |
#define | SFNC_EVENTSELECTORVALUE_FRAMEBURSTSTART "FrameBurstStart" |
#define | SFNC_EVENTSELECTORVALUE_FRAMEBURSTEND "FrameBurstEnd" |
#define | SFNC_EVENTSELECTORVALUE_FRAMETRANSFERSTART "FrameTransferStart" |
#define | SFNC_EVENTSELECTORVALUE_FRAMETRANSFEREND "FrameTransferEnd" |
#define | SFNC_EVENTSELECTORVALUE_EXPOSURESTART "ExposureStart" |
#define | SFNC_EVENTSELECTORVALUE_EXPOSUREEND "ExposureEnd" |
#define | SFNC_EVENTSELECTORVALUE_COUNTER1START "Counter1Start" |
#define | SFNC_EVENTSELECTORVALUE_COUNTER2START "Counter2Start" |
#define | SFNC_EVENTSELECTORVALUE_COUNTER3START "Counter3Start" |
#define | SFNC_EVENTSELECTORVALUE_COUNTER4START "Counter4Start" |
#define | SFNC_EVENTSELECTORVALUE_COUNTER5START "Counter5Start" |
#define | SFNC_EVENTSELECTORVALUE_COUNTER6START "Counter6Start" |
#define | SFNC_EVENTSELECTORVALUE_COUNTER7START "Counter7Start" |
#define | SFNC_EVENTSELECTORVALUE_COUNTER8START "Counter8Start" |
#define | SFNC_EVENTSELECTORVALUE_COUNTER1END "Counter1End" |
#define | SFNC_EVENTSELECTORVALUE_COUNTER2END "Counter2End" |
#define | SFNC_EVENTSELECTORVALUE_COUNTER3END "Counter3End" |
#define | SFNC_EVENTSELECTORVALUE_COUNTER4END "Counter4End" |
#define | SFNC_EVENTSELECTORVALUE_COUNTER5END "Counter5End" |
#define | SFNC_EVENTSELECTORVALUE_COUNTER6END "Counter6End" |
#define | SFNC_EVENTSELECTORVALUE_COUNTER7END "Counter7End" |
#define | SFNC_EVENTSELECTORVALUE_COUNTER8END "Counter8End" |
#define | SFNC_EVENTSELECTORVALUE_TIMER1START "Timer1Start" |
#define | SFNC_EVENTSELECTORVALUE_TIMER2START "Timer2Start" |
#define | SFNC_EVENTSELECTORVALUE_TIMER3START "Timer3Start" |
#define | SFNC_EVENTSELECTORVALUE_TIMER4START "Timer4Start" |
#define | SFNC_EVENTSELECTORVALUE_TIMER5START "Timer5Start" |
#define | SFNC_EVENTSELECTORVALUE_TIMER6START "Timer6Start" |
#define | SFNC_EVENTSELECTORVALUE_TIMER7START "Timer7Start" |
#define | SFNC_EVENTSELECTORVALUE_TIMER8START "Timer8Start" |
#define | SFNC_EVENTSELECTORVALUE_TIMER1END "Timer1End" |
#define | SFNC_EVENTSELECTORVALUE_TIMER2END "Timer2End" |
#define | SFNC_EVENTSELECTORVALUE_TIMER3END "Timer3End" |
#define | SFNC_EVENTSELECTORVALUE_TIMER4END "Timer4End" |
#define | SFNC_EVENTSELECTORVALUE_TIMER5END "Timer5End" |
#define | SFNC_EVENTSELECTORVALUE_TIMER6END "Timer6End" |
#define | SFNC_EVENTSELECTORVALUE_TIMER7END "Timer7End" |
#define | SFNC_EVENTSELECTORVALUE_TIMER8END "Timer8End" |
#define | SFNC_EVENTSELECTORVALUE_LINE0RISINGEDGE "Line0RisingEdge" |
#define | SFNC_EVENTSELECTORVALUE_LINE1RISINGEDGE "Line1RisingEdge" |
#define | SFNC_EVENTSELECTORVALUE_LINE2RISINGEDGE "Line2RisingEdge" |
#define | SFNC_EVENTSELECTORVALUE_LINE3RISINGEDGE "Line3RisingEdge" |
#define | SFNC_EVENTSELECTORVALUE_LINE4RISINGEDGE "Line4RisingEdge" |
#define | SFNC_EVENTSELECTORVALUE_LINE5RISINGEDGE "Line5RisingEdge" |
#define | SFNC_EVENTSELECTORVALUE_LINE6RISINGEDGE "Line6RisingEdge" |
#define | SFNC_EVENTSELECTORVALUE_LINE7RISINGEDGE "Line7RisingEdge" |
#define | SFNC_EVENTSELECTORVALUE_LINE0FALLINGEDGE "Line0FallingEdge" |
#define | SFNC_EVENTSELECTORVALUE_LINE1FALLINGEDGE "Line1FallingEdge" |
#define | SFNC_EVENTSELECTORVALUE_LINE2FALLINGEDGE "Line2FallingEdge" |
#define | SFNC_EVENTSELECTORVALUE_LINE3FALLINGEDGE "Line3FallingEdge" |
#define | SFNC_EVENTSELECTORVALUE_LINE4FALLINGEDGE "Line4FallingEdge" |
#define | SFNC_EVENTSELECTORVALUE_LINE5FALLINGEDGE "Line5FallingEdge" |
#define | SFNC_EVENTSELECTORVALUE_LINE6FALLINGEDGE "Line6FallingEdge" |
#define | SFNC_EVENTSELECTORVALUE_LINE7FALLINGEDGE "Line7FallingEdge" |
#define | SFNC_EVENTSELECTORVALUE_LINE0ANYEDGE "Line0AnyEdge" |
#define | SFNC_EVENTSELECTORVALUE_LINE1ANYEDGE "Line1AnyEdge" |
#define | SFNC_EVENTSELECTORVALUE_LINE2ANYEDGE "Line2AnyEdge" |
#define | SFNC_EVENTSELECTORVALUE_LINE3ANYEDGE "Line3AnyEdge" |
#define | SFNC_EVENTSELECTORVALUE_LINE4ANYEDGE "Line4AnyEdge" |
#define | SFNC_EVENTSELECTORVALUE_LINE5ANYEDGE "Line5AnyEdge" |
#define | SFNC_EVENTSELECTORVALUE_LINE6ANYEDGE "Line6AnyEdge" |
#define | SFNC_EVENTSELECTORVALUE_LINE7ANYEDGE "Line7AnyEdge" |
#define | SFNC_EVENTSELECTORVALUE_ERROR "Error" |
#define | SFNC_EVENTSELECTORVALUE_ERRORS "Errors" |
#define | SFNC_GAINSELECTORVALUE_ALL "All" |
#define | SFNC_GAINSELECTORVALUE_RED "Red" |
#define | SFNC_GAINSELECTORVALUE_GREEN "Green" |
#define | SFNC_GAINSELECTORVALUE_BLUE "Blue" |
#define | SFNC_GAINSELECTORVALUE_Y "Y" |
#define | SFNC_GAINSELECTORVALUE_U "U" |
#define | SFNC_GAINSELECTORVALUE_V "V" |
#define | SFNC_GAINSELECTORVALUE_TAP1 "Tap1" |
#define | SFNC_GAINSELECTORVALUE_TAP2 "Tap2" |
#define | SFNC_GAINSELECTORVALUE_TAP3 "Tap3" |
#define | SFNC_GAINSELECTORVALUE_TAP4 "Tap4" |
#define | SFNC_GAINSELECTORVALUE_TAP5 "Tap5" |
#define | SFNC_GAINSELECTORVALUE_TAP6 "Tap6" |
#define | SFNC_GAINSELECTORVALUE_TAP7 "Tap7" |
#define | SFNC_GAINSELECTORVALUE_TAP8 "Tap8" |
#define | SFNC_GAINSELECTORVALUE_ANALOGALL "AnalogAll" |
#define | SFNC_GAINSELECTORVALUE_ANALOGRED "AnalogRed" |
#define | SFNC_GAINSELECTORVALUE_ANALOGGREEN "AnalogGreen" |
#define | SFNC_GAINSELECTORVALUE_ANALOGBLUE "AnalogBlue" |
#define | SFNC_GAINSELECTORVALUE_ANALOGY "AnalogY" |
#define | SFNC_GAINSELECTORVALUE_ANALOGU "AnalogU" |
#define | SFNC_GAINSELECTORVALUE_ANALOGV "AnalogV" |
#define | SFNC_GAINSELECTORVALUE_ANALOGTAP1 "AnalogTap1" |
#define | SFNC_GAINSELECTORVALUE_ANALOGTAP2 "AnalogTap2" |
#define | SFNC_GAINSELECTORVALUE_ANALOGTAP3 "AnalogTap3" |
#define | SFNC_GAINSELECTORVALUE_ANALOGTAP4 "AnalogTap4" |
#define | SFNC_GAINSELECTORVALUE_ANALOGTAP5 "AnalogTap5" |
#define | SFNC_GAINSELECTORVALUE_ANALOGTAP6 "AnalogTap6" |
#define | SFNC_GAINSELECTORVALUE_ANALOGTAP7 "AnalogTap7" |
#define | SFNC_GAINSELECTORVALUE_ANALOGTAP8 "AnalogTap8" |
#define | SFNC_GAINSELECTORVALUE_DIGITALALL "DigitalAll" |
#define | SFNC_GAINSELECTORVALUE_DIGITALRED "DigitalRed" |
#define | SFNC_GAINSELECTORVALUE_DIGITALGREEN "DigitalGreen" |
#define | SFNC_GAINSELECTORVALUE_DIGITALBLUE "DigitalBlue" |
#define | SFNC_GAINSELECTORVALUE_DIGITALY "DigitalY" |
#define | SFNC_GAINSELECTORVALUE_DIGITALU "DigitalU" |
#define | SFNC_GAINSELECTORVALUE_DIGITALV "DigitalV" |
#define | SFNC_GAINSELECTORVALUE_DIGITALTAP1 "DigitalTap1" |
#define | SFNC_GAINSELECTORVALUE_DIGITALTAP2 "DigitalTap2" |
#define | SFNC_GAINSELECTORVALUE_DIGITALTAP3 "DigitalTap3" |
#define | SFNC_GAINSELECTORVALUE_DIGITALTAP4 "DigitalTap4" |
#define | SFNC_GAINSELECTORVALUE_DIGITALTAP5 "DigitalTap5" |
#define | SFNC_GAINSELECTORVALUE_DIGITALTAP6 "DigitalTap6" |
#define | SFNC_GAINSELECTORVALUE_DIGITALTAP7 "DigitalTap7" |
#define | SFNC_GAINSELECTORVALUE_DIGITALTAP8 "DigitalTap8" |
#define | SFNC_BLACKLEVELSELECTORVALUE_ALL "All" |
#define | SFNC_BLACKLEVELSELECTORVALUE_RED "Red" |
#define | SFNC_BLACKLEVELSELECTORVALUE_GREEN "Green" |
#define | SFNC_BLACKLEVELSELECTORVALUE_BLUE "Blue" |
#define | SFNC_BLACKLEVELSELECTORVALUE_Y "Y" |
#define | SFNC_BLACKLEVELSELECTORVALUE_U "U" |
#define | SFNC_BLACKLEVELSELECTORVALUE_V "V" |
#define | SFNC_BLACKLEVELSELECTORVALUE_TAP1 "Tap1" |
#define | SFNC_BLACKLEVELSELECTORVALUE_TAP2 "Tap2" |
#define | SFNC_BLACKLEVELSELECTORVALUE_TAP3 "Tap3" |
#define | SFNC_BLACKLEVELSELECTORVALUE_TAP4 "Tap4" |
#define | SFNC_BLACKLEVELSELECTORVALUE_TAP5 "Tap5" |
#define | SFNC_BLACKLEVELSELECTORVALUE_TAP6 "Tap6" |
#define | SFNC_BLACKLEVELSELECTORVALUE_TAP7 "Tap7" |
#define | SFNC_BLACKLEVELSELECTORVALUE_TAP8 "Tap8" |
#define | SFNC_WHITECLIPSELECTORVALUE_ALL "All" |
#define | SFNC_WHITECLIPSELECTORVALUE_RED "Red" |
#define | SFNC_WHITECLIPSELECTORVALUE_GREEN "Green" |
#define | SFNC_WHITECLIPSELECTORVALUE_BLUE "Blue" |
#define | SFNC_WHITECLIPSELECTORVALUE_Y "Y" |
#define | SFNC_WHITECLIPSELECTORVALUE_U "U" |
#define | SFNC_WHITECLIPSELECTORVALUE_V "V" |
#define | SFNC_WHITECLIPSELECTORVALUE_TAP1 "Tap1" |
#define | SFNC_WHITECLIPSELECTORVALUE_TAP2 "Tap2" |
#define | SFNC_WHITECLIPSELECTORVALUE_TAP3 "Tap3" |
#define | SFNC_WHITECLIPSELECTORVALUE_TAP4 "Tap4" |
#define | SFNC_WHITECLIPSELECTORVALUE_TAP5 "Tap5" |
#define | SFNC_WHITECLIPSELECTORVALUE_TAP6 "Tap6" |
#define | SFNC_WHITECLIPSELECTORVALUE_TAP7 "Tap7" |
#define | SFNC_WHITECLIPSELECTORVALUE_TAP8 "Tap8" |
#define | SFNC_BALANCERATIOSELECTORVALUE_ALL "All" |
#define | SFNC_BALANCERATIOSELECTORVALUE_RED "Red" |
#define | SFNC_BALANCERATIOSELECTORVALUE_GREEN "Green" |
#define | SFNC_BALANCERATIOSELECTORVALUE_BLUE "Blue" |
#define | SFNC_BALANCERATIOSELECTORVALUE_Y "Y" |
#define | SFNC_BALANCERATIOSELECTORVALUE_U "U" |
#define | SFNC_BALANCERATIOSELECTORVALUE_V "V" |
#define | SFNC_BALANCERATIOSELECTORVALUE_TAP1 "Tap1" |
#define | SFNC_BALANCERATIOSELECTORVALUE_TAP2 "Tap2" |
#define | SFNC_BALANCERATIOSELECTORVALUE_TAP3 "Tap3" |
#define | SFNC_BALANCERATIOSELECTORVALUE_TAP4 "Tap4" |
#define | SFNC_BALANCERATIOSELECTORVALUE_TAP5 "Tap5" |
#define | SFNC_BALANCERATIOSELECTORVALUE_TAP6 "Tap6" |
#define | SFNC_BALANCERATIOSELECTORVALUE_TAP7 "Tap7" |
#define | SFNC_BALANCERATIOSELECTORVALUE_TAP8 "Tap8" |
#define | SFNC_LUTSELECTORVALUE_LUMINANCE "Luminance" |
#define | SFNC_LUTSELECTORVALUE_RED "Red" |
#define | SFNC_LUTSELECTORVALUE_GREEN "Green" |
#define | SFNC_LUTSELECTORVALUE_BLUE "Blue" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_IPCONFIGURATIONLLA "IPConfigurationLLA" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_IPCONFIGURATIONDHCP "IPConfigurationDHCP" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_IPCONFIGURATIONPERSISTENTIP "IPConfigurationPersistentIP" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_STREAMCHANNELSOURCESOCKET "StreamChannelSourceSocket" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_MESSAGECHANNELSOURCESOCKET "MessageChannelSourceSocket" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_COMMANDSCONCATENATION "CommandsConcatenation" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_WRITEMEM "WriteMem" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_PACKETRESEND "PacketResend" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_EVENT "Event" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_EVENTDATA "EventData" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_PENDINGACK "PendingAck" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_ACTION "Action" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_PRIMARYAPPLICATIONSWITCHOVER "PrimaryApplicationSwitchover" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_EXTENDEDSTATUSCODES "ExtendedStatusCodes" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_DISCOVERYACKDELAY "DiscoveryAckDelay" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_DISCOVERYACKDELAYWRITABLE "DiscoveryAckDelayWritable" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_TESTDATA "TestData" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_MANIFESTTABLE "ManifestTable" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_CCPAPPLICATIONSOCKET "CCPApplicationSocket" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_LINKSPEED "LinkSpeed" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_HEARTBEATDISABLE "HeartbeatDisable" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_SERIALNUMBER "SerialNumber" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_USERDEFINEDNAME "UserDefinedName" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_STREAMCHANNEL0BIGANDLITTLEENDIAN "StreamChannel0BigAndLittleEndian" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_STREAMCHANNEL0IPREASSEMBLY "StreamChannel0IPReassembly" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_STREAMCHANNEL0UNCONDITIONALSTREAMING "StreamChannel0UnconditionalStreaming" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_STREAMCHANNEL0EXTENDEDCHUNKDATA "StreamChannel0ExtendedChunkData" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_STREAMCHANNEL1BIGANDLITTLEENDIAN "StreamChannel1BigAndLittleEndian" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_STREAMCHANNEL1IPREASSEMBLY "StreamChannel1IPReassembly" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_STREAMCHANNEL1UNCONDITIONALSTREAMING "StreamChannel1UnconditionalStreaming" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_STREAMCHANNEL1EXTENDEDCHUNKDATA "StreamChannel1ExtendedChunkData" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_STREAMCHANNEL2BIGANDLITTLEENDIAN "StreamChannel2BigAndLittleEndian" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_STREAMCHANNEL2IPREASSEMBLY "StreamChannel2IPReassembly" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_STREAMCHANNEL2UNCONDITIONALSTREAMING "StreamChannel2UnconditionalStreaming" |
#define | SFNC_GEV_SUPPORTEDOPTIONSELECTORVALUE_STREAMCHANNEL2EXTENDEDCHUNKDATA "StreamChannel2ExtendedChunkData" |
#define | SFNC_USERSETSELECTORVALUE_DEFAULT "Default" |
#define | SFNC_USERSETSELECTORVALUE_USERSET1 "UserSet1" |
#define | SFNC_USERSETSELECTORVALUE_USERSET2 "UserSet2" |
#define | SFNC_USERSETSELECTORVALUE_USERSET3 "UserSet3" |
#define | SFNC_USERSETSELECTORVALUE_USERSET4 "UserSet4" |
#define | SFNC_USERSETDEFAULTSELECTORVALUE_DEFAULT "Default" |
#define | SFNC_USERSETDEFAULTSELECTORVALUE_USERSET1 "UserSet1" |
#define | SFNC_USERSETDEFAULTSELECTORVALUE_USERSET2 "UserSet2" |
#define | SFNC_USERSETDEFAULTSELECTORVALUE_USERSET3 "UserSet3" |
#define | SFNC_USERSETDEFAULTSELECTORVALUE_USERSET4 "UserSet4" |
#define | SFNC_CHUNKCOUNTERSELECTORVALUE_COUNTER1 "Counter1" |
#define | SFNC_CHUNKCOUNTERSELECTORVALUE_COUNTER2 "Counter2" |
#define | SFNC_CHUNKCOUNTERSELECTORVALUE_COUNTER3 "Counter3" |
#define | SFNC_CHUNKCOUNTERSELECTORVALUE_COUNTER4 "Counter4" |
#define | SFNC_CHUNKCOUNTERSELECTORVALUE_COUNTER5 "Counter5" |
#define | SFNC_CHUNKCOUNTERSELECTORVALUE_COUNTER6 "Counter6" |
#define | SFNC_CHUNKCOUNTERSELECTORVALUE_COUNTER7 "Counter7" |
#define | SFNC_CHUNKCOUNTERSELECTORVALUE_COUNTER8 "Counter8" |
#define | SFNC_CHUNKTIMERSELECTORVALUE_TIMER1 "Timer1" |
#define | SFNC_CHUNKTIMERSELECTORVALUE_TIMER2 "Timer2" |
#define | SFNC_CHUNKTIMERSELECTORVALUE_TIMER3 "Timer3" |
#define | SFNC_CHUNKTIMERSELECTORVALUE_TIMER4 "Timer4" |
#define | SFNC_CHUNKTIMERSELECTORVALUE_TIMER5 "Timer5" |
#define | SFNC_CHUNKTIMERSELECTORVALUE_TIMER6 "Timer6" |
#define | SFNC_CHUNKTIMERSELECTORVALUE_TIMER7 "Timer7" |
#define | SFNC_CHUNKTIMERSELECTORVALUE_TIMER8 "Timer8" |
#define | SFNC_CHUNKGAINSELECTORVALUE_ALL "All" |
#define | SFNC_CHUNKGAINSELECTORVALUE_RED "Red" |
#define | SFNC_CHUNKGAINSELECTORVALUE_GREEN "Green" |
#define | SFNC_CHUNKGAINSELECTORVALUE_BLUE "Blue" |
#define | SFNC_CHUNKGAINSELECTORVALUE_Y "Y" |
#define | SFNC_CHUNKGAINSELECTORVALUE_U "U" |
#define | SFNC_CHUNKGAINSELECTORVALUE_V "V" |
#define | SFNC_CHUNKGAINSELECTORVALUE_TAP1 "Tap1" |
#define | SFNC_CHUNKGAINSELECTORVALUE_TAP2 "Tap2" |
#define | SFNC_CHUNKGAINSELECTORVALUE_TAP3 "Tap3" |
#define | SFNC_CHUNKGAINSELECTORVALUE_TAP4 "Tap4" |
#define | SFNC_CHUNKGAINSELECTORVALUE_TAP5 "Tap5" |
#define | SFNC_CHUNKGAINSELECTORVALUE_TAP6 "Tap6" |
#define | SFNC_CHUNKGAINSELECTORVALUE_TAP7 "Tap7" |
#define | SFNC_CHUNKGAINSELECTORVALUE_TAP8 "Tap8" |
#define | SFNC_CHUNKGAINSELECTORVALUE_ANALOGALL "AnalogAll" |
#define | SFNC_CHUNKGAINSELECTORVALUE_ANALOGRED "AnalogRed" |
#define | SFNC_CHUNKGAINSELECTORVALUE_ANALOGGREEN "AnalogGreen" |
#define | SFNC_CHUNKGAINSELECTORVALUE_ANALOGBLUE "AnalogBlue" |
#define | SFNC_CHUNKGAINSELECTORVALUE_ANALOGY "AnalogY" |
#define | SFNC_CHUNKGAINSELECTORVALUE_ANALOGU "AnalogU" |
#define | SFNC_CHUNKGAINSELECTORVALUE_ANALOGV "AnalogV" |
#define | SFNC_CHUNKGAINSELECTORVALUE_ANALOGTAP1 "AnalogTap1" |
#define | SFNC_CHUNKGAINSELECTORVALUE_ANALOGTAP2 "AnalogTap2" |
#define | SFNC_CHUNKGAINSELECTORVALUE_ANALOGTAP3 "AnalogTap3" |
#define | SFNC_CHUNKGAINSELECTORVALUE_ANALOGTAP4 "AnalogTap4" |
#define | SFNC_CHUNKGAINSELECTORVALUE_ANALOGTAP5 "AnalogTap5" |
#define | SFNC_CHUNKGAINSELECTORVALUE_ANALOGTAP6 "AnalogTap6" |
#define | SFNC_CHUNKGAINSELECTORVALUE_ANALOGTAP7 "AnalogTap7" |
#define | SFNC_CHUNKGAINSELECTORVALUE_ANALOGTAP8 "AnalogTap8" |
#define | SFNC_CHUNKGAINSELECTORVALUE_DIGITALALL "DigitalAll" |
#define | SFNC_CHUNKGAINSELECTORVALUE_DIGITALRED "DigitalRed" |
#define | SFNC_CHUNKGAINSELECTORVALUE_DIGITALGREEN "DigitalGreen" |
#define | SFNC_CHUNKGAINSELECTORVALUE_DIGITALBLUE "DigitalBlue" |
#define | SFNC_CHUNKGAINSELECTORVALUE_DIGITALY "DigitalY" |
#define | SFNC_CHUNKGAINSELECTORVALUE_DIGITALU "DigitalU" |
#define | SFNC_CHUNKGAINSELECTORVALUE_DIGITALV "DigitalV" |
#define | SFNC_CHUNKGAINSELECTORVALUE_DIGITALTAP1 "DigitalTap1" |
#define | SFNC_CHUNKGAINSELECTORVALUE_DIGITALTAP2 "DigitalTap2" |
#define | SFNC_CHUNKGAINSELECTORVALUE_DIGITALTAP3 "DigitalTap3" |
#define | SFNC_CHUNKGAINSELECTORVALUE_DIGITALTAP4 "DigitalTap4" |
#define | SFNC_CHUNKGAINSELECTORVALUE_DIGITALTAP5 "DigitalTap5" |
#define | SFNC_CHUNKGAINSELECTORVALUE_DIGITALTAP6 "DigitalTap6" |
#define | SFNC_CHUNKGAINSELECTORVALUE_DIGITALTAP7 "DigitalTap7" |
#define | SFNC_CHUNKGAINSELECTORVALUE_DIGITALTAP8 "DigitalTap8" |
#define | SFNC_CHUNKBLACKLEVELSELECTORVALUE_ALL "All" |
#define | SFNC_CHUNKBLACKLEVELSELECTORVALUE_RED "Red" |
#define | SFNC_CHUNKBLACKLEVELSELECTORVALUE_GREEN "Green" |
#define | SFNC_CHUNKBLACKLEVELSELECTORVALUE_BLUE "Blue" |
#define | SFNC_CHUNKBLACKLEVELSELECTORVALUE_Y "Y" |
#define | SFNC_CHUNKBLACKLEVELSELECTORVALUE_U "U" |
#define | SFNC_CHUNKBLACKLEVELSELECTORVALUE_V "V" |
#define | SFNC_CHUNKBLACKLEVELSELECTORVALUE_TAP1 "Tap1" |
#define | SFNC_CHUNKBLACKLEVELSELECTORVALUE_TAP2 "Tap2" |
#define | SFNC_CHUNKBLACKLEVELSELECTORVALUE_TAP3 "Tap3" |
#define | SFNC_CHUNKBLACKLEVELSELECTORVALUE_TAP4 "Tap4" |
#define | SFNC_CHUNKBLACKLEVELSELECTORVALUE_TAP5 "Tap5" |
#define | SFNC_CHUNKBLACKLEVELSELECTORVALUE_TAP6 "Tap6" |
#define | SFNC_CHUNKBLACKLEVELSELECTORVALUE_TAP7 "Tap7" |
#define | SFNC_CHUNKBLACKLEVELSELECTORVALUE_TAP8 "Tap8" |
#define | SFNC_FILESELECTORVALUE_USERSETDEFAULT "UserSetDefault" |
#define | SFNC_FILESELECTORVALUE_USERSET1 "UserSet1" |
#define | SFNC_FILESELECTORVALUE_USERSET2 "UserSet2" |
#define | SFNC_FILESELECTORVALUE_USERSET3 "UserSet3" |
#define | SFNC_FILESELECTORVALUE_USERSET4 "UserSet4" |
#define | SFNC_FILESELECTORVALUE_LUTLUMINANCE "LUTLuminance" |
#define | SFNC_FILESELECTORVALUE_LUTRED "LUTRed" |
#define | SFNC_FILESELECTORVALUE_LUTGREEN "LUTGreen" |
#define | SFNC_FILESELECTORVALUE_LUTBLUE "LUTBlue" |
#define | SFNC_FILEOPERATIONSELECTORVALUE_OPEN "Open" |
#define | SFNC_FILEOPERATIONSELECTORVALUE_CLOSE "Close" |
#define | SFNC_FILEOPERATIONSELECTORVALUE_READ "Read" |
#define | SFNC_FILEOPERATIONSELECTORVALUE_WRITE "Write" |
#define | SFNC_FILEOPERATIONSELECTORVALUE_DELETE "Delete" |
#define | SFNC_COLORTRANSFORMATIONSELECTORVALUE_RGBTORGB "RGBtoRGB" |
#define | SFNC_COLORTRANSFORMATIONSELECTORVALUE_RGBTOYUV "RGBtoYUV" |
#define | SFNC_COLORTRANSFORMATIONVALUESELECTORVALUE_Gain00 "Gain00" |
#define | SFNC_COLORTRANSFORMATIONVALUESELECTORVALUE_Gain01 "Gain01" |
#define | SFNC_COLORTRANSFORMATIONVALUESELECTORVALUE_Gain02 "Gain02" |
#define | SFNC_COLORTRANSFORMATIONVALUESELECTORVALUE_Gain10 "Gain10" |
#define | SFNC_COLORTRANSFORMATIONVALUESELECTORVALUE_Gain11 "Gain11" |
#define | SFNC_COLORTRANSFORMATIONVALUESELECTORVALUE_Gain12 "Gain12" |
#define | SFNC_COLORTRANSFORMATIONVALUESELECTORVALUE_Gain20 "Gain20" |
#define | SFNC_COLORTRANSFORMATIONVALUESELECTORVALUE_Gain21 "Gain21" |
#define | SFNC_COLORTRANSFORMATIONVALUESELECTORVALUE_Gain22 "Gain22" |
#define | SFNC_COLORTRANSFORMATIONVALUESELECTORVALUE_Offset0 "Offset0" |
#define | SFNC_COLORTRANSFORMATIONVALUESELECTORVALUE_Offset1 "Offset1" |
#define | SFNC_COLORTRANSFORMATIONVALUESELECTORVALUE_Offset2 "Offset2" |
Copyright 2014-2018 Baumer Optronic
Definition in file bgapi2_featurenames.h.
#define GENTL_SFNC_DEVICEID "DeviceID" |
Interface wide unique identifier of the selected device. This value only changes on execution of the DeviceUpdateList command.
Interface wide unique identifier of the selected device.
Definition at line 1089 of file bgapi2_featurenames.h.
#define GENTL_SFNC_DEVICEID "DeviceID" |
Interface wide unique identifier of the selected device. This value only changes on execution of the DeviceUpdateList command.
Interface wide unique identifier of the selected device.
Definition at line 1089 of file bgapi2_featurenames.h.
#define GENTL_SFNC_DEVICEMODELNAME "DeviceModelName" |
Name of the device model. This value only changes on execution of the DeviceUpdateList command.
Name of the device model.
Definition at line 1095 of file bgapi2_featurenames.h.
#define GENTL_SFNC_DEVICEMODELNAME "DeviceModelName" |
Name of the device model. This value only changes on execution of the DeviceUpdateList command.
Name of the device model.
Definition at line 1095 of file bgapi2_featurenames.h.
#define GENTL_SFNC_DEVICEVENDORNAME "DeviceVendorName" |
Name of the device vendor. This value only changes on execution of the DeviceUpdateList command.
Name of the device vendor.
Definition at line 1092 of file bgapi2_featurenames.h.
#define GENTL_SFNC_DEVICEVENDORNAME "DeviceVendorName" |
Name of the device vendor. This value only changes on execution of the DeviceUpdateList command.
Name of the device vendor.
Definition at line 1092 of file bgapi2_featurenames.h.
#define GENTL_SFNC_GEVINTERFACEMACADDRESS "GevInterfaceMACAddress" |
48-bit MAC address of the selected interface. Note that for a GenTL Producer implementation supporting GigE Vision this feature is mandatory.
48-bit MAC address of this interface. Note that for a GenTL Producer implementation supporting GigE Vision this feature is mandatory.
Definition at line 1072 of file bgapi2_featurenames.h.
#define GENTL_SFNC_GEVINTERFACEMACADDRESS "GevInterfaceMACAddress" |
48-bit MAC address of the selected interface. Note that for a GenTL Producer implementation supporting GigE Vision this feature is mandatory.
48-bit MAC address of this interface. Note that for a GenTL Producer implementation supporting GigE Vision this feature is mandatory.
Definition at line 1072 of file bgapi2_featurenames.h.
Jan, 14 2020
Baumer Optronic GmbH,
Badstrasse 30, 01454 D-Radeberg, Tel:+49-3528-4386-0, Fax:+49-3528-4386-86,
Email:support.cameras@baumer.com