Skip to content

Pylon::CBaslerUniversalInstantCamera#

Module: Instant Camera / Universal Instant Camera for All Basler Devices

Extends the CInstantCamera by universal parameter interface classes combining all interface types.

#include <pylon/BaslerUniversalInstantCamera.h>

Inherits from Pylon::CDeviceSpecificInstantCameraT< CBaslerUniversalInstantCameraTraits >, Pylon::CInstantCamera, CameraParams_t, Basler_InstantCameraParams::CInstantCameraParams_Params, Basler_InstantCameraParams::CInstantCameraParams_Params_v7_4_0

Public Types#

Name
typedef Basler_UniversalCameraParams::CUniversalCameraParams_Params CameraParams_t
A parameter class containing all parameters as members that are available for Basler camera devices.
typedef CNodeMapProxyT< Basler_UniversalTLParams::CUniversalTLParams_Params > TlParams_t
A parameter class containing all parameters as members that are available for pylon device transport layers.
typedef CNodeMapProxyT< Basler_UniversalStreamParams::CUniversalStreamParams_Params > StreamGrabberParams_t
The parameters of the universal stream grabber.
typedef CNodeMapProxyT< Basler_UniversalEventParams::CUniversalEventParams_Params > EventGrabberParams_t
The parameters of the universal event grabber.

Public Functions#

Name
CBaslerUniversalInstantCamera()
Creates an Instant Camera object with no attached Pylon device.
CBaslerUniversalInstantCamera(IPylonDevice * pDevice, ECleanup cleanupProcedure =Cleanup_Delete)
Creates an Instant Camera object and calls Attach().
~CBaslerUniversalInstantCamera()
Destroys an Instant Camera object.
void ChangeIpConfiguration(bool EnablePersistentIp, bool EnableDhcp)
Enables/disables use of persistent IP address and DHCP usage of the attached Pylon Device.
void GetPersistentIpAddress(String_t & IpAddress, String_t & SubnetMask, String_t & DefaultGateway)
Reads the persistent IP address from the attached Pylon Device.
void SetPersistentIpAddress(const String_t & IpAddress, const String_t & SubnetMask, const String_t & DefaultGateway)
Writes a persistent IP address to the attached Pylon Device.
virtual void Attach(IPylonDevice * pDevice, ECleanup cleanupProcedure =Cleanup_Delete)
Attaches a Pylon device to the Instant Camera.
virtual void DestroyDevice()
Destroys the attached Pylon device.
virtual IPylonDevice * DetachDevice()
Detaches an attached Pylon device.
virtual void Open()
Opens the attached Pylon device.
virtual void Close()
Closes the attached Pylon device.
virtual bool RetrieveResult(unsigned int timeoutMs, typename CBaslerUniversalInstantCameraTraits::GrabResultPtr_t & grabResult, ETimeoutHandling timeoutHandling =TimeoutHandling_ThrowException)
Retrieves a grab result according to the strategy, waits if it is not yet available.
virtual bool RetrieveResult(unsigned int timeoutMs, CGrabResultPtr & grabResult, ETimeoutHandling timeoutHandling =TimeoutHandling_ThrowException)
Retrieves a grab result according to the strategy, waits if it is not yet available.
virtual bool GrabOne(unsigned int timeoutMs, typename CBaslerUniversalInstantCameraTraits::GrabResultPtr_t & grabResult, ETimeoutHandling timeoutHandling =TimeoutHandling_ThrowException)
Grabs one image.
virtual bool GrabOne(unsigned int timeoutMs, CGrabResultPtr & grabResult, ETimeoutHandling timeoutHandling =TimeoutHandling_ThrowException)
Grabs one image.
virtual void RegisterConfiguration(typename CBaslerUniversalInstantCameraTraits::ConfigurationEventHandler_t * pConfigurator, ERegistrationMode mode, ECleanup cleanupProcedure)
Adds a configurator to the list of registered configurator objects.
virtual void RegisterConfiguration(CConfigurationEventHandler * pConfigurator, ERegistrationMode mode, ECleanup cleanupProcedure)
Adds a configurator to the list of registered configurator objects.
virtual bool DeregisterConfiguration(typename CBaslerUniversalInstantCameraTraits::ConfigurationEventHandler_t * configurator)
Removes a configurator from the list of registered configurator objects.
virtual bool DeregisterConfiguration(CConfigurationEventHandler * configurator)
Removes a configurator from the list of registered configurator objects.
virtual void RegisterImageEventHandler(typename CBaslerUniversalInstantCameraTraits::ImageEventHandler_t * pImageEventHandler, ERegistrationMode mode, ECleanup cleanupProcedure)
Adds an image event handler to the list of registered image event handler objects.
virtual void RegisterImageEventHandler(CImageEventHandler * pImageEventHandler, ERegistrationMode mode, ECleanup cleanupProcedure)
Adds an image event handler to the list of registered image event handler objects.
virtual bool DeregisterImageEventHandler(typename CBaslerUniversalInstantCameraTraits::ImageEventHandler_t * imageEventHandler)
Removes an image event handler from the list of registered image event handler objects.
virtual bool DeregisterImageEventHandler(CImageEventHandler * imageEventHandler)
Removes an image event handler from the list of registered image event handler objects.
virtual void RegisterCameraEventHandler(typename CBaslerUniversalInstantCameraTraits::CameraEventHandler_t * pCameraEventHandler, const String_t & nodeName, intptr_t userProvidedId, ERegistrationMode mode, ECleanup cleanupProcedure, ECameraEventAvailability availability =CameraEventAvailability_Mandatory)
Adds an camera event handler to the list of registered camera event handler objects.
virtual void RegisterCameraEventHandler(CCameraEventHandler * pCameraEventHandler, const String_t & nodeName, intptr_t userProvidedId, ERegistrationMode mode, ECleanup cleanupProcedure, ECameraEventAvailability availability =CameraEventAvailability_Mandatory)
Adds an camera event handler to the list of registered camera event handler objects.
virtual bool DeregisterCameraEventHandler(typename CBaslerUniversalInstantCameraTraits::CameraEventHandler_t * cameraEventHandler, const String_t & nodeName)
Removes a camera event handler from the list of registered camera event handler objects.
virtual bool DeregisterCameraEventHandler(CCameraEventHandler * cameraEventHandler, const String_t & nodeName)
Removes a camera event handler from the list of registered camera event handler objects.
virtual const CBaslerUniversalInstantCameraTraits::DeviceInfo_t & GetDeviceInfo() const
Provides access to the device info object of the attached Pylon device or an empty one.
virtual CBaslerUniversalInstantCameraTraits::TlParams_t & GetTLParams()
Provides access to the transport layer parameters of the attached Pylon Device.
virtual CBaslerUniversalInstantCameraTraits::StreamGrabberParams_t & GetStreamGrabberParams()
Provides access to the stream grabber parameters of the attached Pylon Device.
virtual CBaslerUniversalInstantCameraTraits::EventGrabberParams_t & GetEventGrabberParams()
Provides access to the event grabber parameters of the attached Pylon Device.
virtual bool IsPylonDeviceAttached() const
Returns the Pylon device attached state of the Instant Camera object.
virtual bool IsCameraDeviceRemoved() const
Returns the connection state of the camera device.
virtual bool HasOwnership() const
Returns the ownership of the attached Pylon device.
virtual bool IsOpen() const
Returns the open state of the attached Pylon device object.
virtual void StartGrabbing(EGrabStrategy strategy =GrabStrategy_OneByOne, EGrabLoop grabLoopType =GrabLoop_ProvidedByUser)
Starts the grabbing of images.
virtual void StartGrabbing(size_t maxImages, EGrabStrategy strategy =GrabStrategy_OneByOne, EGrabLoop grabLoopType =GrabLoop_ProvidedByUser)
Starts the grabbing for a maximum number of images.
virtual void StopGrabbing()
Stops the grabbing of images.
virtual bool IsGrabbing() const
Returns state of grabbing.
virtual size_t GetQueuedBufferCount()
Deprecated: This method has been deprecated.
virtual const WaitObject & GetGrabResultWaitObject()
Provides access to a wait object indicating available grab results.
virtual const WaitObject & GetGrabStopWaitObject()
Provides access to a wait object indicating that the grabbing has stopped.
virtual const WaitObject & GetCameraEventWaitObject()
Provides access to a wait object indicating available camera events.
virtual bool WaitForFrameTriggerReady(unsigned int timeoutMs, ETimeoutHandling timeoutHandling =TimeoutHandling_ThrowException)
Actively waits until the the camera is ready to accept a frame trigger.
virtual bool CanWaitForFrameTriggerReady() const
Checks to see whether the camera device can be queried whether it is ready to accept the next frame trigger.
virtual void ExecuteSoftwareTrigger()
Executes the software trigger command.
virtual void SetCameraContext(intptr_t context)
Sets a context that is attached to each grab result of the camera object on RetrieveResult().
virtual intptr_t GetCameraContext() const
Returns the context that is attached to each grab result of the camera object.
virtual GenApi::INodeMap & GetNodeMap()
Provides access to the node map of the camera device.
virtual GenApi::INodeMap & GetTLNodeMap()
Provides access to the transport layer node map of the attached Pylon device.
virtual GenApi::INodeMap & GetStreamGrabberNodeMap()
Provides access to the stream grabber node map of the attached Pylon device.
virtual GenApi::INodeMap & GetEventGrabberNodeMap()
Provides access to the event grabber node map of the attached Pylon device.
virtual GenApi::INodeMap & GetInstantCameraNodeMap()
Provides access to the node map of the Instant Camera object.
virtual void SetBufferFactory(IBufferFactory * pFactory, ECleanup cleanupProcedure =Cleanup_Delete)
Sets an alternative buffer factory that is used for buffer allocation.
virtual bool IsGigE() const
Returns true if a GigE Pylon device is attached to the Instant Camera object.
virtual bool IsUsb() const
Returns true if a USB Pylon device is attached to the Instant Camera object.
virtual bool IsCameraLink() const
Returns true if a Camera Link Pylon device is attached to the Instant Camera object.
virtual bool IsCxp() const
Returns true if a CoaXPress GenTL device is attached to the Instant Camera object.
VersionInfo GetSfncVersion() const
Returns the SFNC version read from the camera node map.
bool HasSpecificDeviceClass()
Can be used to check whether the DeviceClass() can be used for enumeration.
String_t DeviceClass()
The name of this device class. Use this one for enumeration.

Protected Functions#

Name
virtual CGrabResultData * CreateDeviceSpecificGrabResultData()
virtual IPylonDevice * GetDevice()
Provides access to the attached Pylon device.
CLock & GetLock()
Provides access to the lock used for synchronizing the access to the camera.

Public Attributes#

Name
Pylon::ICommandEx & AcquisitionAbort
Aborts the acquisition of images - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::IBooleanEx & AcquisitionFrameRateEnable
Enables setting the camera's acquisition frame rate to a specified value - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, dart 2 USB and dart MIPI.
Pylon::IBooleanEx & AcquisitionIdle
A check determines whether the camera is currently idle - Applies to: GigE and ace USB.
Pylon::IEnumParameterT< AcquisitionModeEnums > & AcquisitionMode
Sets the image acquisition mode - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::ICommandEx & AcquisitionStart
Starts the acquisition of images - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IBooleanEx & AcquisitionStatus
Indicates whether the camera is waiting for trigger signals - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< AcquisitionStatusSelectorEnums > & AcquisitionStatusSelector
Sets the signal whose status you want to check - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::ICommandEx & AcquisitionStop
Stops the acquisition of images - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IEnumParameterT< ExposureAutoEnums > & ExposureAuto
Sets the operation mode of the Exposure Auto auto function - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IEnumParameterT< ExposureModeEnums > & ExposureMode
Sets the exposure mode - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IEnumParameterT< ExposureOverlapTimeModeEnums > & ExposureOverlapTimeMode
Sets the exposure overlap time mode - Applies to: GigE and ace USB.
Pylon::IFloatEx & ExposureTimeAbs
Exposure time of the camera in microseconds - Applies to: CamEmu, CameraLink and GigE.
Pylon::IFloatEx & ExposureTimeBaseAbs
Timebase (in microseconds) that the camera uses when the exposure time is specified using the Exposure Time (Raw) parameter - Applies to: CamEmu, CameraLink and GigE.
Pylon::IEnumParameterT< ExposureTimeModeEnums > & ExposureTimeMode
Sets the exposure time mode - Applies to: GigE and ace USB.
Pylon::IIntegerEx & ExposureTimeRaw
Exposure time of the camera (raw value) - Applies to: CamEmu, CameraLink and GigE.
Pylon::IFloatEx & ResultingFrameRateAbs
Maximum frame acquisition rate with current camera settings - Applies to: CamEmu, CameraLink and GigE.
Pylon::IEnumParameterT< SensorReadoutModeEnums > & SensorReadoutMode
Sets the sensor readout mode - Applies to: GigE and ace USB.
Pylon::IEnumParameterT< ShutterModeEnums > & ShutterMode
Sets the shutter mode of the camera - Applies to: CameraLink, GigE and ace USB.
Pylon::IBooleanEx & SyncFreeRunTimerEnable
Enables the synchronous free run mode - Applies to: GigE and blaze.
Pylon::IIntegerEx & SyncFreeRunTimerStartTimeHigh
High 32 bits of the synchronous free run trigger start time - Applies to: GigE and blaze.
Pylon::IIntegerEx & SyncFreeRunTimerStartTimeLow
Low 32 bits of the synchronous free run trigger start time - Applies to: GigE and blaze.
Pylon::ICommandEx & SyncFreeRunTimerUpdate
Updates synchronous free run settings - Applies to: GigE and blaze.
Pylon::IEnumParameterT< TriggerActivationEnums > & TriggerActivation
Sets the type of signal transition that will activate the selected trigger - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IEnumParameterT< TriggerModeEnums > & TriggerMode
Sets the mode for the currently selected trigger - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IEnumParameterT< TriggerSelectorEnums > & TriggerSelector
Sets the trigger type to be configured - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::ICommandEx & TriggerSoftware
Generates a software trigger signal - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IEnumParameterT< TriggerSourceEnums > & TriggerSource
Sets the source signal for the selected trigger - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IIntegerEx & AcquisitionBurstFrameCount
Number of frames to acquire for each Frame Burst Start trigger - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IFloatEx & AcquisitionFrameRate
Acquisition frame rate of the camera in frames per second - Applies to: CamEmu, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IEnumParameterT< BslAcquisitionBurstModeEnums > & BslAcquisitionBurstMode
Sets the burst mode - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< BslAcquisitionStopModeEnums > & BslAcquisitionStopMode
Sets whether Acquisition Stop commands abort exposure - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::IFloatEx & BslEffectiveExposureTime
Current exposure time of the camera in microseconds - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IFloatEx & BslExposureStartDelay
Exposure start delay with current settings - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< BslExposureTimeModeEnums > & BslExposureTimeMode
Sets the exposure time mode - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IEnumParameterT< BslImmediateTriggerModeEnums > & BslImmediateTriggerMode
Enables the Immediate Trigger mode - Applies to: dart USB and pulse USB.
Pylon::IFloatEx & BslResultingAcquisitionFrameRate
Maximum number of frames that can be acquired per second with current camera settings - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::IFloatEx & BslResultingFrameBurstRate
Maximum number of bursts per second with current camera settings - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::IFloatEx & BslResultingTransferFrameRate
Maximum number of frames that can be transferred per second with current camera settings - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< BslSensorBitDepthEnums > & BslSensorBitDepth
Sets the bit depth of the image sensor's data output - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< BslSensorBitDepthModeEnums > & BslSensorBitDepthMode
Sets the sensor bit depth mode - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::ICommandEx & BslSensorOff
Switches the sensor power off - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::ICommandEx & BslSensorOn
Switches the sensor power on - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::ICommandEx & BslSensorStandby
Puts the sensor in standby mode - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IEnumParameterT< BslSensorStateEnums > & BslSensorState
Returns the current power state of the sensor - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< BslTransferBitDepthEnums > & BslTransferBitDepth
Sets the bit depth used for internal image processing - Applies to: boost CoaXPress.
Pylon::IEnumParameterT< BslTransferBitDepthModeEnums > & BslTransferBitDepthMode
Sets the transfer bit depth mode - Applies to: boost CoaXPress.
Pylon::IFloatEx & ExposureOverlapTimeMax
Maximum overlap of the sensor exposure with sensor readout in Trigger Width exposure mode (in microseconds) - Applies to: ace USB.
Pylon::IFloatEx & ExposureTime
Exposure time of the camera in microseconds - Applies to: CamEmu, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IIntegerEx & FrameDuration
Total time required for exposing and reading out all subframes from the sensor - Applies to: blaze.
Pylon::IEnumParameterT< OverlapModeEnums > & OverlapMode
Configures overlapping exposure and image readout - Applies to: dart USB and pulse USB.
Pylon::IIntegerEx & ReadoutTime
Time required for reading out each subframe from the sensor - Applies to: blaze.
Pylon::IIntegerEx & ResetTime
Time during which the sensor is reset before the next subframe is acquired - Applies to: blaze.
Pylon::IFloatEx & ResultingFrameRate
Maximum frame acquisition rate with current camera settings - Applies to: ace USB, boost CoaXPress, dart USB and pulse USB.
Pylon::IFloatEx & SensorReadoutTime
Sensor readout time with current settings - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< SensorShutterModeEnums > & SensorShutterMode
Sets the shutter mode of the camera - Applies to: ace 2 GigE, ace 2 USB, dart 2 USB, dart USB and pulse USB.
Pylon::IIntegerEx & StartupTime
Time that passes between triggering the camera and exposure starting - Applies to: blaze.
Pylon::IFloatEx & TriggerDelay
Trigger delay time in microseconds - Applies to: CamEmu, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart MIPI.
Pylon::IIntegerEx & AcquisitionFrameCount
Number of frames to acquire for each Acquisition Start trigger - Applies to: CameraLink and GigE.
Pylon::IFloatEx & AcquisitionFrameRateAbs
Acquisition frame rate of the camera in frames per second - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< AcquisitionFrameRateEnumEnums > & AcquisitionFrameRateEnum
Applies to: CameraLink.
Pylon::IFloatEx & AcquisitionLineRateAbs
Acquisition line rate of the camera in lines per second - Applies to: CameraLink and GigE.
Pylon::IBooleanEx & EnableBurstAcquisition
Enables Burst Acquisition - Applies to: CameraLink and GigE.
Pylon::IFloatEx & ExposureOverlapTimeMaxAbs
Maximum overlap of the sensor exposure with sensor readout in Trigger Width exposure mode (in microseconds) - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & ExposureOverlapTimeMaxRaw
Maximum overlap of the sensor exposure with sensor readout in Trigger Width exposure mode (raw value) - Applies to: CameraLink and GigE.
Pylon::IFloatEx & ExposureStartDelayAbs
Applies to: CameraLink and GigE.
Pylon::IIntegerEx & ExposureStartDelayRaw
Applies to: CameraLink and GigE.
Pylon::IBooleanEx & ExposureTimeBaseAbsEnable
Enables the use of the exposure timebase - Applies to: CameraLink and GigE.
Pylon::IFloatEx & FrameTimeoutAbs
Frame timeout in microseconds - Applies to: CameraLink and GigE.
Pylon::IBooleanEx & FrameTimeoutEnable
Enables the frame timeout - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< InterlacedIntegrationModeEnums > & InterlacedIntegrationMode
Selects the Interlaced Integration Mode - Applies to: CameraLink and GigE.
Pylon::IFloatEx & ReadoutTimeAbs
Sensor readout time with current settings - Applies to: CameraLink and GigE.
Pylon::IFloatEx & ResultingFramePeriodAbs
Maximum frame acquisition period with current camera settings - Applies to: CameraLink and GigE.
Pylon::IFloatEx & ResultingLinePeriodAbs
Maximum line acquisition period with current camera settings - Applies to: CameraLink and GigE.
Pylon::IFloatEx & ResultingLineRateAbs
Maximum line acquisition rate with current camera settings - Applies to: CameraLink and GigE.
Pylon::IFloatEx & SyncFreeRunTimerTriggerRateAbs
Synchronous free run trigger rate - Applies to: GigE.
Pylon::IEnumParameterT< TriggerControlImplementationEnums > & TriggerControlImplementation
Sets the image acquisition control mode - Applies to: CameraLink and GigE.
Pylon::IFloatEx & TriggerDelayAbs
Trigger delay time in microseconds - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & TriggerDelayLineTriggerCount
Trigger delay as number of line triggers - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< TriggerDelaySourceEnums > & TriggerDelaySource
Sets the kind of trigger delay - Applies to: CameraLink and GigE.
Pylon::IBooleanEx & TriggerPartialClosingFrame
Determines whether a partial or a complete frame is transmitted when the Frame Start trigger signal transitions prematurely - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & AcquisitionStartEventStreamChannelIndex
Stream channel index of the Acquisition Start event - Applies to: GigE.
Pylon::IIntegerEx & AcquisitionStartEventTimestamp
Timestamp of the Acquisition Start event - Applies to: GigE.
Pylon::IIntegerEx & AcquisitionStartOvertriggerEventStreamChannelIndex
Stream channel index of the Acquisition Start Overtrigger event - Applies to: GigE.
Pylon::IIntegerEx & AcquisitionStartOvertriggerEventTimestamp
Timestamp of the Acquisition Start Overtrigger event - Applies to: GigE.
Pylon::IIntegerEx & AcquisitionStartWaitEventStreamChannelIndex
Stream channel index of the Acquisition Start Wait event - Applies to: GigE.
Pylon::IIntegerEx & AcquisitionStartWaitEventTimestamp
Timestamp of the Acquisition Start Wait event - Applies to: GigE.
Pylon::IIntegerEx & AcquisitionWaitEventStreamChannelIndex
Stream channel index of the Acquisition Wait event - Applies to: GigE.
Pylon::IIntegerEx & AcquisitionWaitEventTimestamp
Timestamp of an Acquisition Wait event - Applies to: GigE.
Pylon::IIntegerEx & ActionCommandCount
Number of separate action signals supported by the camera - Applies to: GigE.
Pylon::IIntegerEx & ActionDeviceKey
Device key used for action commands - Applies to: GigE and ace 2 GigE.
Pylon::IIntegerEx & ActionGroupKey
Group key used for action commands - Applies to: GigE and ace 2 GigE.
Pylon::IIntegerEx & ActionGroupMask
Group mask used for action commands - Applies to: GigE and ace 2 GigE.
Pylon::IIntegerEx & ActionQueueSize
Number of action commands that can be queued by the camera - Applies to: ace 2 GigE.
Pylon::IIntegerEx & ActionSelector
Action command to be configured - Applies to: GigE and ace 2 GigE.
Pylon::IIntegerEx & NumberOfActionSignals
Number of separate action signals supported by the camera - Applies to: GigE.
Pylon::IIntegerEx & ActionLateEventStreamChannelIndex
Stream channel index of the Action Late event - Applies to: GigE.
Pylon::IIntegerEx & ActionLateEventTimestamp
Timestamp of the Action Late event - Applies to: GigE.
Pylon::IFloatEx & AutoBacklightCompensation
Backlight compensation to be applied - Applies to: dart USB and pulse USB.
Pylon::IFloatEx & AutoTargetBrightness
Target brightness for the Gain Auto and the Exposure Auto auto functions - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart USB and pulse USB.
Pylon::IFloatEx & AutoTargetBrightnessDamping
Brightness adjustment damping factor to be applied - Applies to: dart USB and pulse USB.
Pylon::IFloatEx & AutoExposureTimeAbsLowerLimit
Lower limit of the Exposure Time parameter when the Exposure Auto auto function is active - Applies to: CameraLink and GigE.
Pylon::IFloatEx & AutoExposureTimeAbsUpperLimit
Upper limit of the Exposure Time parameter when the Exposure Auto auto function is active - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & AutoExposureTimeLowerLimitRaw
Lower limit of the Exposure Time parameter when the Exposure Auto auto function is active (raw value) - Applies to: GigE.
Pylon::IIntegerEx & AutoExposureTimeUpperLimitRaw
Upper limit of the Exposure Time parameter when the Exposure Auto auto function is active (raw value) - Applies to: GigE.
Pylon::IIntegerEx & AutoGainRawLowerLimit
Lower limit of the Gain parameter when the Gain Auto auto function is active (raw value) - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & AutoGainRawUpperLimit
Upper limit of the Gain parameter when the Gain Auto auto function is active (raw value) - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & AutoTargetValue
Target brightness for the Gain Auto and the Exposure Auto auto functions - Applies to: CameraLink and GigE.
Pylon::IFloatEx & BalanceWhiteAdjustmentDampingAbs
Balance White adjustment damping factor to be applied - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & BalanceWhiteAdjustmentDampingRaw
Balance White adjustment damping factor to be applied (raw value) - Applies to: CameraLink and GigE.
Pylon::IFloatEx & GrayValueAdjustmentDampingAbs
Gray value adjustment damping factor to be applied - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & GrayValueAdjustmentDampingRaw
Gray value adjustment damping factor (raw value) to be applied - Applies to: CameraLink and GigE.
Pylon::IFloatEx & AutoExposureTimeLowerLimit
Lower limit of the Exposure Time parameter when the Exposure Auto auto function is active - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart USB and pulse USB.
Pylon::IFloatEx & AutoExposureTimeUpperLimit
Upper limit of the Exposure Time parameter when the Exposure Auto auto function is active - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart USB and pulse USB.
Pylon::IIntegerEx & AutoFunctionAOIHeight
Height of the auto function AOI (in pixels) - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & AutoFunctionAOIOffsetX
Horizontal offset of the auto function AOI from the left side of the sensor (in pixels) - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & AutoFunctionAOIOffsetY
Vertical offset from the top of the sensor to the auto function AOI (in pixels) - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< AutoFunctionAOISelectorEnums > & AutoFunctionAOISelector
Sets which auto function AOI can be configured - Applies to: CameraLink and GigE.
Pylon::IBooleanEx & AutoFunctionAOIUsageIntensity
Assigns the Gain Auto and the Exposure Auto auto functions to the currently selected auto function AOI - Applies to: CameraLink and GigE.
Pylon::IBooleanEx & AutoFunctionAOIUsageRedLightCorrection
Assigns the Red Light Correction auto function to the currently selected auto function AOI - Applies to: CameraLink and GigE.
Pylon::IBooleanEx & AutoFunctionAOIUsageTonalRange
Assigns the Tonal Range Auto auto function to the currently selected auto function AOI - Applies to: GigE.
Pylon::IBooleanEx & AutoFunctionAOIUsageWhiteBalance
Assigns the Balance White Auto auto function to the currently selected auto function AOI - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & AutoFunctionAOIWidth
Width of the auto function AOI (in pixels) - Applies to: CameraLink and GigE.
Pylon::IBooleanEx & AutoFunctionAOIUseBrightness
Assigns the Gain Auto and the Exposure Auto auto functions to the currently selected auto function AOI - Applies to: ace USB.
Pylon::IBooleanEx & AutoFunctionAOIUseWhiteBalance
Assigns the Balance White auto function to the currently selected auto function AOI - Applies to: ace USB.
Pylon::IEnumParameterT< AutoFunctionProfileEnums > & AutoFunctionProfile
Sets how gain and exposure time will be balanced when the camera is making automatic adjustments - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IIntegerEx & AutoFunctionROIHeight
Height of the auto function ROI (in pixels) - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.
Pylon::IBooleanEx & AutoFunctionROIHighlight
Highlights the current auto function ROI in the image window - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress and dart 2 USB.
Pylon::IIntegerEx & AutoFunctionROIOffsetX
Horizontal offset of the auto function ROI from the left side of the sensor (in pixels) - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.
Pylon::IIntegerEx & AutoFunctionROIOffsetY
Vertical offset from the top of the sensor to the auto function ROI (in pixels) - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.
Pylon::IEnumParameterT< AutoFunctionROISelectorEnums > & AutoFunctionROISelector
Sets which auto function ROI can be configured - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.
Pylon::IBooleanEx & AutoFunctionROIUseBrightness
Assigns the Gain Auto and the Exposure Auto auto functions to the currently selected auto function ROI - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart USB and pulse USB.
Pylon::IBooleanEx & AutoFunctionROIUseTonalRange
Assigns the Tonal Range Auto auto function to the currently selected auto function ROI - Applies to: ace USB.
Pylon::IBooleanEx & AutoFunctionROIUseWhiteBalance
Assigns the Balance White Auto auto function to the currently selected auto function ROI - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.
Pylon::IIntegerEx & AutoFunctionROIWidth
Width of the auto function ROI (in pixels) - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.
Pylon::IFloatEx & AutoGainLowerLimit
Lower limit of the Gain parameter when the Gain Auto auto function is active - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart USB and pulse USB.
Pylon::IFloatEx & AutoGainUpperLimit
Upper limit of the Gain parameter when the Gain Auto auto function is active - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart USB and pulse USB.
Pylon::IEnumParameterT< AutoTonalRangeAdjustmentSelectorEnums > & AutoTonalRangeAdjustmentSelector
Sets which parts of the tonal range can be adjusted - Applies to: GigE and ace USB.
Pylon::IEnumParameterT< AutoTonalRangeModeSelectorEnums > & AutoTonalRangeModeSelector
Sets the kind of tonal range auto adjustment - Applies to: GigE and ace USB.
Pylon::IIntegerEx & AutoTonalRangeTargetBright
Bright target value to be used during automatic tonal range adjustments - Applies to: GigE and ace USB.
Pylon::IIntegerEx & AutoTonalRangeTargetDark
Dark target value to be used during automatic tonal range adjustments - Applies to: GigE and ace USB.
Pylon::IFloatEx & AutoTonalRangeThresholdBright
Threshold value from which the Tonal Range Source Bright parameter value is calculated during automatic tonal range adjustments - Applies to: GigE and ace USB.
Pylon::IIntegerEx & AutoTonalRangeThresholdBrightRaw
Threshold value from which the Tonal Range Source Bright parameter value is calculated during automatic tonal range adjustments (raw value) - Applies to: GigE.
Pylon::IFloatEx & AutoTonalRangeThresholdDark
Threshold value from which the Tonal Range Source Dark parameter value is calculated during automatic tonal range adjustments - Applies to: GigE and ace USB.
Pylon::IIntegerEx & AutoTonalRangeThresholdDarkRaw
Threshold value from which the Tonal Range Source Dark parameter value is calculated during automatic tonal range adjustments (raw value) - Applies to: GigE.
Pylon::IBooleanEx & BLCSerialFramingError
A serial framing error occurred on reception - Applies to: GigE and ace USB.
Pylon::IBooleanEx & BLCSerialParityError
A serial parity error occurred on reception - Applies to: GigE and ace USB.
Pylon::IEnumParameterT< BLCSerialPortBaudRateEnums > & BLCSerialPortBaudRate
Reports the baud rate of the serial communication module - Applies to: GigE and ace USB.
Pylon::ICommandEx & BLCSerialPortClearErrors
Clears the error flags of the serial communication module - Applies to: GigE and ace USB.
Pylon::IEnumParameterT< BLCSerialPortParityEnums > & BLCSerialPortParity
Reports the parity bit configuration of the serial communication module - Applies to: GigE and ace USB.
Pylon::ICommandEx & BLCSerialPortReceiveCmd
Reads and removes the front byte value from the serial communication receive queue - Applies to: GigE and ace USB.
Pylon::IIntegerEx & BLCSerialPortReceiveValue
Last byte value read from the serial communication receive queue - Applies to: GigE and ace USB.
Pylon::IEnumParameterT< BLCSerialPortSourceEnums > & BLCSerialPortSource
Sets the signal source for the serial communication module - Applies to: GigE and ace USB.
Pylon::IEnumParameterT< BLCSerialPortStopBitsEnums > & BLCSerialPortStopBits
Reports the number of stop bits used by the serial communication module - Applies to: GigE and ace USB.
Pylon::ICommandEx & BLCSerialPortTransmitCmd
Writes the current byte value to the transmit queue - Applies to: GigE and ace USB.
Pylon::IIntegerEx & BLCSerialPortTransmitValue
Byte value to be written to the transmit queue - Applies to: GigE and ace USB.
Pylon::IEnumParameterT< BLCSerialReceiveQueueStatusEnums > & BLCSerialReceiveQueueStatus
Reports the status of the serial communication receive queue - Applies to: GigE and ace USB.
Pylon::IEnumParameterT< BLCSerialTransmitQueueStatusEnums > & BLCSerialTransmitQueueStatus
Reports the status of the serial communication transmit queue - Applies to: GigE and ace USB.
Pylon::IFloatEx & BalanceRatio
Balance Ratio value to be applied to the currently selected channel - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IFloatEx & BalanceRatioAbs
Balance Ratio value to be applied to the currently selected channel - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & BalanceRatioRaw
Balance Ratio value to be applied to the currently selected channel (raw value) - Applies to: CameraLink and GigE.
Pylon::ICommandEx & BalanceWhiteReset
Resets all white balance adjustments - Applies to: CameraLink and GigE.
Pylon::IBooleanEx & ColorAdjustmentEnable
Enables color adjustment - Applies to: CameraLink and GigE.
Pylon::IFloatEx & ColorAdjustmentHue
Hue adjustment value to be applied to the currently selected color channel - Applies to: CameraLink, GigE and ace USB.
Pylon::IIntegerEx & ColorAdjustmentHueRaw
Hue adjustment value to be applied to the currently selected color channel (raw value) - Applies to: CameraLink and GigE.
Pylon::ICommandEx & ColorAdjustmentReset
Allows you to restore previous color adjustment settings - Applies to: CameraLink and GigE.
Pylon::IFloatEx & ColorAdjustmentSaturation
Saturation adjustment value to be applied to the currently selected color channel - Applies to: CameraLink, GigE and ace USB.
Pylon::IIntegerEx & ColorAdjustmentSaturationRaw
Saturation adjustment value to be applied to the currently selected color channel (raw value) - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< ColorAdjustmentSelectorEnums > & ColorAdjustmentSelector
Sets which color in your images will be adjusted - Applies to: CameraLink, GigE and ace USB.
Pylon::IFloatEx & ColorTransformationMatrixFactor
Extent to which the color matrix influences the color values - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & ColorTransformationMatrixFactorRaw
Extent to which the color matrix influences the color values (raw value) - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & ColorTransformationValueRaw
Transformation value for the selected element in the color transformation matrix (raw value) - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< LightSourceSelectorEnums > & LightSourceSelector
Sets the type of light source for which color transformation will be performed - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< BalanceRatioSelectorEnums > & BalanceRatioSelector
Sets which color channel can be adjusted when performing manual white balance - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IEnumParameterT< BalanceWhiteAutoEnums > & BalanceWhiteAuto
Sets the operation mode of the Balance White Auto auto function - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IEnumParameterT< BandwidthReserveModeEnums > & BandwidthReserveMode
Sets a predefined bandwidth reserve or enables manual configuration of the bandwidth reserve - Applies to: ace 2 GigE.
Pylon::IBooleanEx & GevCurrentIPConfigurationDHCP
Controls whether the DHCP IP configuration scheme is activated on the given logical link - Applies to: blaze.
Pylon::IBooleanEx & GevCurrentIPConfigurationLLA
Controls whether the Link Local Address IP configuration scheme is activated on the given logical link - Applies to: blaze.
Pylon::IBooleanEx & GevCurrentIPConfigurationPersistentIP
Controls whether the PersistentIP configuration scheme is activated on the given logical link - Applies to: blaze.
Pylon::IIntegerEx & BinningHorizontal
Number of adjacent horizontal pixels to be summed - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.
Pylon::IEnumParameterT< BinningHorizontalModeEnums > & BinningHorizontalMode
Sets the binning mode for horizontal binning - Applies to: CamEmu, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.
Pylon::IIntegerEx & BinningVertical
Number of adjacent vertical pixels to be summed - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.
Pylon::IEnumParameterT< BinningVerticalModeEnums > & BinningVerticalMode
Sets the binning mode for vertical binning - Applies to: CamEmu, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.
Pylon::IBooleanEx & CenterX
Centers the image horizontally - Applies to: CameraLink, GigE and ace USB.
Pylon::IBooleanEx & CenterY
Centers the image vertically - Applies to: CameraLink, GigE and ace USB.
Pylon::IIntegerEx & DecimationHorizontal
Horizontal decimation factor - Applies to: CameraLink, GigE and ace USB.
Pylon::IIntegerEx & DecimationVertical
Vertical decimation factor - Applies to: CameraLink, GigE, ace USB and boost_V_CoaXPress.
Pylon::IIntegerEx & Height
Height of the camera's region of interest (area of interest) in pixels - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IIntegerEx & OffsetX
Horizontal offset of the region of interest (area of interest) from the left side of the sensor (in pixels) - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IIntegerEx & OffsetY
Vertical offset of the region of interest (area of interest) from the top of the sensor (in pixels) - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IEnumParameterT< ROIZoneModeEnums > & ROIZoneMode
Enables or disables the currently selected ROI zone - Applies to: GigE and ace USB.
Pylon::IIntegerEx & ROIZoneOffset
Vertical offset of the currently selected ROI zone - Applies to: GigE and ace USB.
Pylon::IEnumParameterT< ROIZoneSelectorEnums > & ROIZoneSelector
Sets the ROI zone that can be configured - Applies to: GigE and ace USB.
Pylon::IIntegerEx & ROIZoneSize
Height of the currently selected ROI zone - Applies to: GigE and ace USB.
Pylon::IIntegerEx & Width
Width of the camera's region of interest (area of interest) in pixels - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IEnumParameterT< BinningModeHorizontalEnums > & BinningModeHorizontal
Sets the binning mode for horizontal binning - Applies to: CameraLink.
Pylon::IEnumParameterT< BinningModeVerticalEnums > & BinningModeVertical
Sets the binning mode for vertical binning - Applies to: CameraLink.
Pylon::IEnumParameterT< LegacyBinningVerticalEnums > & LegacyBinningVertical
Sets whether vertical binning is used - Applies to: CameraLink and GigE.
Pylon::IFloatEx & ScalingHorizontalAbs
Horizontal scaling factor - Applies to: GigE.
Pylon::IFloatEx & ScalingVerticalAbs
Vertical scaling factor - Applies to: GigE.
Pylon::IEnumParameterT< BinningSelectorEnums > & BinningSelector
Sets whether sensor or FPGA binning can be configured - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress and dart 2 USB.
Pylon::ICommandEx & BslCenterX
Centers the image horizontally - Applies to: CamEmu, ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB and dart MIPI.
Pylon::ICommandEx & BslCenterY
Centers the image vertically - Applies to: CamEmu, ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB and dart MIPI.
Pylon::IEnumParameterT< BslImageStampEnums > & BslImageStamp
Enables image stamping - Applies to: boost_V_CoaXPress.
Pylon::IIntegerEx & BslScaledSensorHeight
Scaled Height of the camera's sensor in pixels - Applies to: dart MIPI.
Pylon::IIntegerEx & BslScaledSensorWidth
Scaled Width of the camera's sensor in pixels - Applies to: dart MIPI.
Pylon::IBooleanEx & ComponentEnable
Controls if the selected component streaming is active - Applies to: blaze.
Pylon::IEnumParameterT< ComponentSelectorEnums > & ComponentSelector
Selects a component to activate/deactivate its data streaming - Applies to: blaze.
Pylon::IIntegerEx & DepthMax
End of the three-dimensional ROI - Applies to: blaze.
Pylon::IIntegerEx & DepthMin
Start of the three-dimensional ROI - Applies to: blaze.
Pylon::IEnumParameterT< ImageFileModeEnums > & ImageFileMode
Enables loading files from disk for image acquisition - Applies to: CamEmu.
Pylon::IStringEx & ImageFilename
Enter the name of an image filename or a path to a directory containing image files - Applies to: CamEmu.
Pylon::IIntegerEx & LinePitch
Number of bytes separating the starting pixels of two consecutive lines - Applies to: ace USB.
Pylon::IBooleanEx & LinePitchEnable
Enables the alignment of output image data to multiples of 4 bytes - Applies to: ace USB.
Pylon::IFloatEx & ScalingHorizontal
Horizontal scaling factor - Applies to: ace USB.
Pylon::IFloatEx & ScalingVertical
Vertical scaling factor - Applies to: ace USB.
Pylon::IFloatEx & SensorPixelHeight
Physical size (pitch) in the y direction of a photo sensitive pixel unit - Applies to: blaze.
Pylon::IFloatEx & SensorPixelWidth
Physical size (pitch) in the x direction of a photo sensitive pixel unit - Applies to: blaze.
Pylon::IFloatEx & SensorPosition
Distance between the sensor plane and the front of the housing - Applies to: blaze.
Pylon::IEnumParameterT< TestPatternEnums > & TestPattern
Sets the test pattern to display - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IIntegerEx & WorkingRangeMax
Maximum working range of the camera - Applies to: blaze.
Pylon::IIntegerEx & WorkingRangeMin
Minimum working range of the camera - Applies to: blaze.
Pylon::IFloatEx & BlackLevel
Black level value to be applied to the currently selected sensor tap - Applies to: CamEmu, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IEnumParameterT< BslBlackLevelCompensationModeEnums > & BslBlackLevelCompensationMode
Configures black level compensation - Applies to: boost CoaXPress.
Pylon::IEnumParameterT< BslColorSpaceModeEnums > & BslColorSpaceMode
Sets the color space for image acquisitions - Applies to: dart USB and pulse USB.
Pylon::IFloatEx & Gain
Value of the currently selected gain in dB - Applies to: CamEmu, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IFloatEx & BlackLevelAbs
Sets the value of the selected black level control as a float - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & BlackLevelRaw
Black level value to be applied to the currently selected sensor tap (raw value) - Applies to: CameraLink and GigE.
Pylon::IFloatEx & GainAbs
This is a float value that sets the selected gain control in dB - Applies to: CameraLink and GigE.
Pylon::IBooleanEx & GammaEnable
Enables gamma correction - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< GammaSelectorEnums > & GammaSelector
Sets the type of gamma to be applied - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & SubstrateVoltage
Substrate voltage - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< BlackLevelSelectorEnums > & BlackLevelSelector
Sets which sensor tap can be configured - Applies to: CameraLink, GigE, ace USB, dart USB and pulse USB.
Pylon::IIntegerEx & DigitalShift
Digital shift to be applied - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< GainAutoEnums > & GainAuto
Sets the operation mode of the Gain Auto auto function - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IIntegerEx & GainRaw
Value of the currently selected gain (raw value) - Applies to: CamEmu, CameraLink and GigE.
Pylon::IEnumParameterT< GainSelectorEnums > & GainSelector
Sets the gain type to be adjusted - Applies to: CameraLink, GigE, ace USB, dart USB and pulse USB.
Pylon::IFloatEx & Gamma
Gamma correction to be applied - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IEnumParameterT< BslAdaptiveToneMappingModeEnums > & BslAdaptiveToneMappingMode
Configures adaptive tone mapping - Applies to: dart MIPI.
Pylon::IEnumParameterT< BslDefectPixelCorrectionModeEnums > & BslDefectPixelCorrectionMode
Identifies outlier pixels and adjusts their intensity value - Applies to: dart 2 USB and dart MIPI.
Pylon::IEnumParameterT< BslFlareRemovalAutoEnums > & BslFlareRemovalAuto
Sets FLARE control to continuous or off - Applies to: dart MIPI.
Pylon::IEnumParameterT< BslLightSourcePresetEnums > & BslLightSourcePreset
Sets the light source preset - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB and dart MIPI.
Pylon::IBooleanEx & BslLightSourcePresetFeatureEnable
Enables adjustment of the selected feature - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< BslLightSourcePresetFeatureSelectorEnums > & BslLightSourcePresetFeatureSelector
Sets which features the camera adjusts when you select a light source preset - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::IBooleanEx & BslScalingEnable
Enables scaling from sensor size to output image size - Applies to: dart MIPI.
Pylon::IFloatEx & BslScalingFactor
Scaling factor to be applied to all images - Applies to: ace 2 GigE, ace 2 USB, dart 2 USB and dart MIPI.
Pylon::IFloatEx & BslBrightness
Brightness value to be applied - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IFloatEx & BslContrast
Contrast value to be applied - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IEnumParameterT< BslContrastModeEnums > & BslContrastMode
Sets the contrast mode - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IFloatEx & BslHue
Hue shift value to be applied - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IFloatEx & BslSaturation
Saturation value to be applied - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB and dart MIPI.
Pylon::IIntegerEx & BslBrightnessRaw
Brightness value to be applied (raw value) - Applies to: GigE.
Pylon::IIntegerEx & BslContrastRaw
Contrast value to be applied (raw value) - Applies to: GigE.
Pylon::IIntegerEx & BslHueRaw
Hue shift value to be applied (raw value) - Applies to: GigE.
Pylon::IIntegerEx & BslHueValue
Hue shift value to be applied - Applies to: dart USB and pulse USB.
Pylon::IIntegerEx & BslSaturationRaw
Saturation value to be applied (raw value) - Applies to: GigE.
Pylon::IFloatEx & BslSaturationValue
Saturation value to be applied - Applies to: dart USB and pulse USB.
Pylon::IIntegerEx & ConfidenceThreshold
Confidence threshold for pixels - Applies to: blaze.
Pylon::IEnumParameterT< DefectPixelCorrectionModeEnums > & DefectPixelCorrectionMode
Identifies outlier pixels and adjusts their intensity value - Applies to: dart USB and pulse USB.
Pylon::IBooleanEx & FilterSpatial
Enables the spatial noise filter - Applies to: blaze.
Pylon::IIntegerEx & FilterStrength
Strength of the temporal filter - Applies to: blaze.
Pylon::IBooleanEx & FilterTemporal
Enables the temporal noise filter - Applies to: blaze.
Pylon::IBooleanEx & GammaCorrection
Enables gamma correction on the intensity image - Applies to: blaze.
Pylon::IEnumParameterT< IntensityCalculationEnums > & IntensityCalculation
Sets the method for calculating the intensity data - Applies to: blaze.
Pylon::IEnumParameterT< LightSourcePresetEnums > & LightSourcePreset
Sets the light source preset - Applies to: ace USB, dart USB and pulse USB.
Pylon::IBooleanEx & OutlierRemoval
Enables the outlier removal - Applies to: blaze.
Pylon::IBooleanEx & ThermalDriftCorrection
Enables the thermal drift correction - Applies to: blaze.
Pylon::IEnumParameterT< BslChunkAutoBrightnessStatusEnums > & BslChunkAutoBrightnessStatus
Indicates the status of the target brightness adjustments performed by the Exposure Auto and Gain Auto auto functions - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.
Pylon::IEnumParameterT< BslChunkTimestampSelectorEnums > & BslChunkTimestampSelector
Sets which information should be included in the Chunk Timestamp Value chunk - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.
Pylon::IIntegerEx & BslChunkTimestampValue
Value of the timestamp when the image was acquired - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.
Pylon::IEnumParameterT< ChunkCounterSelectorEnums > & ChunkCounterSelector
Sets which counter to retrieve chunk data from - Applies to: ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.
Pylon::IIntegerEx & ChunkCounterValue
Value of the selected chunk counter - Applies to: ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.
Pylon::IIntegerEx & ChunkDynamicRangeMax
Maximum possible pixel value in the acquired image - Applies to: GigE and ace 2 GigE.
Pylon::IIntegerEx & ChunkDynamicRangeMin
Minimum possible pixel value in the acquired image - Applies to: GigE and ace 2 GigE.
Pylon::IFloatEx & ChunkExposureTime
Exposure time used to acquire the image - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.
Pylon::IIntegerEx & ChunkFrameID
Unique identifier of the current frame - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.
Pylon::IFloatEx & ChunkGain
Gain used during image acquisition - Applies to: ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.
Pylon::IEnumParameterT< ChunkGainSelectorEnums > & ChunkGainSelector
Sets which gain channel to retrieve chunk data from - Applies to: ace USB.
Pylon::IIntegerEx & ChunkHeight
AOI height of the acquired image - Applies to: GigE and ace 2 GigE.
Pylon::IIntegerEx & ChunkLineStatusAll
Bit field that indicates the status of all of the camera's input and output lines when the image was acquired - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.
Pylon::IIntegerEx & ChunkOffsetX
X offset of the AOI of the acquired image - Applies to: GigE and ace 2 GigE.
Pylon::IIntegerEx & ChunkOffsetY
Y offset of the AOI of the acquired image - Applies to: GigE and ace 2 GigE.
Pylon::IIntegerEx & ChunkPayloadCRC16
CRC checksum of the acquired image - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.
Pylon::IIntegerEx & ChunkPixelDynamicRangeMax
Maximum possible pixel value in the acquired image - Applies to: ace 2 GigE.
Pylon::IIntegerEx & ChunkPixelDynamicRangeMin
Minimum possible pixel value in the acquired image - Applies to: ace 2 GigE.
Pylon::IEnumParameterT< ChunkPixelFormatEnums > & ChunkPixelFormat
Indicates the pixel format of the acquired image - Applies to: GigE and ace 2 GigE.
Pylon::IIntegerEx & ChunkSequencerSetActive
Index of the active sequencer set - Applies to: ace 2 GigE, ace 2 USB and ace USB.
Pylon::IIntegerEx & ChunkStride
Number of bytes of data between the beginning of one line in the acquired image and the beginning of the next line in the acquired image - Applies to: GigE and ace 2 GigE.
Pylon::IIntegerEx & ChunkTimestamp
Value of the timestamp when the image was acquired - Applies to: GigE and ace USB.
Pylon::IIntegerEx & ChunkWidth
Width of the AOI of the acquired image - Applies to: GigE and ace 2 GigE.
Pylon::IBooleanEx & BslColorAdjustmentEnable
Enables color adjustment - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IFloatEx & BslColorAdjustmentHue
Hue adjustment value to be applied to the currently selected color channel - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IFloatEx & BslColorAdjustmentSaturation
Saturation adjustment value to be applied to the currently selected color channel - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IEnumParameterT< BslColorAdjustmentSelectorEnums > & BslColorAdjustmentSelector
Sets which color in your images will be adjusted - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IEnumParameterT< BslColorSpaceEnums > & BslColorSpace
Sets the color space for image acquisitions - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB and dart MIPI.
Pylon::IIntegerEx & BslDeviceLinkCurrentThroughput
Actual bandwidth the camera will use - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::IFloatEx & BslTemperatureMax
Indicates the maximum temperature the camera reached during operation - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< BslTemperatureStatusEnums > & BslTemperatureStatus
Indicates the temperature state - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress and dart 2 USB.
Pylon::IIntegerEx & BslTemperatureStatusErrorCount
Indicates how often the temperature state changed to Error - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::IStringEx & BslV4lDevicePath
Path of the Video4Linux device used to control the camera - Applies to: dart MIPI.
Pylon::IEnumParameterT< DeviceCharacterSetEnums > & DeviceCharacterSet
Indicates the character set used by the strings of the device's bootstrap registers - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB and dart MIPI.
Pylon::IIntegerEx & DeviceEventChannelCount
Indicates the number of event channels supported by the device - Applies to: blaze.
Pylon::IStringEx & DeviceFamilyName
Identifier of the product family of the device - Applies to: ace 2 GigE, ace 2 USB, blaze, boost CoaXPress, boost_V_CoaXPress and dart 2 USB.
Pylon::ICommandEx & DeviceFeaturePersistenceEnd
Disables feature streaming on the device - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB and dart MIPI.
Pylon::ICommandEx & DeviceFeaturePersistenceStart
Enables feature streaming on the device - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB and dart MIPI.
Pylon::IIntegerEx & DeviceGenCPVersionMajor
Major version of the GenCP protocol supported by the device - Applies to: ace 2 USB, dart 2 USB and dart MIPI.
Pylon::IIntegerEx & DeviceGenCPVersionMinor
Minor version of the GenCP protocol supported by the device - Applies to: ace 2 USB, dart 2 USB and dart MIPI.
Pylon::IEnumParameterT< DeviceIndicatorModeEnums > & DeviceIndicatorMode
Sets the behavior of the camera's status LED - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart USB.
Pylon::IIntegerEx & DeviceLinkConnectionCount
Returns the number of physical connection of the device used by a particular Link - Applies to: blaze.
Pylon::IIntegerEx & DeviceLinkCurrentThroughput
Actual bandwidth the camera will use - Applies to: ace USB.
Pylon::IIntegerEx & DeviceLinkSelector
Device link to be configured - Applies to: ace USB, blaze, dart USB and pulse USB.
Pylon::IIntegerEx & DeviceLinkSpeed
Speed of transmission negotiated on the selected link - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart USB and pulse USB.
Pylon::IIntegerEx & DeviceLinkThroughputLimit
Bandwidth limit for data transmission (in bytes per second) - Applies to: CamEmu, ace 2 GigE, ace 2 USB, ace USB, dart 2 USB, dart USB and pulse USB.
Pylon::IEnumParameterT< DeviceLinkThroughputLimitModeEnums > & DeviceLinkThroughputLimitMode
Enables/disables the device link throughput limit - Applies to: CamEmu, ace 2 GigE, ace 2 USB, ace USB, dart 2 USB, dart USB and pulse USB.
Pylon::IStringEx & DeviceManifestPrimaryURL
First URL to the GenICam XML device description file of the selected manifest entry - Applies to: ace 2 GigE and boost CoaXPress.
Pylon::IIntegerEx & DeviceManifestSchemaMajorVersion
Major version number of the schema file of the selected manifest entry - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart MIPI.
Pylon::IIntegerEx & DeviceManifestSchemaMinorVersion
Minor version number of the schema file of the selected manifest entry - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart MIPI.
Pylon::IIntegerEx & DeviceManifestSchemaSubMinorVersion
Subminor version number of the schema file of the selected manifest entry - Applies to: boost_V_CoaXPress.
Pylon::IIntegerEx & DeviceManifestXMLMajorVersion
Major version number of the GenICam XML file of the selected manifest entry - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart MIPI.
Pylon::IIntegerEx & DeviceManifestXMLMinorVersion
Minor version number of the GenICam XML file of the selected manifest entry - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart MIPI.
Pylon::IIntegerEx & DeviceManifestXMLSubMinorVersion
Subminor version number of the GenICam XML file of the selected manifest entry - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart MIPI.
Pylon::IEnumParameterT< DeviceRegistersEndiannessEnums > & DeviceRegistersEndianness
Endianness of the registers of the device - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB and dart MIPI.
Pylon::ICommandEx & DeviceRegistersStreamingEnd
Announces the end of feature streaming - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::ICommandEx & DeviceRegistersStreamingStart
Prepares the camera for feature streaming - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IIntegerEx & DeviceSFNCVersionMajor
Major version number of the SFNC specification that the camera is compatible with - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IIntegerEx & DeviceSFNCVersionMinor
Minor version number of the SFNC specification that the camera is compatible with - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IIntegerEx & DeviceSFNCVersionSubMinor
Subminor version number of the SFNC specification that the camera is compatible with - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IStringEx & DeviceSerialNumber
Serial number of the camera - Applies to: ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IIntegerEx & DeviceStreamChannelCount
Indicates the number of streaming channels supported by the device - Applies to: blaze.
Pylon::IEnumParameterT< DeviceTLTypeEnums > & DeviceTLType
Indicates the type of the device's transport layer - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart MIPI.
Pylon::IIntegerEx & DeviceTLVersionMajor
Major version number of the device's transport layer - Applies to: ace 2 GigE, ace 2 USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart MIPI.
Pylon::IIntegerEx & DeviceTLVersionMinor
Minor version number of the device's transport layer - Applies to: ace 2 GigE, ace 2 USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart MIPI.
Pylon::IIntegerEx & DeviceTLVersionSubMinor
Subminor version number of the device's transport layer - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart MIPI.
Pylon::IFloatEx & DeviceTemperature
Temperature at the selected location in the camera (in degrees centigrade) - Applies to: ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< DeviceTemperatureSelectorEnums > & DeviceTemperatureSelector
Sets the location in the camera where the temperature will be measured - Applies to: CamEmu, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< DeviceTypeEnums > & DeviceType
Returns the device type - Applies to: blaze.
Pylon::ICommandEx & TimestampLatch
Latches the current timestamp counter and stores its value in TimestampLatchValue - Applies to: ace 2 GigE, ace 2 USB, ace USB, blaze and dart 2 USB.
Pylon::IIntegerEx & TimestampLatchValue
Latched value of the timestamp counter - Applies to: ace 2 GigE, ace 2 USB, ace USB, blaze and dart 2 USB.
Pylon::ICommandEx & TimestampReset
Resets the current timestamp counter - Applies to: ace 2 GigE.
Pylon::IIntegerEx & BslDualROIImageValid
Indicates whether the outgoing image is valid - Applies to: boost_V_CoaXPress.
Pylon::IIntegerEx & BslDualROIRowOffset
Vertical offset of the currently selected row - Applies to: boost_V_CoaXPress.
Pylon::IEnumParameterT< BslDualROIRowSelectorEnums > & BslDualROIRowSelector
Sets which row can be configured - Applies to: boost_V_CoaXPress.
Pylon::IIntegerEx & BslDualROIRowSize
Height of the currently selected row - Applies to: boost_V_CoaXPress.
Pylon::IBooleanEx & BslDualROIRowsEnable
Enables the Dual ROI feature - Applies to: boost_V_CoaXPress.
Pylon::IEnumParameterT< BslEnableFanEnums > & BslEnableFan
Enables the external fan if one is connected - Applies to: boost_V_CoaXPress.
Pylon::IFloatEx & BslInputFilterTime
Time period in which the camera evaluates all changes and durations of logical states of the input signal - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress and dart 2 USB.
Pylon::IFloatEx & BslInputHoldOffTime
Time period in which the camera doesn't accept any further trigger signals or signal changes after receiving an input trigger signal - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< BslLineConnectionEnums > & BslLineConnection
Sets the connection signal for the currently selected line - Applies to: dart 2 USB.
Pylon::IBooleanEx & BslLineOverloadStatus
Indicates whether a GPIO line is overloaded, i e , not powered correctly - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IFloatEx & LineDebouncerTime
Line debouncer time in microseconds - Applies to: ace USB and dart USB.
Pylon::IFloatEx & LineMinimumOutputPulseWidth
Minimum signal width of an output signal (in microseconds) - Applies to: ace USB.
Pylon::ICommandEx & LineOverloadReset
Resets the overload status of the selected line - Applies to: ace USB.
Pylon::IBooleanEx & LineOverloadStatus
Indicates whether an overload condition has been detected on the selected line - Applies to: ace USB.
Pylon::IBooleanEx & BslErrorPresent
Indicates whether an internal error occurred on the device - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::ICommandEx & BslErrorReportNext
Retrieves the next error code from the device - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::IIntegerEx & BslErrorReportValue
Error code indicating the cause of the internal error - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::IIntegerEx & BslFlatFieldCorrectionCoeffDSNU
Dark Signal Non-Uniformity (DSNU) coefficient of the column specified by the Flat-Field Correction Coeff X parameter - Applies to: boost_V_CoaXPress.
Pylon::IIntegerEx & BslFlatFieldCorrectionCoeffPRNU
Photo Response Non-Uniformity (PRNU) coefficient of the column specified by the Flat-Field Correction Coeff X parameter - Applies to: boost_V_CoaXPress.
Pylon::IIntegerEx & BslFlatFieldCorrectionCoeffX
Column used for flat-field correction - Applies to: boost_V_CoaXPress.
Pylon::IIntegerEx & BslFlatFieldCorrectionDMean
The mean gray value of all pixels in the dark field image - Applies to: boost_V_CoaXPress.
Pylon::IEnumParameterT< BslFlatFieldCorrectionModeEnums > & BslFlatFieldCorrectionMode
Sets the flat-field correction mode - Applies to: boost_V_CoaXPress.
Pylon::ICommandEx & BslFlatFieldCorrectionSaveToFlash
Saves current flat-field correction values to flash memory - Applies to: boost_V_CoaXPress.
Pylon::IIntegerEx & BslFlatFieldCorrectionUserGD
User-defined global dark offset used for flat-field correction - Applies to: boost_V_CoaXPress.
Pylon::IIntegerEx & BslFocusAutoROIHeight
Height of focus auto ROI - Applies to: dart MIPI.
Pylon::IEnumParameterT< BslFocusAutoROIModeEnums > & BslFocusAutoROIMode
Sets the mode that determines the focus auto ROI - Applies to: dart MIPI.
Pylon::IIntegerEx & BslFocusAutoROIOffsetX
OffsetX of focus auto ROI - Applies to: dart MIPI.
Pylon::IIntegerEx & BslFocusAutoROIOffsetY
OffsetY of focus auto ROI - Applies to: dart MIPI.
Pylon::IIntegerEx & BslFocusAutoROIWidth
Width of focus auto ROI - Applies to: dart MIPI.
Pylon::IEnumParameterT< FocusAutoEnums > & FocusAuto
Sets the operation mode of the Autofocus function - Applies to: dart MIPI.
Pylon::IEnumParameterT< FocusStatusEnums > & FocusStatus
Displays the status of the focus - Applies to: dart MIPI.
Pylon::IIntegerEx & FocusStepper
Stepper value of the focus lens actuator - Applies to: dart MIPI.
Pylon::IEnumParameterT< OpticControllerSelectorEnums > & OpticControllerSelector
Select which optic controller to configure - Applies to: dart MIPI.
Pylon::IFloatEx & BslImageCompressionLastRatio
Ratio between the compressed payload size and the uncompressed payload size of the last acquired image - Applies to: ace 2 GigE and ace 2 USB.
Pylon::IIntegerEx & BslImageCompressionLastSize
Compressed payload size of the last acquired image in bytes - Applies to: ace 2 GigE and ace 2 USB.
Pylon::IFloatEx & BslImageCompressionRatio
Maximum ratio between the payload size of compressed and uncompressed images - Applies to: ace 2 GigE and ace 2 USB.
Pylon::IEnumParameterT< ImageCompressionModeEnums > & ImageCompressionMode
Sets the compression mode of the camera - Applies to: ace 2 GigE and ace 2 USB.
Pylon::IEnumParameterT< ImageCompressionRateOptionEnums > & ImageCompressionRateOption
Configures the selected compression mechanism - Applies to: ace 2 GigE and ace 2 USB.
Pylon::ICommandEx & BslLightControlEnumerateDevices
Searches for light devices connected to your camera - Applies to: GigE and ace USB.
Pylon::IEnumParameterT< BslLightControlErrorStatusEnums > & BslLightControlErrorStatus
Indicates whether any of the light devices are currently experiencing problems - Applies to: GigE and ace USB.
Pylon::IEnumParameterT< BslLightControlModeEnums > & BslLightControlMode
Enables or disables the light control features - Applies to: GigE and ace USB.
Pylon::IEnumParameterT< BslLightControlSourceEnums > & BslLightControlSource
Sets which line is used to control the light features - Applies to: GigE and ace USB.
Pylon::IEnumParameterT< BslLightControlStatusEnums > & BslLightControlStatus
Indicates the current state of the light control mode - Applies to: GigE and ace USB.
Pylon::IFloatEx & BslLightDeviceBrightness
Brightness of the light in percent of total brightness available - Applies to: GigE and ace USB.
Pylon::IIntegerEx & BslLightDeviceBrightnessRaw
Brightness of the light in percent of total brightness available (raw value) - Applies to: GigE.
Pylon::IEnumParameterT< BslLightDeviceChangeIDEnums > & BslLightDeviceChangeID
Changes the ID of the currently selected light device - Applies to: GigE and ace USB.
Pylon::ICommandEx & BslLightDeviceClearLastError
Clears the last light device error - Applies to: GigE and ace USB.
Pylon::IStringEx & BslLightDeviceFirmwareVersion
Version of the light device's firmware - Applies to: GigE and ace USB.
Pylon::IEnumParameterT< BslLightDeviceLastErrorEnums > & BslLightDeviceLastError
Indicates the last light device error - Applies to: GigE and ace USB.
Pylon::IFloatEx & BslLightDeviceMaxCurrent
Maximum current that the light device is going to use - Applies to: GigE and ace USB.
Pylon::IIntegerEx & BslLightDeviceMaxCurrentRaw
Maximum current that the light device is going to use (raw value) - Applies to: GigE.
Pylon::IEnumParameterT< BslLightDeviceOperationModeEnums > & BslLightDeviceOperationMode
Sets the operation mode of the light device - Applies to: GigE and ace USB.
Pylon::IEnumParameterT< BslLightDeviceSelectorEnums > & BslLightDeviceSelector
Sets which light device can be configured - Applies to: GigE and ace USB.
Pylon::IFloatEx & BslLightDeviceStrobeDuration
Duration of the individual strobe pulses - Applies to: GigE and ace USB.
Pylon::IIntegerEx & BslLightDeviceStrobeDurationRaw
Duration of the individual strobe pulses (raw value) - Applies to: GigE.
Pylon::IEnumParameterT< BslLightDeviceStrobeModeEnums > & BslLightDeviceStrobeMode
Sets the strobe mode of the light device - Applies to: GigE and ace USB.
Pylon::IIntegerEx & BslMultipleROIColumnOffset
Horizontal offset of the currently selected column - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IEnumParameterT< BslMultipleROIColumnSelectorEnums > & BslMultipleROIColumnSelector
Sets which column can be configured - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IIntegerEx & BslMultipleROIColumnSize
Width of the currently selected column - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IBooleanEx & BslMultipleROIColumnsEnable
Enables or disables the ability to define multiple regions in horizontal direction - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IIntegerEx & BslMultipleROIRowOffset
Vertical offset of the currently selected row - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IEnumParameterT< BslMultipleROIRowSelectorEnums > & BslMultipleROIRowSelector
Sets which row can be configured - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IIntegerEx & BslMultipleROIRowSize
Height of the currently selected row - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IBooleanEx & BslMultipleROIRowsEnable
Enables or disables the ability to define multiple regions in vertical direction - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IFloatEx & BslNoiseReduction
Amount of noise reduction to be applied - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.
Pylon::IEnumParameterT< BslPeriodicSignalActivationEnums > & BslPeriodicSignalActivation
Sets the transition type of the source signal that activates the synchronization - Applies to: dart MIPI.
Pylon::IFloatEx & BslPeriodicSignalDelay
Delay to be applied to the periodic signal in microseconds - Applies to: ace 2 GigE and dart MIPI.
Pylon::IFloatEx & BslPeriodicSignalPeriod
Length of the periodic signal in microseconds - Applies to: ace 2 GigE.
Pylon::IEnumParameterT< BslPeriodicSignalSelectorEnums > & BslPeriodicSignalSelector
Sets the periodic signal channel to be configured - Applies to: ace 2 GigE and dart MIPI.
Pylon::IEnumParameterT< BslPeriodicSignalSourceEnums > & BslPeriodicSignalSource
Sets the source for synchronizing the periodic signal - Applies to: ace 2 GigE and dart MIPI.
Pylon::IEnumParameterT< BslPtpDelayMechanismEnums > & BslPtpDelayMechanism
Indicates the PTP delay mechanism - Applies to: ace 2 GigE.
Pylon::IBooleanEx & BslPtpManagementEnable
Enables PTP management - Applies to: ace 2 GigE.
Pylon::IEnumParameterT< BslPtpNetworkModeEnums > & BslPtpNetworkMode
Sets the mode for PTP network communication - Applies to: ace 2 GigE.
Pylon::IIntegerEx & BslPtpPriority1
Value indicating the priority of the device when determining the master clock - Applies to: ace 2 GigE.
Pylon::IEnumParameterT< BslPtpProfileEnums > & BslPtpProfile
Sets the default PTP profile - Applies to: ace 2 GigE.
Pylon::IBooleanEx & BslPtpTwoStep
Configures a two-step clock if enabled or a one-step clock if disabled - Applies to: ace 2 GigE.
Pylon::IIntegerEx & BslPtpUcPortAddr
Unicast port address - Applies to: ace 2 GigE.
Pylon::IIntegerEx & BslPtpUcPortAddrIndex
Unicast port address index - Applies to: ace 2 GigE.
Pylon::IEnumParameterT< PtpClockAccuracyEnums > & PtpClockAccuracy
Indicates the expected accuracy of the PTP device clock when it is or becomes the grandmaster - Applies to: ace 2 GigE.
Pylon::IIntegerEx & PtpClockID
Returns the latched clock ID of the PTP device - Applies to: ace 2 GigE.
Pylon::ICommandEx & PtpDataSetLatch
Latches the current values from the device's PTP clock data set - Applies to: ace 2 GigE and blaze.
Pylon::IBooleanEx & PtpEnable
Enables the Precision Time Protocol (PTP) - Applies to: ace 2 GigE and blaze.
Pylon::IIntegerEx & PtpGrandmasterClockID
Returns the latched grandmaster clock ID of the PTP device - Applies to: ace 2 GigE.
Pylon::IIntegerEx & PtpOffsetFromMaster
Returns the latched offset from the PTP master clock in nanoseconds - Applies to: ace 2 GigE and blaze.
Pylon::IIntegerEx & PtpParentClockID
Returns the latched parent clock ID of the PTP device - Applies to: ace 2 GigE.
Pylon::IEnumParameterT< PtpServoStatusEnums > & PtpServoStatus
Returns the latched state of the clock servo - Applies to: ace 2 GigE.
Pylon::IEnumParameterT< PtpStatusEnums > & PtpStatus
Returns the latched state of the PTP clock - Applies to: ace 2 GigE and blaze.
Pylon::IEnumParameterT< BslSerialBaudRateEnums > & BslSerialBaudRate
Sets the baud rate used in serial communication - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IEnumParameterT< BslSerialNumberOfDataBitsEnums > & BslSerialNumberOfDataBits
Sets the number of data bits used in serial communication - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IEnumParameterT< BslSerialNumberOfStopBitsEnums > & BslSerialNumberOfStopBits
Sets the number of stop bits used in serial communication - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IEnumParameterT< BslSerialParityEnums > & BslSerialParity
Sets which kind of parity check is performed - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::ICommandEx & BslSerialReceive
Initiates a receiving transaction from the serial input buffer - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IBooleanEx & BslSerialRxBreak
Indicates the incoming break signal status - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::ICommandEx & BslSerialRxBreakReset
Resets the incoming break status - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IBooleanEx & BslSerialRxFifoOverflow
Indicates the overflow status of the receiving FIFO - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IBooleanEx & BslSerialRxParityError
Indicates the parity error status of the receiving FIFO - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IEnumParameterT< BslSerialRxSourceEnums > & BslSerialRxSource
Sets the source of the Rx serial input - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IBooleanEx & BslSerialRxStopBitError
Indicates the stop bit error status of the receiving FIFO - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IRegisterEx & BslSerialTransferBuffer
Buffer that holds Rx or Tx transfer data in the controller domain - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IIntegerEx & BslSerialTransferLength
Effective number of serial frames in a Rx or Tx data transfer - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::ICommandEx & BslSerialTransmit
Initiates a transmitting transaction to the serial output buffer - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IBooleanEx & BslSerialTxBreak
Signals a break to a receiver connected to the camera, or terminates the break - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IBooleanEx & BslSerialTxFifoEmpty
Indicates whether the transmitting FIFO is empty - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IBooleanEx & BslSerialTxFifoOverflow
Indicates whether the transmitting FIFO has overflown - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IFloatEx & BslSharpnessEnhancement
Sharpening value to be applied - Applies to: ace 2 GigE, ace 2 USB, dart 2 USB and dart MIPI.
Pylon::ICommandEx & BslStaticDefectPixelCorrectionClearAll
Clears all custom defect pixel coordinates - Applies to: boost_V_CoaXPress.
Pylon::IIntegerEx & BslStaticDefectPixelCorrectionCount
Indicates how many defect pixels are being corrected - Applies to: boost_V_CoaXPress.
Pylon::IEnumParameterT< BslStaticDefectPixelCorrectionFileStatusEnums > & BslStaticDefectPixelCorrectionFileStatus
Returns the file status of the defect pixel correction file - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IIntegerEx & BslStaticDefectPixelCorrectionMaxDefects
Maximum number of defect pixels that the factory or user correction file can contain - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IEnumParameterT< BslStaticDefectPixelCorrectionModeEnums > & BslStaticDefectPixelCorrectionMode
Sets the static defect pixel correction mode - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and boost_V_CoaXPress.
Pylon::ICommandEx & BslStaticDefectPixelCorrectionReload
Reloads the user defect pixel correction file - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::ICommandEx & BslStaticDefectPixelCorrectionSave
Saves changes to the defect pixel coordinates to flash memory - Applies to: boost_V_CoaXPress.
Pylon::IEnumParameterT< BslStaticDefectPixelCorrectionTestModeEnums > & BslStaticDefectPixelCorrectionTestMode
Enables or disables the static defect pixel correction test mode - Applies to: boost_V_CoaXPress.
Pylon::IIntegerEx & BslStaticDefectPixelCorrectionXCoordinate
X coordinate of the defect pixel to be corrected - Applies to: boost_V_CoaXPress.
Pylon::IEnumParameterT< BslStaticDefectPixelCorrectionXSelectorEnums > & BslStaticDefectPixelCorrectionXSelector
Sets which x coordinate entry can be configured - Applies to: boost_V_CoaXPress.
Pylon::IIntegerEx & BslStaticDefectPixelCorrectionYCoordinate
Y coordinate of the defect pixel to be corrected - Applies to: boost_V_CoaXPress.
Pylon::IEnumParameterT< BslTwiBitrateEnums > & BslTwiBitrate
Sets the bit rate for TWI communication - Applies to: dart 2 USB.
Pylon::IBooleanEx & BslTwiPullSclLow
Pulls SCL low, which is rarely needed - Applies to: dart 2 USB.
Pylon::IBooleanEx & BslTwiPullSdaLow
Pulls SDA low, which is rarely needed - Applies to: dart 2 USB.
Pylon::ICommandEx & BslTwiRead
Triggers a read transfer - Applies to: dart 2 USB.
Pylon::IIntegerEx & BslTwiTargetAddress
Address of the target device - Applies to: dart 2 USB.
Pylon::IRegisterEx & BslTwiTransferBuffer
Buffer that holds data to be written or data that was read - Applies to: dart 2 USB.
Pylon::IIntegerEx & BslTwiTransferLength
Number of bytes to be transferred from or to the transfer buffer - Applies to: dart 2 USB.
Pylon::IEnumParameterT< BslTwiTransferStatusEnums > & BslTwiTransferStatus
Indicates the status of an accepted read or write transfer - Applies to: dart 2 USB.
Pylon::ICommandEx & BslTwiUpdateTransferStatus
Triggers an update of the transfer status - Applies to: dart 2 USB.
Pylon::ICommandEx & BslTwiWrite
Triggers a write transfer - Applies to: dart 2 USB.
Pylon::IEnumParameterT< BslUSBPowerSourceEnums > & BslUSBPowerSource
Indicates how power is supplied to the device - Applies to: ace 2 USB.
Pylon::IEnumParameterT< BslUSBSpeedModeEnums > & BslUSBSpeedMode
Indicates the speed mode of the USB port - Applies to: ace 2 USB, ace USB, dart 2 USB, dart USB and pulse USB.
Pylon::IEnumParameterT< DeviceTapGeometryEnums > & DeviceTapGeometry
Sets the tap geometry - Applies to: boost CoaXPress and boost_V_CoaXPress.
Pylon::ICommandEx & ForceFailedBuffer
Marks the next buffer as failed - Applies to: CamEmu.
Pylon::IIntegerEx & ForceFailedBufferCount
Number of failed buffers to generate - Applies to: CamEmu.
Pylon::IEnumParameterT< GenDCStreamingModeEnums > & GenDCStreamingMode
Controls the device's streaming format - Applies to: blaze.
Pylon::IEnumParameterT< GenDCStreamingStatusEnums > & GenDCStreamingStatus
Returns whether the current device data streaming format is GenDC - Applies to: blaze.
Pylon::IIntegerEx & PayloadFinalTransfer1Size
For information only May be required when contacting Basler support - Applies to: dart USB and pulse USB.
Pylon::IIntegerEx & PayloadFinalTransfer2Size
For information only May be required when contacting Basler support - Applies to: dart USB and pulse USB.
Pylon::IIntegerEx & PayloadTransferBlockDelay
This parameter is required when using the sequencer - Applies to: ace USB.
Pylon::IIntegerEx & PayloadTransferCount
For information only May be required when contacting Basler support - Applies to: dart USB and pulse USB.
Pylon::IIntegerEx & PayloadTransferSize
For information only May be required when contacting Basler support - Applies to: dart USB and pulse USB.
Pylon::IIntegerEx & SIPayloadFinalTransfer1Size
For information only May be required when contacting Basler support - Applies to: ace 2 USB, ace USB and dart 2 USB.
Pylon::IIntegerEx & SIPayloadFinalTransfer2Size
For information only May be required when contacting Basler support - Applies to: ace 2 USB, ace USB and dart 2 USB.
Pylon::IIntegerEx & SIPayloadTransferCount
For information only May be required when contacting Basler support - Applies to: ace 2 USB, ace USB and dart 2 USB.
Pylon::IIntegerEx & SIPayloadTransferSize
For information only May be required when contacting Basler support - Applies to: ace 2 USB, ace USB and dart 2 USB.
Pylon::ICommandEx & BslVignettingCorrectionLoad
Loads the vignetting correction data from the camera's file system - Applies to: boost CoaXPress.
Pylon::IEnumParameterT< BslVignettingCorrectionModeEnums > & BslVignettingCorrectionMode
Enables the vignetting correction - Applies to: boost CoaXPress and dart MIPI.
Pylon::IEnumParameterT< CameraOperationModeEnums > & CameraOperationMode
Sets the camera operation mode - Applies to: ace USB.
Pylon::IBooleanEx & ChunkEnable
Includes the currently selected chunk in the payload data - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.
Pylon::IBooleanEx & ChunkModeActive
Enables the chunk mode - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.
Pylon::IEnumParameterT< ChunkSelectorEnums > & ChunkSelector
Sets which chunk can be enabled - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.
Pylon::IIntegerEx & ChunkFrameTriggerCounter
Value of the Frame Trigger counter when the image was acquired - Applies to: GigE.
Pylon::IIntegerEx & ChunkFrameTriggerIgnoredCounter
Value of the Frame Trigger Ignored counter when the image was acquired - Applies to: GigE.
Pylon::IIntegerEx & ChunkFramecounter
Value of the Frame counter when the image was acquired - Applies to: GigE.
Pylon::IIntegerEx & ChunkFramesPerTriggerCounter
Value of the Frames per Trigger counter when the image was acquired - Applies to: GigE.
Pylon::IIntegerEx & ChunkGainAll
Gain All value of the acquired image - Applies to: GigE.
Pylon::IIntegerEx & ChunkInputStatusAtLineTriggerBitsPerLine
Number of bits per line used for the Input Status At Line Trigger parameter - Applies to: GigE.
Pylon::IIntegerEx & ChunkInputStatusAtLineTriggerIndex
Index number used for the Input Status At Line Trigger parameter - Applies to: GigE.
Pylon::IIntegerEx & ChunkInputStatusAtLineTriggerValue
Value indicating the status of the camera's input lines when a specific line was acquired - Applies to: GigE.
Pylon::IIntegerEx & ChunkLineTriggerCounter
Value of the Line Trigger counter when the image was acquired - Applies to: GigE.
Pylon::IIntegerEx & ChunkLineTriggerEndToEndCounter
Value of the Line Trigger End to End counter when the image was acquired - Applies to: GigE.
Pylon::IIntegerEx & ChunkLineTriggerIgnoredCounter
Value of the Line Trigger Ignored counter when the image was acquired - Applies to: GigE.
Pylon::IIntegerEx & ChunkSequenceSetIndex
Sequence set index number related to the acquired image - Applies to: GigE.
Pylon::IIntegerEx & ChunkShaftEncoderCounter
Value of the Shaft Encoder counter when the image was acquired - Applies to: GigE.
Pylon::IIntegerEx & ChunkTriggerinputcounter
Value of the Trigger Input counter when the image was acquired - Applies to: GigE.
Pylon::IIntegerEx & ChunkVirtLineStatusAll
Status of all of the camera's virtual input and output lines when the image was acquired - Applies to: GigE.
Pylon::IEnumParameterT< ClConfigurationEnums > & ClConfiguration
Sets the configuration type - Applies to: CameraLink.
Pylon::IFloatEx & ClInterLineDelayAbs
Delay between end of transmission and start of transmission of consecutive lines - Applies to: CameraLink.
Pylon::IIntegerEx & ClInterLineDelayRaw
Delay between end of transmission and start of transmission of consecutive lines (raw value) - Applies to: CameraLink.
Pylon::IEnumParameterT< ClPixelClockEnums > & ClPixelClock
Sets the pixel clock used in the communication with the frame grabber - Applies to: CameraLink.
Pylon::IFloatEx & ClPixelClockAbs
Pixel clock used in the communication with the frame grabber in Hz - Applies to: CameraLink.
Pylon::IEnumParameterT< ClSerialPortBaudRateEnums > & ClSerialPortBaudRate
Sets the serial port baud rate - Applies to: CameraLink.
Pylon::IEnumParameterT< ClTapGeometryEnums > & ClTapGeometry
Sets the tap geometry - Applies to: CameraLink.
Pylon::IEnumParameterT< ClTimeSlotsEnums > & ClTimeSlots
Sets the number of time slots - Applies to: CameraLink.
Pylon::IEnumParameterT< GevCCPEnums > & GevCCP
Sets the control channel privilege - Applies to: GigE.
Pylon::IIntegerEx & GevCurrentIPConfiguration
Current IP configuration of the selected network interface - Applies to: GigE.
Pylon::IIntegerEx & GevDeviceModeCharacterSet
Character set used by all strings of the bootstrap registers - Applies to: GigE.
Pylon::IBooleanEx & GevDeviceModeIsBigEndian
Indicates whether the bootstrap register is in big-endian format - Applies to: GigE.
Pylon::IStringEx & GevFirstURL
First URL reference to the GenICam XML file - Applies to: GigE.
Pylon::IIntegerEx & GevHeartbeatTimeout
Heartbeat timeout in milliseconds - Applies to: GigE.
Pylon::IBooleanEx & GevIEEE1588
Enables the IEEE 1588 V2 Precision Time Protocol for the timestamp register - Applies to: GigE.
Pylon::IIntegerEx & GevIEEE1588ClockId
Latched IEEE 1588 clock ID of the camera - Applies to: GigE.
Pylon::ICommandEx & GevIEEE1588DataSetLatch
Latches the current IEEE 1588-related values of the camera - Applies to: GigE.
Pylon::IIntegerEx & GevIEEE1588OffsetFromMaster
Latched offset from the IEEE 1588 master clock in nanoseconds - Applies to: GigE.
Pylon::IIntegerEx & GevIEEE1588ParentClockId
Latched IEEE 1588 parent clock ID of the camera - Applies to: GigE.
Pylon::IEnumParameterT< GevIEEE1588StatusEnums > & GevIEEE1588Status
Indicates the state of the IEEE 1588 clock - Applies to: GigE.
Pylon::IEnumParameterT< GevIEEE1588StatusLatchedEnums > & GevIEEE1588StatusLatched
Indicates the latched state of the IEEE 1588 clock - Applies to: GigE.
Pylon::IEnumParameterT< GevInterfaceSelectorEnums > & GevInterfaceSelector
Sets the physical network interface to be configured - Applies to: GigE.
Pylon::IBooleanEx & GevLinkCrossover
Indicates the state of medium-dependent interface crossover (MDIX) for the selected network interface - Applies to: GigE.
Pylon::IBooleanEx & GevLinkFullDuplex
Indicates whether the selected network interface operates in full-duplex mode - Applies to: GigE.
Pylon::IBooleanEx & GevLinkMaster
Indicates whether the selected network interface is the clock master - Applies to: GigE.
Pylon::IIntegerEx & GevLinkSpeed
Connection speed in Mbps of the selected network interface - Applies to: GigE.
Pylon::IIntegerEx & GevMessageChannelCount
Number of message channels supported by the camera - Applies to: GigE.
Pylon::IIntegerEx & GevNumberOfInterfaces
Number of network interfaces of the camera - Applies to: GigE.
Pylon::IIntegerEx & GevPTPDiagnosticsQueueRxEvntMaxNumElements
Applies to: GigE.
Pylon::IIntegerEx & GevPTPDiagnosticsQueueRxEvntPushNumFailure
Applies to: GigE.
Pylon::IIntegerEx & GevPTPDiagnosticsQueueRxGnrlMaxNumElements
Applies to: GigE.
Pylon::IIntegerEx & GevPTPDiagnosticsQueueRxGnrlPushNumFailure
Applies to: GigE.
Pylon::IIntegerEx & GevPTPDiagnosticsQueueSendNumFailure
Applies to: GigE.
Pylon::IIntegerEx & GevSCBWA
Base bandwidth in bytes per second that will be used by the camera to transmit image and chunk feature data and to handle resends and control data transmissions - Applies to: GigE.
Pylon::IIntegerEx & GevSCDA
Destination address of the selected stream channel - Applies to: GigE.
Pylon::IIntegerEx & GevSCDCT
Actual bandwidth (in bytes per second) that the camera will use to transmit image data and chunk data - Applies to: GigE.
Pylon::IIntegerEx & GevSCDMT
Maximum amount of data (in bytes per second) that the camera can generate - Applies to: GigE.
Pylon::IIntegerEx & GevSCFJM
Maximum amount of time (in ticks) that the next frame transmission could be delayed due to a burst of resends - Applies to: GigE.
Pylon::IIntegerEx & GevSCPHostPort
Destination port of the selected stream channel - Applies to: GigE.
Pylon::IIntegerEx & GevSCPInterfaceIndex
Index of the network interface to be used - Applies to: GigE.
Pylon::IBooleanEx & GevSCPSBigEndian
Indicates the endianness of multi-byte pixel data for this stream - Applies to: GigE.
Pylon::IBooleanEx & GevSCPSDoNotFragment
Disables IP fragmentation of packets on the stream channel - Applies to: GigE.
Pylon::ICommandEx & GevSCPSFireTestPacket
Sends a GigE Vision streaming test packet - Applies to: GigE.
Pylon::IStringEx & GevSecondURL
Second URL reference to the GenICam XML file - Applies to: GigE.
Pylon::IIntegerEx & GevStreamChannelCount
Number of stream channels supported by the camera - Applies to: GigE.
Pylon::IEnumParameterT< GevStreamChannelSelectorEnums > & GevStreamChannelSelector
Sets the stream channel to be configured - Applies to: GigE.
Pylon::IBooleanEx & GevSupportedIEEE1588
Indicates whether the IEEE 1588 V2 Precision Time Protocol (PTP) is supported - Applies to: GigE.
Pylon::IBooleanEx & GevSupportedIPConfigurationDHCP
Indicates whether the selected network interface supports DHCP IP addressing - Applies to: GigE.
Pylon::IBooleanEx & GevSupportedIPConfigurationLLA
Indicates whether the selected network interface supports auto IP addressing (also known as LLA) - Applies to: GigE.
Pylon::IBooleanEx & GevSupportedIPConfigurationPersistentIP
Indicates whether the selected network interface supports fixed IP addressing (also known as persistent IP addressing) - Applies to: GigE.
Pylon::IBooleanEx & GevSupportedOptionalCommandsConcatenation
Indicates whether multiple operations in a single message are supported - Applies to: GigE.
Pylon::IBooleanEx & GevSupportedOptionalCommandsEVENT
Indicates whether EVENT_CMD and EVENT_ACK are supported - Applies to: GigE.
Pylon::IBooleanEx & GevSupportedOptionalCommandsEVENTDATA
Indicates whether EVENTDATA_CMD and EVENTDATA_ACK are supported - Applies to: GigE.
Pylon::IBooleanEx & GevSupportedOptionalCommandsPACKETRESEND
Indicates whether PACKETRESEND_CMD is supported - Applies to: GigE.
Pylon::IBooleanEx & GevSupportedOptionalCommandsWRITEMEM
Indicates whether WRITEMEM_CMD and WRITEMEM_ACK are supported - Applies to: GigE.
Pylon::IBooleanEx & GevSupportedOptionalLegacy16BitBlockID
Indicates whether this GVSP transmitter or receiver can support a 16-bit block ID - Applies to: GigE.
Pylon::ICommandEx & GevTimestampControlLatch
Latches the current timestamp value of the camera - Applies to: GigE.
Pylon::ICommandEx & GevTimestampControlLatchReset
Resets the timestamp control latch - Applies to: GigE.
Pylon::ICommandEx & GevTimestampControlReset
Resets the timestamp value of the camera - Applies to: GigE.
Pylon::IIntegerEx & GevTimestampValue
Latched value of the timestamp - Applies to: GigE.
Pylon::IIntegerEx & GevVersionMajor
Major version number of the GigE Vision specification supported by this camera - Applies to: GigE.
Pylon::IIntegerEx & GevVersionMinor
Minor version number of the GigE Vision specification supported by this camera - Applies to: GigE.
Pylon::IBooleanEx & PixelFormatLegacy
Enables legacy pixel format encoding - Applies to: GigE.
Pylon::ICommandEx & ClearLastError
Clears the last error - Applies to: CameraLink, GigE and blaze.
Pylon::IIntegerEx & DeviceColorPipelineVersion
Version of the color modifications applied to images - Applies to: GigE and ace USB.
Pylon::IStringEx & DeviceFirmwareVersion
Version of the camera's firmware - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IStringEx & DeviceManufacturerInfo
Additional information from the vendor about the camera - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IStringEx & DeviceModelName
Name of the camera model - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::ICommandEx & DeviceReset
Immediately resets and restarts the camera - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IEnumParameterT< DeviceScanTypeEnums > & DeviceScanType
Indicates the scan type of the camera's sensor (area or line scan) - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IStringEx & DeviceUserID
User-settable ID of the camera - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.
Pylon::IStringEx & DeviceVendorName
Name of the camera vendor - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IStringEx & DeviceVersion
Version of the camera - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IEnumParameterT< LastErrorEnums > & LastError
Indicates the last error code in the memory - Applies to: CameraLink, GigE and blaze.
Pylon::IEnumParameterT< TemperatureStateEnums > & TemperatureState
Indicates the temperature state - Applies to: CameraLink, GigE, ace USB and blaze.
Pylon::IBooleanEx & ColorOverexposureCompensationAOIEnable
Enables color overexposure compensation - Applies to: CameraLink and GigE.
Pylon::IFloatEx & ColorOverexposureCompensationAOIFactor
Sets the color overexposure compensation factor for the selected C O C AOI - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & ColorOverexposureCompensationAOIFactorRaw
Sets the raw value for the color overexposure compensation factor - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & ColorOverexposureCompensationAOIHeight
Sets the height for the selected C O C AOI - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & ColorOverexposureCompensationAOIOffsetX
Sets the X offset for the selected C O C AOI - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & ColorOverexposureCompensationAOIOffsetY
Sets the Y offset for the selected C O C AOI - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< ColorOverexposureCompensationAOISelectorEnums > & ColorOverexposureCompensationAOISelector
Selcts the AOI for color overexposure compensation - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & ColorOverexposureCompensationAOIWidth
Sets the width for the selected C O C AOI - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< ColorSpaceEnums > & ColorSpace
Sets the color space for image acquisitions - Applies to: ace USB.
Pylon::IBooleanEx & ColorTransformationEnable
Enables color transformation - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.
Pylon::IEnumParameterT< ColorTransformationSelectorEnums > & ColorTransformationSelector
Sets which type of color transformation will be performed - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.
Pylon::IFloatEx & ColorTransformationValue
Transformation value for the selected element in the color transformation matrix - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.
Pylon::IEnumParameterT< ColorTransformationValueSelectorEnums > & ColorTransformationValueSelector
Sets which element will be entered in the color transformation matrix - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.
Pylon::IIntegerEx & CounterDuration
Number of times a sequencer set is used before the Counter End event is generated - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< CounterResetActivationEnums > & CounterResetActivation
Sets which type of signal transition will reset the counter - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< CounterEventActivationEnums > & CounterEventActivation
Sets the type of signal transition that the counter will count - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< CounterStatusEnums > & CounterStatus
Returns the current status of the counter - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< CounterTriggerActivationEnums > & CounterTriggerActivation
Sets the type of signal transition that will start the counter - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< CounterTriggerSourceEnums > & CounterTriggerSource
Sets the signal used to start the selected counter - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::IIntegerEx & CounterValue
Current value of the counter - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< CounterEventSourceEnums > & CounterEventSource
Sets which event increases the currently selected counter - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::ICommandEx & CounterReset
Immediately resets the selected counter - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< CounterResetSourceEnums > & CounterResetSource
Sets which source signal will reset the currently selected counter - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< CounterSelectorEnums > & CounterSelector
Sets which counter can be configured - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IBooleanEx & CriticalTemperature
Indicates whether the critical temperature has been reached - Applies to: CameraLink and GigE.
Pylon::IStringEx & DeviceID
ID of the camera - Applies to: CameraLink and GigE.
Pylon::IBooleanEx & OverTemperature
Indicates whether an over temperature state has been detected - Applies to: CameraLink and GigE.
Pylon::IFloatEx & TemperatureAbs
Temperature at the selected location in the camera (in degrees centigrade) - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< TemperatureSelectorEnums > & TemperatureSelector
Sets the location in the camera where the temperature will be measured - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & CriticalTemperatureEventStreamChannelIndex
Stream channel index of the Critical Temperature event - Applies to: GigE.
Pylon::IIntegerEx & CriticalTemperatureEventTimestamp
Timestamp of the Critical Temperature event - Applies to: GigE.
Pylon::IIntegerEx & CxpConnectionSelector
Sets the CoaXPress physical connection to control - Applies to: boost CoaXPress and boost_V_CoaXPress.
Pylon::IIntegerEx & CxpConnectionTestErrorCount
Number of test packet connection errors received by the device on the connection selected by the Connection Selector parameter - Applies to: boost CoaXPress and boost_V_CoaXPress.
Pylon::IEnumParameterT< CxpConnectionTestModeEnums > & CxpConnectionTestMode
Sets the test mode for an individual physical connection of the device - Applies to: boost CoaXPress and boost_V_CoaXPress.
Pylon::IIntegerEx & CxpConnectionTestPacketCount
Number of test packets received by the device on the connection selected by the Cxp Connection Selector parameter - Applies to: boost CoaXPress and boost_V_CoaXPress.
Pylon::ICommandEx & CxpErrorCounterReset
Resets the selected CoaXPress error counter - Applies to: boost CoaXPress.
Pylon::IEnumParameterT< CxpErrorCounterSelectorEnums > & CxpErrorCounterSelector
Sets which CoaXPress error counter to read or reset - Applies to: boost CoaXPress.
Pylon::IEnumParameterT< CxpErrorCounterStatusEnums > & CxpErrorCounterStatus
Indicates the current status of the selected CoaXPress error counter - Applies to: boost CoaXPress.
Pylon::IIntegerEx & CxpErrorCounterValue
Current value of the selected CoaXPress error counter - Applies to: boost CoaXPress.
Pylon::IEnumParameterT< CxpLinkConfigurationEnums > & CxpLinkConfiguration
Sets the link configuration - Applies to: boost CoaXPress and boost_V_CoaXPress.
Pylon::IEnumParameterT< CxpLinkConfigurationPreferredEnums > & CxpLinkConfigurationPreferred
Sets the link configuration that allows the device to operate in its default mode - Applies to: boost CoaXPress and boost_V_CoaXPress.
Pylon::IEnumParameterT< CxpLinkConfigurationStatusEnums > & CxpLinkConfigurationStatus
Indicates the link configuration used by the device - Applies to: boost CoaXPress.
Pylon::IEnumParameterT< CxpSendReceiveSelectorEnums > & CxpSendReceiveSelector
Sets whether the send or the receive features can be configured - Applies to: boost CoaXPress and boost_V_CoaXPress.
Pylon::IIntegerEx & Image1StreamID
Stream ID of the first image stream - Applies to: boost CoaXPress and boost_V_CoaXPress.
Pylon::IIntegerEx & Image2StreamID
Stream ID of the second image stream - Applies to: boost_V_CoaXPress.
Pylon::IEnumParameterT< DemosaicingModeEnums > & DemosaicingMode
Sets the demosaicing mode - Applies to: GigE and ace USB.
Pylon::IFloatEx & NoiseReduction
Amount of noise reduction to be applied - Applies to: ace USB.
Pylon::IFloatEx & NoiseReductionAbs
Amount of noise reduction to be applied - Applies to: GigE.
Pylon::IIntegerEx & NoiseReductionRaw
Amount of noise reduction to be applied (raw value) - Applies to: GigE.
Pylon::IEnumParameterT< PgiModeEnums > & PgiMode
Enables Basler PGI image optimizations - Applies to: GigE and ace USB.
Pylon::IFloatEx & SharpnessEnhancementAbs
Sharpening value to be applied - Applies to: GigE.
Pylon::IIntegerEx & SharpnessEnhancementRaw
Sharpening value to be applied (raw value) - Applies to: GigE.
Pylon::IIntegerEx & EventActionLate
Unique identifier of the Action Late event - Applies to: ace 2 GigE.
Pylon::IIntegerEx & EventActionLateTimestamp
Timestamp of the Action Late event - Applies to: ace 2 GigE.
Pylon::IIntegerEx & EventCriticalTemperature
Unique identifier of the Critical Temperature event - Applies to: ace USB.
Pylon::IIntegerEx & EventCriticalTemperatureTimestamp
Timestamp of the Critical Temperature event - Applies to: ace USB.
Pylon::IIntegerEx & EventExposureEnd
Unique identifier of the Exposure End event - Applies to: ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.
Pylon::IIntegerEx & EventExposureEndFrameID
Frame ID of the Exposure End event - Applies to: ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.
Pylon::IIntegerEx & EventExposureEndTimestamp
Timestamp of the Exposure End event - Applies to: ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.
Pylon::IIntegerEx & EventFrameBufferOverrun
Unique identifier of the Frame Buffer Overrun event - Applies to: ace 2 GigE and ace 2 USB.
Pylon::IIntegerEx & EventFrameBufferOverrunTimestamp
Timestamp of the Frame Buffer Overrun event - Applies to: ace 2 GigE and ace 2 USB.
Pylon::IIntegerEx & EventFrameBurstStart
Unique identifier of the Frame Burst Start event - Applies to: ace USB.
Pylon::IIntegerEx & EventFrameBurstStartFrameID
Frame ID of the Frame Burst Start event - Applies to: ace USB.
Pylon::IIntegerEx & EventFrameBurstStartTimestamp
Timestamp of the Frame Burst Start event - Applies to: ace USB.
Pylon::IIntegerEx & EventFrameBurstStartOvertrigger
Unique identifier of the Frame Burst Start Overtrigger event - Applies to: ace USB.
Pylon::IIntegerEx & EventFrameBurstStartOvertriggerFrameID
Frame ID of the Frame Burst Start Overtrigger event - Applies to: ace USB.
Pylon::IIntegerEx & EventFrameBurstStartOvertriggerTimestamp
Timestamp of the Frame Burst Start Overtrigger event - Applies to: ace USB.
Pylon::IIntegerEx & EventFrameBurstStartWait
Unique identifier of the Frame Burst Start Wait event - Applies to: ace USB.
Pylon::IIntegerEx & EventFrameBurstStartWaitTimestamp
Timestamp of the Frame Burst Start Wait event - Applies to: ace USB.
Pylon::IIntegerEx & EventFrameStart
Unique identifier of the Frame Start event - Applies to: ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.
Pylon::IIntegerEx & EventFrameStartFrameID
Frame ID of the Frame Start event - Applies to: ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.
Pylon::IIntegerEx & EventFrameStartTimestamp
Timestamp of the Frame Start event - Applies to: ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.
Pylon::IIntegerEx & EventFrameStartOvertrigger
Unique identifier of the Frame Start Overtrigger event - Applies to: ace USB.
Pylon::IIntegerEx & EventFrameStartOvertriggerFrameID
Frame ID of the Frame Start Overtrigger event - Applies to: ace USB.
Pylon::IIntegerEx & EventFrameStartOvertriggerTimestamp
Timestamp of the Frame Start Overtrigger event - Applies to: ace USB.
Pylon::IIntegerEx & EventFrameStartWait
Unique identifier of the Frame Start Wait event - Applies to: ace USB.
Pylon::IIntegerEx & EventFrameStartWaitTimestamp
Timestamp of the Frame Start Wait event - Applies to: ace USB.
Pylon::IIntegerEx & EventFrameTriggerMissed
Unique identifier of the Frame Trigger Missed event - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.
Pylon::IIntegerEx & EventFrameTriggerMissedTimestamp
Timestamp of the Frame Trigger Missed event - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.
Pylon::IEnumParameterT< EventNotificationEnums > & EventNotification
Enables event notifications for the currently selected event - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.
Pylon::IEnumParameterT< EventSelectorEnums > & EventSelector
Sets the event notification to be enabled - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.
Pylon::IIntegerEx & EventOverTemperature
Unique identifier of the Over Temperature event - Applies to: ace USB.
Pylon::IIntegerEx & EventOverTemperatureTimestamp
Timestamp of the Over Temperature event - Applies to: ace USB.
Pylon::IIntegerEx & EventOverrun
Unique identifier of the Event Overrun event - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.
Pylon::IIntegerEx & EventOverrunTimestamp
Timestamp of the Event Overrun event - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.
Pylon::IIntegerEx & EventOverrunEventFrameID
Frame ID of the Event Overrun event - Applies to: GigE.
Pylon::IIntegerEx & EventOverrunEventStreamChannelIndex
Stream channel index of the Event Overrun event - Applies to: GigE.
Pylon::IIntegerEx & EventOverrunEventTimestamp
Timestamp of the Event Overrun event - Applies to: GigE.
Pylon::IIntegerEx & EventTemperatureStatusChanged
Unique identifier of the Temperature Status Changed event - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.
Pylon::IEnumParameterT< EventTemperatureStatusChangedStatusEnums > & EventTemperatureStatusChangedStatus
New temperature status that applies after the Temperature Status Changed event was raised - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.
Pylon::IIntegerEx & EventTemperatureStatusChangedTimestamp
Timestamp of the Temperature Status Changed event - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.
Pylon::IIntegerEx & EventTest
Unique identifier of the Test event - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.
Pylon::IIntegerEx & EventTestTimestamp
Timestamp of the test event - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.
Pylon::IIntegerEx & ExpertFeatureAccessKey
Key for making the selected expert feature available - Applies to: CameraLink, GigE and ace USB.
Pylon::IEnumParameterT< ExpertFeatureAccessSelectorEnums > & ExpertFeatureAccessSelector
Sets the expert feature to be made available - Applies to: CameraLink, GigE and ace USB.
Pylon::IBooleanEx & ExpertFeatureEnable
Enables the currently selected expert feature - Applies to: CameraLink, GigE and ace USB.
Pylon::IIntegerEx & ExposureEndEventFrameID
Frame ID of the Exposure End event - Applies to: GigE.
Pylon::IIntegerEx & ExposureEndEventStreamChannelIndex
Stream channel index of the Exposure End event - Applies to: GigE.
Pylon::IIntegerEx & ExposureEndEventTimestamp
Timestamp of the Exposure End event - Applies to: GigE.
Pylon::IBooleanEx & FastMode
Enables the fast mode - Applies to: blaze.
Pylon::IIntegerEx & MultiCameraChannel
Operating channel of the camera - Applies to: blaze.
Pylon::IEnumParameterT< OperatingModeEnums > & OperatingMode
Sets the operating mode of the camera - Applies to: blaze.
Pylon::IFloatEx & Scan3dAxisMax
Maximum valid transmitted coordinate value of the selected Axis - Applies to: blaze.
Pylon::IFloatEx & Scan3dAxisMin
Minimum valid transmitted coordinate value of the selected Axis - Applies to: blaze.
Pylon::IFloatEx & Scan3dCalibrationOffset
Adds an offset to the measured distance - Applies to: blaze.
Pylon::IFloatEx & Scan3dCoordinateOffset
Offset when transforming a pixel from relative coordinates to world coordinates - Applies to: blaze.
Pylon::IFloatEx & Scan3dCoordinateScale
Scale factor when transforming a pixel from relative coordinates to world coordinates - Applies to: blaze.
Pylon::IEnumParameterT< Scan3dCoordinateSelectorEnums > & Scan3dCoordinateSelector
Selects the individual coordinates in the vectors for 3D information/transformation - Applies to: blaze.
Pylon::IEnumParameterT< Scan3dCoordinateSystemEnums > & Scan3dCoordinateSystem
Specifies the Coordinate system to use for the device - Applies to: blaze.
Pylon::IEnumParameterT< Scan3dCoordinateSystemReferenceEnums > & Scan3dCoordinateSystemReference
Defines coordinate system reference location - Applies to: blaze.
Pylon::IEnumParameterT< Scan3dDistanceUnitEnums > & Scan3dDistanceUnit
Specifies the unit used when delivering (calibrated) distance data - Applies to: blaze.
Pylon::IFloatEx & Scan3dFocalLength
Returns the focal length of the camera in pixel - Applies to: blaze.
Pylon::IBooleanEx & Scan3dInvalidDataFlag
Enables the definition of a non-valid flag value in the data stream - Applies to: blaze.
Pylon::IFloatEx & Scan3dInvalidDataValue
Value which identifies a non-valid pixel if Scan3dInvalidDataFlag is enabled - Applies to: blaze.
Pylon::IEnumParameterT< Scan3dOutputModeEnums > & Scan3dOutputMode
Controls the Calibration and data organization of the device and the coordinates transmitted - Applies to: blaze.
Pylon::IFloatEx & Scan3dPrincipalPointU
Returns the value of the horizontal position of the principal point, relative to the region origin, i e - Applies to: blaze.
Pylon::IFloatEx & Scan3dPrincipalPointV
Returns the value of the vertical position of the principal point, relative to the region origin, i e - Applies to: blaze.
Pylon::IFloatEx & ZOffsetOriginToCameraFront
Distance between the origin of the z axis to the front of the camera housing - Applies to: blaze.
Pylon::IEnumParameterT< FeatureSetEnums > & FeatureSet
Sets the default GenICam XML file - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< FieldOutputModeEnums > & FieldOutputMode
Selects the mode to output the fields - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< PixelCodingEnums > & PixelCoding
Sets the color coding of the pixels in the acquired images - Applies to: CameraLink and GigE.
Pylon::IBooleanEx & ProcessedRawEnable
Enables the output of color-improved raw image data - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< SensorBitDepthEnums > & SensorBitDepth
Amount of data bits the sensor produces for one sample - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< SensorDigitizationTapsEnums > & SensorDigitizationTaps
This feature represents the number of digitized samples outputted simultaneously by the camera A/D conversion stage - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & SpatialCorrection
Correction factor to account for the gaps between the sensor's lines - Applies to: CameraLink and GigE.
Pylon::IRegisterEx & FileAccessBuffer
Access buffer for file operations - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IIntegerEx & FileAccessLength
Number of bytes read from the file into the file access buffer or written to the file from the file access buffer - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IIntegerEx & FileAccessOffset
Number of bytes after which FileAccessLength bytes are read from the file into the file access buffer or are written to the file from the file access buffer - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< FileOpenModeEnums > & FileOpenMode
Sets the access mode in which a file is opened in the camera - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::ICommandEx & FileOperationExecute
Executes the operation selected by File Operation Selector parameter - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IIntegerEx & FileOperationResult
File operation result - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< FileOperationSelectorEnums > & FileOperationSelector
Sets the target operation for the currently selected file - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< FileOperationStatusEnums > & FileOperationStatus
Indicates the file operation execution status - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< FileSelectorEnums > & FileSelector
Sets the target file in the camera - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IIntegerEx & FileSize
Size of the currently selected file in bytes - Applies to: CameraLink, GigE and ace USB.
Pylon::IIntegerEx & FrameStartEventStreamChannelIndex
Stream channel index of the Frame Start event - Applies to: GigE.
Pylon::IIntegerEx & FrameStartEventTimestamp
Timestamp of the Frame Start event - Applies to: GigE.
Pylon::IIntegerEx & FrameStartOvertriggerEventStreamChannelIndex
Stream channel index of the Frame Start Overtrigger event - Applies to: GigE.
Pylon::IIntegerEx & FrameStartOvertriggerEventTimestamp
Timestamp of the Frame Start Overtrigger event - Applies to: GigE.
Pylon::IIntegerEx & FrameStartWaitEventStreamChannelIndex
Stream channel index of the Frame Start Wait event - Applies to: GigE.
Pylon::IIntegerEx & FrameStartWaitEventTimestamp
Timestamp of the Frame Start Wait event - Applies to: GigE.
Pylon::IIntegerEx & FrameTimeoutEventStreamChannelIndex
Stream channel index of the Frame Timeout event - Applies to: GigE.
Pylon::IIntegerEx & FrameTimeoutEventTimestamp
Timestamp of the Frame Timeout event - Applies to: GigE.
Pylon::IIntegerEx & FrameWaitEventStreamChannelIndex
Stream channel index of the Frame Wait event - Applies to: GigE.
Pylon::IIntegerEx & FrameWaitEventTimestamp
Timestamp of the Frame Wait event - Applies to: GigE.
Pylon::IEnumParameterT< FrequencyConverterInputSourceEnums > & FrequencyConverterInputSource
Sets the input source - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & FrequencyConverterMultiplier
Multiplication factor to be applied to the input signal frequency - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & FrequencyConverterPostDivider
Post-divider value to decrease input signal frequency - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & FrequencyConverterPreDivider
Pre-divider value to decrease signal frequency - Applies to: CameraLink and GigE.
Pylon::IBooleanEx & FrequencyConverterPreventOvertrigger
Enables overtriggering protection - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< FrequencyConverterSignalAlignmentEnums > & FrequencyConverterSignalAlignment
Sets the signal transition relationships between received and generated signals - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & GevCurrentDefaultGateway
Current default gateway of the selected network interface - Applies to: GigE and blaze.
Pylon::IIntegerEx & GevCurrentIPAddress
Current IP address of the selected network interface - Applies to: GigE and blaze.
Pylon::IIntegerEx & GevCurrentSubnetMask
Current subnet mask of the selected network interface - Applies to: GigE and blaze.
Pylon::IEnumParameterT< GevGVSPExtendedIDModeEnums > & GevGVSPExtendedIDMode
Sets the Extended ID mode for GVSP - Applies to: GigE and ace 2 GigE.
Pylon::IIntegerEx & GevMACAddress
MAC address of the selected network interface - Applies to: GigE and blaze.
Pylon::IIntegerEx & GevPersistentDefaultGateway
Fixed default gateway of the selected network interface - Applies to: GigE and blaze.
Pylon::IIntegerEx & GevPersistentIPAddress
Fixed IP address of the selected network interface - Applies to: GigE and blaze.
Pylon::IIntegerEx & GevPersistentSubnetMask
Fixed subnet mask of the selected network interface - Applies to: GigE and blaze.
Pylon::IIntegerEx & GevSCBWR
Percentage of the Ethernet bandwidth assigned to the camera to be held in reserve - Applies to: CamEmu, GigE and ace 2 GigE.
Pylon::IIntegerEx & GevSCBWRA
Multiplier for the Bandwidth Reserve parameter - Applies to: CamEmu, GigE and ace 2 GigE.
Pylon::IIntegerEx & GevSCFTD
Frame transmission delay on the selected stream channel - Applies to: CamEmu, GigE and ace 2 GigE.
Pylon::IIntegerEx & GevSCPD
Delay between the transmission of each packet on the selected stream channel - Applies to: CamEmu, GigE and ace 2 GigE.
Pylon::IIntegerEx & GevSCPSPacketSize
Packet size in bytes on the selected stream channel Excludes data leader and data trailer - Applies to: CamEmu, GigE, ace 2 GigE and blaze.
Pylon::IIntegerEx & GevTimestampTickFrequency
Number of timestamp clock ticks in 1 second - Applies to: GigE, ace 2 GigE and blaze.
Pylon::IIntegerEx & HeightMax
Maximum height of the region of interest (area of interest) in pixels - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IIntegerEx & SensorHeight
Height of the camera's sensor in pixels - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IIntegerEx & SensorWidth
Width of the camera's sensor in pixels - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IIntegerEx & WidthMax
Maximum width of the region of interest (area of interest) in pixels - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IBooleanEx & LUTEnable
Enables the selected lookup table (LUT) - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.
Pylon::IIntegerEx & LUTIndex
Pixel value to be replaced with the LUT Value pixel value - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.
Pylon::IEnumParameterT< LUTSelectorEnums > & LUTSelector
Sets the lookup table (LUT) to be configured - Applies to: CameraLink, GigE and ace USB.
Pylon::IIntegerEx & LUTValue
New pixel value to replace the LUT Index pixel value - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.
Pylon::IRegisterEx & LUTValueAll
A single register that lets you access all LUT entries - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.
Pylon::IIntegerEx & LateActionEventStreamChannelIndex
Stream channel index of the Action Late event - Applies to: GigE.
Pylon::IIntegerEx & LateActionEventTimestamp
Timestamp of the Action Late event - Applies to: GigE.
Pylon::IIntegerEx & Line1RisingEdgeEventStreamChannelIndex
Stream channel index of the Line 1 Rising Edge event - Applies to: GigE.
Pylon::IIntegerEx & Line1RisingEdgeEventTimestamp
Timestamp of the Line 1 Rising Edge event - Applies to: GigE.
Pylon::IIntegerEx & Line2RisingEdgeEventStreamChannelIndex
Stream channel index of the Line 2 Rising Edge event - Applies to: GigE.
Pylon::IIntegerEx & Line2RisingEdgeEventTimestamp
Timestamp of the Line 2 Rising Edge event - Applies to: GigE.
Pylon::IIntegerEx & Line3RisingEdgeEventStreamChannelIndex
Stream channel index of the Line 3 Rising Edge event - Applies to: GigE.
Pylon::IIntegerEx & Line3RisingEdgeEventTimestamp
Timestamp of the Line 3 Rising Edge event - Applies to: GigE.
Pylon::IIntegerEx & Line4RisingEdgeEventStreamChannelIndex
Stream channel index of the Line 4 Rising Edge event - Applies to: GigE.
Pylon::IIntegerEx & Line4RisingEdgeEventTimestamp
Timestamp of the Line 4 Rising Edge event - Applies to: GigE.
Pylon::IFloatEx & LineDebouncerTimeAbs
Line debouncer time in microseconds - Applies to: CameraLink and GigE.
Pylon::IBooleanEx & LineTermination
Enables the termination resistor of the selected input line - Applies to: CameraLink and GigE.
Pylon::IFloatEx & MinOutPulseWidthAbs
Minimum signal width of an output signal (in microseconds) - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< SyncUserOutputSelectorEnums > & SyncUserOutputSelector
Sets the user-settable synchronous output signal to be configured - Applies to: CameraLink and GigE.
Pylon::IBooleanEx & SyncUserOutputValue
Enables the selected user-settable synchronous output line - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & SyncUserOutputValueAll
Single bit field that sets the state of all user-settable synchronous output signals in one access - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & UserOutputValueAllMask
Defines a mask that is used when the User Output Value All setting is used to set all of the user settable output signals in one access - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< LineFormatEnums > & LineFormat
Indicates the electrical configuration of the currently selected line - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart USB.
Pylon::IBooleanEx & LineInverter
Enables the signal inverter function for the currently selected input or output line - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart USB.
Pylon::IEnumParameterT< LineLogicEnums > & LineLogic
Indicates the line logic of the currently selected line - Applies to: CameraLink, GigE and ace USB.
Pylon::IEnumParameterT< LineModeEnums > & LineMode
Sets the mode for the selected line - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart USB.
Pylon::IEnumParameterT< LineSelectorEnums > & LineSelector
Sets the I/O line to be configured - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart USB.
Pylon::IEnumParameterT< LineSourceEnums > & LineSource
Sets the source signal for the currently selected line - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart USB.
Pylon::IBooleanEx & LineStatus
Indicates the current logical state of the selected line - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB and dart USB.
Pylon::IIntegerEx & LineStatusAll
Single bit field indicating the current logical state of all available line signals at time of polling - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB and dart USB.
Pylon::IEnumParameterT< UserOutputSelectorEnums > & UserOutputSelector
Sets the user-settable output signal to be configured - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB and dart USB.
Pylon::IBooleanEx & UserOutputValue
Enables the selected user-settable output line - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB and dart USB.
Pylon::IIntegerEx & UserOutputValueAll
Single bit field that sets the state of all user-settable output signals in one access - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IIntegerEx & LineStartOvertriggerEventStreamChannelIndex
Stream channel index of the Line Start Overtrigger event - Applies to: GigE.
Pylon::IIntegerEx & LineStartOvertriggerEventTimestamp
Timestamp of the Line Start Overtrigger event - Applies to: GigE.
Pylon::IIntegerEx & OverTemperatureEventStreamChannelIndex
Stream channel index of the Over Temperature event - Applies to: GigE.
Pylon::IIntegerEx & OverTemperatureEventTimestamp
Timestamp of the Over Temperature event - Applies to: GigE.
Pylon::IEnumParameterT< ParameterSelectorEnums > & ParameterSelector
Sets the parameter whose factory limits can be removed - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & Prelines
Sets the number of prelines - Applies to: CameraLink and GigE.
Pylon::IBooleanEx & RemoveLimits
Removes the factory-set limit of the selected parameter - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & PayloadSize
Size of the payload in bytes - Applies to: CamEmu, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IEnumParameterT< PixelColorFilterEnums > & PixelColorFilter
Indicates the alignment of the camera's Bayer filter to the pixels in the acquired images - Applies to: CameraLink, GigE, ace USB, dart USB and pulse USB.
Pylon::IIntegerEx & PixelDynamicRangeMax
Maximum possible pixel value that can be transferred from the camera - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IIntegerEx & PixelDynamicRangeMin
Minimum possible pixel value that can be transferred from the camera - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IEnumParameterT< PixelFormatEnums > & PixelFormat
Sets the format of the pixel data transmitted by the camera - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IEnumParameterT< PixelSizeEnums > & PixelSize
Indicates the depth of the pixel values in the image (in bits per pixel) - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.
Pylon::IBooleanEx & ReverseX
Enables horizontal mirroring of the image - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.
Pylon::IBooleanEx & ReverseY
Enables vertical mirroring of the image - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.
Pylon::IBooleanEx & TestImageResetAndHold
Allows you to turn a moving test image into a fixed one - Applies to: GigE and ace USB.
Pylon::IEnumParameterT< TestImageSelectorEnums > & TestImageSelector
Sets the test image to display - Applies to: CamEmu, CameraLink, GigE and ace USB.
Pylon::IBooleanEx & RemoveParameterLimit
Removes the factory-set limit of the selected parameter - Applies to: ace USB.
Pylon::IEnumParameterT< RemoveParameterLimitSelectorEnums > & RemoveParameterLimitSelector
Sets the parameter whose factory limits can be removed - Applies to: ace USB.
Pylon::IEnumParameterT< SequenceAddressBitSelectorEnums > & SequenceAddressBitSelector
Sets which bit of the sequence set address can be assigned to an input line - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< SequenceAddressBitSourceEnums > & SequenceAddressBitSource
Sets an input line as the control source for the currently selected sequence set address bit - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< SequenceAdvanceModeEnums > & SequenceAdvanceMode
Sets the sequence set advance mode - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< SequenceControlSelectorEnums > & SequenceControlSelector
Sets whether sequence advance or sequence restart can be configured - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< SequenceControlSourceEnums > & SequenceControlSource
Sets the source for sequence control - Applies to: CameraLink and GigE.
Pylon::ICommandEx & SequenceAsyncAdvance
Enables asynchronous advance from one sequence set to the next - Applies to: CameraLink and GigE.
Pylon::ICommandEx & SequenceAsyncRestart
Enables asynchronous restart of the sequence set sequence - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< SequenceConfigurationModeEnums > & SequenceConfigurationMode
Sets whether the sequencer can be configured - Applies to: GigE.
Pylon::IIntegerEx & SequenceCurrentSet
Current sequence set - Applies to: CameraLink and GigE.
Pylon::IBooleanEx & SequenceEnable
Enables the sequencer - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & SequenceSetExecutions
Number of sequence set executions - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & SequenceSetIndex
Index number of a sequence set - Applies to: CameraLink and GigE.
Pylon::ICommandEx & SequenceSetLoad
Loads the parameter values of the currently selected sequence set for configuration - Applies to: CameraLink and GigE.
Pylon::ICommandEx & SequenceSetStore
Stores the sequencer parameter values in the currently selected sequence set - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & SequenceSetTotalNumber
Total number of sequence sets in the sequence - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< SequencerConfigurationModeEnums > & SequencerConfigurationMode
Sets whether the sequencer can be configured - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.
Pylon::IEnumParameterT< SequencerModeEnums > & SequencerMode
Sets whether the sequencer can be used for image acquisition - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.
Pylon::IIntegerEx & SequencerPathSelector
Sets which path can be configured - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.
Pylon::IIntegerEx & SequencerSetActive
Index number of the currently active sequencer set - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.
Pylon::ICommandEx & SequencerSetLoad
Loads the parameter values of the currently selected sequencer set for configuration - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.
Pylon::IIntegerEx & SequencerSetNext
Next sequencer set that the sequencer will advance to when the configured trigger signal is received - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.
Pylon::ICommandEx & SequencerSetSave
Saves the sequencer parameter values in the currently selected sequencer set - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.
Pylon::IIntegerEx & SequencerSetSelector
The sequencer set to be configured - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.
Pylon::IIntegerEx & SequencerSetStart
First sequencer set to be used after the Sequencer Mode parameter is set to On - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.
Pylon::IEnumParameterT< SequencerTriggerActivationEnums > & SequencerTriggerActivation
Sets the logical state that makes the sequencer advance to the next set - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.
Pylon::IEnumParameterT< SequencerTriggerSourceEnums > & SequencerTriggerSource
Sets the source signal to be used to advance to the next set - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.
Pylon::IBooleanEx & ShadingEnable
Enables the selected shading correction type - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< ShadingSelectorEnums > & ShadingSelector
Sets the kind of shading correction - Applies to: CameraLink and GigE.
Pylon::ICommandEx & ShadingSetActivate
Loads the selected shading set - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< ShadingSetCreateEnums > & ShadingSetCreate
Enables/disables shading set creation - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< ShadingSetDefaultSelectorEnums > & ShadingSetDefaultSelector
Sets the bootup shading set - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< ShadingSetSelectorEnums > & ShadingSetSelector
Sets which shading set can be enabled or created - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< ShadingStatusEnums > & ShadingStatus
Indicates error statuses related to shading correction - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & ShaftEncoderModuleCounter
Current value of the tick counter - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & ShaftEncoderModuleCounterMax
Maximum value of the tick counter - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< ShaftEncoderModuleCounterModeEnums > & ShaftEncoderModuleCounterMode
Sets the counting mode of the tick counter - Applies to: CameraLink and GigE.
Pylon::ICommandEx & ShaftEncoderModuleCounterReset
Resets the tick counter to 0 - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< ShaftEncoderModuleLineSelectorEnums > & ShaftEncoderModuleLineSelector
Sets the phase of the shaft encoder - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< ShaftEncoderModuleLineSourceEnums > & ShaftEncoderModuleLineSource
Sets the line source for the shaft encoder module - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< ShaftEncoderModuleModeEnums > & ShaftEncoderModuleMode
Sets how the shaft encoder module outputs trigger signals - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & ShaftEncoderModuleReverseCounterMax
Maximum value of the reverse counter - Applies to: CameraLink and GigE.
Pylon::ICommandEx & ShaftEncoderModuleReverseCounterReset
Resets the reverse counter of the shaft encoder module - Applies to: CameraLink and GigE.
Pylon::IFloatEx & SharpnessEnhancement
Sharpening value to be applied - Applies to: ace USB, dart USB and pulse USB.
Pylon::ICommandEx & SoftwareSignalPulse
Executes the selected software signal - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< SoftwareSignalSelectorEnums > & SoftwareSignalSelector
Sets the software signal to be executed - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IBooleanEx & StackedZoneImagingEnable
Enables the Stacked Zone Imaging feature - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & StackedZoneImagingIndex
Index number of the zone to configure - Applies to: CameraLink and GigE.
Pylon::IBooleanEx & StackedZoneImagingZoneEnable
Enables the selected zone - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & StackedZoneImagingZoneHeight
Height of the selected zone - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & StackedZoneImagingZoneOffsetY
Vertical offset (top offset) of the selected zone - Applies to: CameraLink and GigE.
Pylon::ICommandEx & TestEventGenerate
Generates a Test event that can be used for testing event notification - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.
Pylon::IIntegerEx & TestPendingAck
Test pending acknowledge time in milliseconds - Applies to: ace 2 GigE, ace 2 USB, dart 2 USB, dart USB and pulse USB.
Pylon::IFloatEx & TimerDelay
Delay of the currently selected timer in microseconds - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IFloatEx & TimerDuration
Duration of the currently selected timer in microseconds - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IFloatEx & TimerDelayAbs
Delay of the currently selected timer in microseconds - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & TimerDelayRaw
Delay of the selected timer (raw value) - Applies to: CameraLink and GigE.
Pylon::IFloatEx & TimerDelayTimebaseAbs
Timebase (in microseconds) that is used when a timer delay is specified using the Timer Delay Raw parameter - Applies to: CameraLink and GigE.
Pylon::IFloatEx & TimerDurationAbs
Duration of the currently selected timer in microseconds - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & TimerDurationRaw
Duration of the selected timer (raw value) - Applies to: CameraLink and GigE.
Pylon::IFloatEx & TimerDurationTimebaseAbs
Timebase (in microseconds) that is used when a timer duration is specified using the Timer Duration Raw parameter - Applies to: CameraLink and GigE.
Pylon::ICommandEx & TimerReset
Resets the selected timer - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< TimerStatusEnums > & TimerStatus
Indicates the status of the currently selected timer - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::IFloatEx & TimerTriggerArmDelay
Arm delay of the currently selected timer - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< TimerSelectorEnums > & TimerSelector
Sets the timer to be configured - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< TimerTriggerSourceEnums > & TimerTriggerSource
Sets the internal camera signal used to trigger the selected timer - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IIntegerEx & TimerSequenceCurrentEntryIndex
Applies to: CameraLink and GigE.
Pylon::IBooleanEx & TimerSequenceEnable
Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< TimerSequenceEntrySelectorEnums > & TimerSequenceEntrySelector
Applies to: CameraLink and GigE.
Pylon::IIntegerEx & TimerSequenceLastEntryIndex
Applies to: CameraLink and GigE.
Pylon::IIntegerEx & TimerSequenceTimerDelayRaw
Applies to: CameraLink and GigE.
Pylon::IIntegerEx & TimerSequenceTimerDurationRaw
Applies to: CameraLink and GigE.
Pylon::IBooleanEx & TimerSequenceTimerEnable
Applies to: CameraLink and GigE.
Pylon::IBooleanEx & TimerSequenceTimerInverter
Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< TimerSequenceTimerSelectorEnums > & TimerSequenceTimerSelector
Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< TimerTriggerActivationEnums > & TimerTriggerActivation
Sets the type of signal transition that will start the timer - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< TonalRangeAutoEnums > & TonalRangeAuto
Sets the operation mode of the Tonal Range Auto auto function - Applies to: GigE and ace USB.
Pylon::IEnumParameterT< TonalRangeEnableEnums > & TonalRangeEnable
Sets whether tonal range adjustment is used - Applies to: GigE and ace USB.
Pylon::IEnumParameterT< TonalRangeSelectorEnums > & TonalRangeSelector
Sets which pixel values are used for tonal range adjustments - Applies to: GigE and ace USB.
Pylon::IIntegerEx & TonalRangeSourceBright
Source value for tonal range adjustments at the bright end of the tonal range - Applies to: GigE and ace USB.
Pylon::IIntegerEx & TonalRangeSourceDark
Source value for tonal range adjustments at the dark end of the tonal range - Applies to: GigE and ace USB.
Pylon::IIntegerEx & TonalRangeTargetBright
Target value at the bright end of the tonal range to which pixel values should be mapped during tonal range adjustments - Applies to: GigE and ace USB.
Pylon::IIntegerEx & TonalRangeTargetDark
Target value at the dark end of the tonal range to which pixel values should be mapped during tonal range adjustments - Applies to: GigE and ace USB.
Pylon::IIntegerEx & UserDefinedValue
User-defined value - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< UserDefinedValueSelectorEnums > & UserDefinedValueSelector
Sets the user-defined value to set or read - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.
Pylon::IEnumParameterT< UserSetDefaultEnums > & UserSetDefault
Sets the user set or the factory set to be used as the startup set - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.
Pylon::IEnumParameterT< UserSetDefaultSelectorEnums > & UserSetDefaultSelector
Sets the user set or the factory set to be used as the startup set - Applies to: CameraLink and GigE.
Pylon::ICommandEx & UserSetLoad
Loads the selected set into the camera's volatile memory and makes it the active configuration set - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.
Pylon::ICommandEx & UserSetSave
Saves the current active set as the selected user set - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.
Pylon::IEnumParameterT< UserSetSelectorEnums > & UserSetSelector
Sets the user set or the factory set to load, save, or configure - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.
Pylon::IIntegerEx & VInpBitLength
Sets the length of the input bit - Applies to: CameraLink and GigE.
Pylon::IIntegerEx & VInpSamplingPoint
Time span between the beginning of the input bit and the time when the high/low status is evaluated - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< VInpSignalReadoutActivationEnums > & VInpSignalReadoutActivation
Selects when to start the signal evaluation - Applies to: CameraLink and GigE.
Pylon::IEnumParameterT< VInpSignalSourceEnums > & VInpSignalSource
Sets the I/O line on which the camera receives the virtual input signal - Applies to: CameraLink and GigE.
Pylon::ICommandEx & VignettingCorrectionLoad
Loads the vignetting correction data - Applies to: GigE and ace USB.
Pylon::IEnumParameterT< VignettingCorrectionModeEnums > & VignettingCorrectionMode
Enables/disables the vignetting correction - Applies to: GigE and ace USB.
Pylon::IIntegerEx & VirtualLine1RisingEdgeEventStreamChannelIndex
Stream channel index of the Virtual Line 1 Rising Edge event - Applies to: GigE.
Pylon::IIntegerEx & VirtualLine1RisingEdgeEventTimestamp
Timestamp of the Virtual Line 1 Rising Edge event - Applies to: GigE.
Pylon::IIntegerEx & VirtualLine2RisingEdgeEventStreamChannelIndex
Stream channel index of the Virtual Line 2 Rising Edge event - Applies to: GigE.
Pylon::IIntegerEx & VirtualLine2RisingEdgeEventTimestamp
Timestamp of the Virtual Line 2 Rising Edge event - Applies to: GigE.
Pylon::IIntegerEx & VirtualLine3RisingEdgeEventStreamChannelIndex
Stream channel index of the Virtual Line 3 Rising Edge event - Applies to: GigE.
Pylon::IIntegerEx & VirtualLine3RisingEdgeEventTimestamp
Timestamp of the Virtual Line 3 Rising Edge event - Applies to: GigE.
Pylon::IIntegerEx & VirtualLine4RisingEdgeEventStreamChannelIndex
Stream channel index of the Virtual Line 4 Rising Edge event - Applies to: GigE.
Pylon::IIntegerEx & VirtualLine4RisingEdgeEventTimestamp
Timestamp of the Virtual Line 4 Rising Edge event - Applies to: GigE.
Pylon::IBooleanEx & VolatileColumnOffsetEnable
Applies to: CameraLink.
Pylon::IIntegerEx & VolatileColumnOffsetIndex
Applies to: CameraLink.
Pylon::IIntegerEx & VolatileColumnOffsetValue
Applies to: CameraLink.
Pylon::IBooleanEx & VolatileRowOffsetEnable
Applies to: CameraLink.
Pylon::IIntegerEx & VolatileRowOffsetIndex
Applies to: CameraLink.
Pylon::IIntegerEx & VolatileRowOffsetValue
Applies to: CameraLink.
Pylon::IBooleanEx & AcquisitionStartStopExecutionEnable
If set, this will automatically execute AcquisitionStart when calling StartGrabbing and AcquisitionStop when calling StopGrabbing This option is enabled by default - Applies to: InstantCamera.
Pylon::IEnumParameterT< BufferHandlingModeEnums > & BufferHandlingMode
Buffer handling mode - Applies to: InstantCamera.
Pylon::IBooleanEx & ChunkNodeMapsEnable
Enables/disables the use of a chunk node map for each grab result Grab result chunk node maps can be disabled to save resources - Applies to: InstantCamera.
Pylon::IBooleanEx & ClearBufferModeEnable
If set, all buffers will be cleared (set to 0) before grabbing an image Note that this requires additional processing time per frame - Applies to: InstantCamera.
Pylon::IBooleanEx & GrabCameraEvents
Enables/disables the grabbing of camera events while images are grabbed Is writable when the camera object is closed - Applies to: InstantCamera.
Pylon::IIntegerEx & MaxNumBuffer
The maximum number of buffers that are allocated and used for grabbing - Applies to: InstantCamera.
Pylon::IIntegerEx & MaxNumGrabResults
The maximum number of grab results available at any time during a grab session This value can be limited to save resources Furthermore, it can be used to check that the grab results are returned correctly - Applies to: InstantCamera.
Pylon::IIntegerEx & MaxNumQueuedBuffer
The maximum number of buffers that are queued in the stream grabber input queue - Applies to: InstantCamera.
Pylon::IBooleanEx & MigrationModeActive
The migration mode is set up according to this setting at defined points e g , when the camera is opened - Applies to: InstantCamera.
Pylon::IBooleanEx & MonitorModeActive
The camera object is set to monitor mode when enabled, e g when using the GigE multicast feature Is writable when the camera object is closed - Applies to: InstantCamera.
Pylon::IIntegerEx & NumEmptyBuffers
The number of empty buffers that are not used for grabbing yet - Applies to: InstantCamera.
Pylon::IIntegerEx & NumQueuedBuffers
The number of buffers queued at Low Level API stream grabber - Applies to: InstantCamera.
Pylon::IIntegerEx & NumReadyBuffers
The number of grab result buffers in the output queue that are ready for retrieval - Applies to: InstantCamera.
Pylon::IIntegerEx & OutputQueueSize
The size of the grab result buffer output queue - Applies to: InstantCamera.
Pylon::IIntegerEx & StaticChunkNodeMapPoolSize
If larger than 0, a static chunk node map pool is used instead of dynamic chunk node map creation - Applies to: InstantCamera.
Pylon::IBooleanEx & UseExtendedIdIfAvailable
Use Extended ID if available in the camera and supported by the driver - Applies to: InstantCamera.
Pylon::IIntegerEx & GrabLoopThreadPriority
The grab loop thread priority - Applies to: InstantCamera.
Pylon::IBooleanEx & GrabLoopThreadPriorityOverride
If enabled, the user can set a custom priority for the grab loop thread Otherwise, the priority of the newly created thread is not changed - Applies to: InstantCamera.
Pylon::IIntegerEx & GrabLoopThreadTimeout
A custom timeout for the grab loop thread's call to RetrieveResult RetrieveResult is configured to throw an exception on timeout, which will stop the grab session - Applies to: InstantCamera.
Pylon::IBooleanEx & GrabLoopThreadUseTimeout
If enabled, the user can set a custom timeout for the grab loop thread's call to RetrieveResult RetrieveResult is configured to throw an exception on timeout, which will stop the grab session - Applies to: InstantCamera.
Pylon::IIntegerEx & InternalGrabEngineThreadPriority
The internal grab engine thread priority - Applies to: InstantCamera.
Pylon::IBooleanEx & InternalGrabEngineThreadPriorityOverride
If enabled, the user can set a custom priority for the internal grab engine thread operating the stream grabber Otherwise the priority defaults to 25 - Applies to: InstantCamera.

Additional inherited members#

Public Functions inherited from Pylon::CDeviceSpecificInstantCameraT< CBaslerUniversalInstantCameraTraits >

Name
CDeviceSpecificInstantCameraT()
Creates an Instant Camera object with no attached Pylon device.
CDeviceSpecificInstantCameraT(IPylonDevice * pDevice, ECleanup cleanupProcedure =Cleanup_Delete)
Creates an Instant Camera object and calls Attach().
virtual ~CDeviceSpecificInstantCameraT()
Destroys an Instant Camera object.

Public Types inherited from Pylon::CInstantCamera

Name
typedef CInstantCamera InstantCamera_t
The type of the camera class.
typedef IPylonDevice IPylonDevice_t
Low Level API: Interface for camera objects.
typedef Pylon::CDeviceInfo DeviceInfo_t
Holds information about an enumerated device.
typedef CConfigurationEventHandler ConfigurationEventHandler_t
The generic configuration event handler class.
typedef CImageEventHandler ImageEventHandler_t
The generic image event handler class.
typedef CCameraEventHandler CameraEventHandler_t
The generic image event handler class.
typedef CGrabResultData GrabResultData_t
The generic grab result data.
typedef CGrabResultPtr GrabResultPtr_t
The generic grab result smart pointer.

Public Functions inherited from Pylon::CInstantCamera

Name
CInstantCamera()
Creates an Instant Camera object with no attached Pylon device.
CInstantCamera(IPylonDevice * pDevice, ECleanup cleanupProcedure =Cleanup_Delete)
Creates an Instant Camera object and calls Attach().
virtual ~CInstantCamera()
Destroys an Instant Camera object.

Public Types Documentation#

typedef CameraParams_t#

typedef Basler_UniversalCameraParams::CUniversalCameraParams_Params Pylon::CBaslerUniversalInstantCameraTraits::CameraParams_t;

A parameter class containing all parameters as members that are available for Basler camera devices.

typedef TlParams_t#

typedef CNodeMapProxyT<Basler_UniversalTLParams::CUniversalTLParams_Params> Pylon::CBaslerUniversalInstantCameraTraits::TlParams_t;

A parameter class containing all parameters as members that are available for pylon device transport layers.

typedef StreamGrabberParams_t#

typedef CNodeMapProxyT<Basler_UniversalStreamParams::CUniversalStreamParams_Params> Pylon::CBaslerUniversalInstantCameraTraits::StreamGrabberParams_t;

The parameters of the universal stream grabber.

typedef EventGrabberParams_t#

typedef CNodeMapProxyT<Basler_UniversalEventParams::CUniversalEventParams_Params> Pylon::CBaslerUniversalInstantCameraTraits::EventGrabberParams_t;

The parameters of the universal event grabber.

Public Functions Documentation#

function CBaslerUniversalInstantCamera#

inline CBaslerUniversalInstantCamera()

Creates an Instant Camera object with no attached Pylon device.

Error Safety:

Does not throw C++ exceptions.

function CBaslerUniversalInstantCamera#

inline CBaslerUniversalInstantCamera(
    IPylonDevice * pDevice,
    ECleanup cleanupProcedure =Cleanup_Delete
)

Creates an Instant Camera object and calls Attach().

Parameters:

  • pDevice The Pylon device to attach.
  • cleanupProcedure If cleanupProcedure equals Cleanup_Delete, the Pylon device is destroyed when the Instant Camera object is destroyed.

Error Safety:

May throw an exception if the passed Pylon device is open. Does not throw C++ exceptions if the passed Pylon device is closed or NULL.

See Attach() for more information.

function ~CBaslerUniversalInstantCamera#

inline ~CBaslerUniversalInstantCamera()

Destroys an Instant Camera object.

Error Safety:

Does not throw C++ exceptions.

Calls Attach( NULL) for destroying or removing a Pylon device depending on the passed cleanup procedure.

function ChangeIpConfiguration#

inline void ChangeIpConfiguration(
    bool EnablePersistentIp,
    bool EnableDhcp
)

Enables/disables use of persistent IP address and DHCP usage of the attached Pylon Device.

Precondition:

  • A Pylon Device is attached.
  • The Pylon Device is open.

Error Safety:

The Instant Camera object is still valid after error.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

See Pylon::IPylonGigEDevice::ChangeIpConfiguration()

function GetPersistentIpAddress#

inline void GetPersistentIpAddress(
    String_t & IpAddress,
    String_t & SubnetMask,
    String_t & DefaultGateway
)

Reads the persistent IP address from the attached Pylon Device.

Precondition:

  • A Pylon Device is attached.
  • The Pylon Device is open.

Error Safety:

The Instant Camera object is still valid after error.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

See Pylon::IPylonGigEDevice::GetPersistentIpAddress()

function SetPersistentIpAddress#

inline void SetPersistentIpAddress(
    const String_t & IpAddress,
    const String_t & SubnetMask,
    const String_t & DefaultGateway
)

Writes a persistent IP address to the attached Pylon Device.

Precondition:

  • A Pylon Device is attached.
  • The Pylon Device is open.

Error Safety:

The Instant Camera object is still valid after error.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

See Pylon::IPylonGigEDevice::SetPersistentIpAddress()

function Attach#

virtual void Attach(
    IPylonDevice * pDevice,
    ECleanup cleanupProcedure =Cleanup_Delete
)

Attaches a Pylon device to the Instant Camera.

Parameters:

  • pDevice The Pylon device to attach.
  • cleanupProcedure If cleanupProcedure equals Cleanup_Delete, the Pylon device is destroyed when the Instant Camera object is destroyed.

Postcondition:

  • If the passed pointer to the Pylon device is NULL, the Instant Camera object is in the "no device attached" state.
  • If the passed pointer to the Pylon device is not NULL, the passed Pylon device is attached.
  • If the set cleanup procedure equals Cleanup_Delete, the Pylon device is destroyed when the Instant Camera object is destroyed or a new device is attached.
  • If the passed Pylon device is open and the registration of callbacks fails, the Instant Camera object is in the "no device attached" state.
  • The opened-by-user flag is set, preventing closing of the Pylon device on StopGrabbing() when the attached Pylon device is already open.

Error Safety:

May throw an exception if the passed Pylon device is open. Does not throw C++ exceptions if the passed Pylon device is closed or NULL.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

Reimplements: Pylon::CInstantCamera::Attach

  • If a Pylon device is currently attached, it is destroyed (DestroyDevice()) or removed (DetachDevice()) depending on the previously set cleanup procedure value.
  • If the pDevice parameter is NULL, nothing more is done.
  • The OnAttach configuration event is fired. Possible C++ exceptions from event calls are caught and ignored. All event handlers are notified.
  • The new Pylon device is attached.
  • The instant camera migration mode setting is applied to the Pylon device transport layer node map.
  • If the passed Pylon device is open, callbacks for camera events are registered at the camera node map. (This may fail)
  • If the passed Pylon device is open, a device removal call back is registered. (This may fail)
  • If the passed Pylon device is open, access modifiers (see IPylonDevice::Open()) are carried over as camera parameters.
  • The OnAttached configuration event is fired. Possible C++ exceptions from event calls are caught and ignored. All event handlers are notified.

function DestroyDevice#

virtual void DestroyDevice()

Destroys the attached Pylon device.

Postcondition: No Pylon device is attached.

Attention: The node maps, e.g. the camera node map, of the attached Pylon device must not be accessed anymore while destroying the Pylon device.

Error Safety:

Does not throw C++ exceptions. Possible C++ exceptions are caught and ignored.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

Reimplements: Pylon::CInstantCamera::DestroyDevice

  • If no Pylon device is attached, nothing is done.
  • If the Pylon device is open, it is closed by calling Close().
  • The configuration event OnDestroy is fired. Possible C++ exceptions from event calls are caught and ignored. All event handlers are notified.
  • The Pylon device is destroyed even if the cleanup procedure Cleanup_None has been passed when calling Attach() before.
  • The configuration event OnDestroyed is fired. Possible C++ exceptions from event calls are caught and ignored. All event handlers are notified.

function DetachDevice#

virtual IPylonDevice * DetachDevice()

Detaches an attached Pylon device.

Return: The attached Pylon device or NULL if nothing has been attached before.

Postcondition:

  • No Pylon device is attached.
  • The ownership of the Pylon device goes to the caller who is responsible for destroying the Pylon device.

Error Safety:

Does not throw C++ exceptions. Possible C++ exceptions are caught and ignored.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

Reimplements: Pylon::CInstantCamera::DetachDevice

  • If no Pylon device is attached, nothing is done.
  • If a grab is in progress, it is stopped by calling StopGrabbing().
  • The configuration event OnDetach is fired. Possible C++ exceptions from event calls are caught and ignored. All event handlers are notified.
  • The Pylon device is detached.
  • The configuration event OnDetached is fired. Possible C++ exceptions from event calls are caught and ignored. All event handlers are notified.

function Open#

virtual void Open()

Opens the attached Pylon device.

Precondition: A Pylon device is attached.

Postcondition:

  • The Pylon device is open and a connection to the camera device has been established.
  • Opened by user flag is set, preventing closing of the Pylon device on StopGrabbing().

Error Safety:

The Instant Camera object is still valid after error. The Pylon device open may throw. Configuration event calls may throw. Callback registrations may throw. The Pylon device is closed with Close() if the OnOpened event call triggers an exception.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

Reimplements: Pylon::CInstantCamera::Open

  • Opened by user flag is set, preventing closing of the device on StopGrabbing().
  • If the Pylon device is already open, nothing more is done.
  • The OnOpen configuration event is fired. The notification of event handlers stops when an event call triggers an exception.
  • The Pylon device is opened and a connection to the camera device is established.
  • The instant camera migration mode setting is applied to the Pylon device transport layer node map.
  • A device removal call back is registered at the Pylon device.
  • Callbacks for camera events are registered at the camera node map.
  • The OnOpened configuration event is fired if the Pylon device has been opened successfully. The notification of event handlers stops when an event call triggers an exception.

function Close#

virtual void Close()

Closes the attached Pylon device.

Postcondition: The connection to the camera device is closed and the Pylon device is closed.

Error Safety:

Does not throw C++ exceptions. Possible C++ exceptions are caught and ignored.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

Reimplements: Pylon::CInstantCamera::Close

  • If no Pylon device is attached, nothing is done.
  • If the Pylon device is already closed, nothing is done.
  • If a grab is in progress, it is stopped by calling StopGrabbing().
  • The configuration event OnClose is fired. Possible C++ exceptions from event calls are caught and ignored. All event handlers are notified.
  • The connection to the camera device is closed and the Pylon device is closed.
  • The configuration event OnClosed is fired if the Pylon device has been closed successfully. Possible C++ exceptions from event calls are caught and ignored. All event handlers are notified.

function RetrieveResult#

virtual bool RetrieveResult(
    unsigned int timeoutMs,
    typename CBaslerUniversalInstantCameraTraits::GrabResultPtr_t & grabResult,
    ETimeoutHandling timeoutHandling =TimeoutHandling_ThrowException
)

Retrieves a grab result according to the strategy, waits if it is not yet available.

Parameters:

  • timeoutMs A timeout value in ms for waiting for a grab result, or the INFINITE value.
  • grabResult Receives the grab result.
  • timeoutHandling If timeoutHandling equals TimeoutHandling_ThrowException, a timeout exception is thrown on timeout.

Return: True if the call successfully retrieved a grab result, false otherwise.

Precondition:

  • There is no other thread waiting for a result. This will be the case when the Instant Camera grab loop thread is used.

Postcondition:

  • If a grab result has been retrieved, one image is removed from the output queue and is returned in the grabResult parameter.
  • If no grab result has been retrieved, an empty grab result is returned in the grabResult parameter.
  • If the maximum number of images has been grabbed, the grabbing is stopped.
  • If camera event handling is enabled and camera events were received, at least one or more camera event messages have been processed.

Error Safety:

The Instant Camera object is still valid after error. The grabbing is stopped if an exception is thrown.

Thread Safety:

This method is synchronized using the lock provided by GetLock() while not waiting.

  • The content of the passed grab result is released.
  • If no Pylon device is attached or the grabbing is not started, the method returns immediately "false".
  • Wait for a grab result if it is not yet available. The access to the camera is not locked during waiting. Camera events are handled.
  • Only if camera events are used: Incoming camera events are handled.
  • One grab result is retrieved per call according to the strategy applied.
  • Only if chunk mode is used: The chunk data parsing is performed. The grab result data is updated using chunk data.
  • The image event OnImagesSkipped is fired if grab results have been skipped according to the strategy. The notification of event handlers stops when an event call triggers an exception.
  • The image event OnImageGrabbed is fired if a grab result becomes available. The notification of event handlers stops when an event call triggers an exception.
  • Stops the grabbing by calling StopGrabbing() if the maximum number of images has been grabbed. It needs to be checked whether the grab represented by the grab result has been successful, see CGrabResultData::GrabSucceeded().

function RetrieveResult#

virtual bool RetrieveResult(
    unsigned int timeoutMs,
    CGrabResultPtr & grabResult,
    ETimeoutHandling timeoutHandling =TimeoutHandling_ThrowException
)

Retrieves a grab result according to the strategy, waits if it is not yet available.

Parameters:

  • timeoutMs A timeout value in ms for waiting for a grab result, or the INFINITE value.
  • grabResult Receives the grab result.
  • timeoutHandling If timeoutHandling equals TimeoutHandling_ThrowException, a timeout exception is thrown on timeout.

Return: True if the call successfully retrieved a grab result, false otherwise.

Precondition:

  • There is no other thread waiting for a result. This will be the case when the Instant Camera grab loop thread is used.

Postcondition:

  • If a grab result has been retrieved, one image is removed from the output queue and is returned in the grabResult parameter.
  • If no grab result has been retrieved, an empty grab result is returned in the grabResult parameter.
  • If the maximum number of images has been grabbed, the grabbing is stopped.
  • If camera event handling is enabled and camera events were received, at least one or more camera event messages have been processed.

Error Safety:

The Instant Camera object is still valid after error. The grabbing is stopped if an exception is thrown.

Thread Safety:

This method is synchronized using the lock provided by GetLock() while not waiting.

  • The content of the passed grab result is released.
  • If no Pylon device is attached or the grabbing is not started, the method returns immediately "false".
  • Wait for a grab result if it is not yet available. The access to the camera is not locked during waiting. Camera events are handled.
  • Only if camera events are used: Incoming camera events are handled.
  • One grab result is retrieved per call according to the strategy applied.
  • Only if chunk mode is used: The chunk data parsing is performed. The grab result data is updated using chunk data.
  • The image event OnImagesSkipped is fired if grab results have been skipped according to the strategy. The notification of event handlers stops when an event call triggers an exception.
  • The image event OnImageGrabbed is fired if a grab result becomes available. The notification of event handlers stops when an event call triggers an exception.
  • Stops the grabbing by calling StopGrabbing() if the maximum number of images has been grabbed. It needs to be checked whether the grab represented by the grab result has been successful, see CGrabResultData::GrabSucceeded().

function GrabOne#

virtual bool GrabOne(
    unsigned int timeoutMs,
    typename CBaslerUniversalInstantCameraTraits::GrabResultPtr_t & grabResult,
    ETimeoutHandling timeoutHandling =TimeoutHandling_ThrowException
)

Grabs one image.

Parameters:

  • timeoutMs A timeout value in ms for waiting for a grab result, or the INFINITE value.
  • grabResult Receives the grab result.
  • timeoutHandling If timeoutHandling equals TimeoutHandling_ThrowException, a timeout exception is thrown on timeout.

Return: Returns true if the call successfully retrieved a grab result and the grab succeeded (CGrabResultData::GrabSucceeded()).

Note

  • Using GrabOne is more efficient if the Pylon device is already open, otherwise the Pylon device is opened and closed for each call.
  • Grabbing single images using Software Trigger (CSoftwareTriggerConfiguration) is recommended if you want to maximize frame rate. This is because the overhead per grabbed image is reduced compared to Single Frame Acquisition. The grabbing can be started using StartGrabbing(). Images are grabbed using the WaitForFrameTriggerReady(), ExecuteSoftwareTrigger() and RetrieveResult() methods instead of using GrabOne. The grab can be stopped using StopGrabbing() when done.

Precondition: Must meet the preconditions of start grabbing.

Postcondition: Meets the postconditions of stop grabbing.

Error Safety:

The Instant Camera object is still valid after error. See StartGrabbing(), RetrieveResult(), and StopGrabbing() . In the case of exceptions after StartGrabbing() the grabbing is stopped using StopGrabbing().

The following code shows a simplified version of what is done (happy path):

//grab one image
StartGrabbing( 1, GrabStrategy_OneByOne, GrabLoop_ProvidedByUser);

//grab is stopped automatically due to maxImages = 1
return RetrieveResult( timeoutMs, grabResult, timeoutHandling) && grabResult->GrabSucceeded();

GrabOne() can be used to together with the CAcquireSingleFrameConfiguration.

function GrabOne#

virtual bool GrabOne(
    unsigned int timeoutMs,
    CGrabResultPtr & grabResult,
    ETimeoutHandling timeoutHandling =TimeoutHandling_ThrowException
)

Grabs one image.

Parameters:

  • timeoutMs A timeout value in ms for waiting for a grab result, or the INFINITE value.
  • grabResult Receives the grab result.
  • timeoutHandling If timeoutHandling equals TimeoutHandling_ThrowException, a timeout exception is thrown on timeout.

Return: Returns true if the call successfully retrieved a grab result and the grab succeeded (CGrabResultData::GrabSucceeded()).

Note

Precondition: Must meet the preconditions of start grabbing.

Postcondition: Meets the postconditions of stop grabbing.

Error Safety:

The Instant Camera object is still valid after error. See StartGrabbing(), RetrieveResult(), and StopGrabbing() . In the case of exceptions after StartGrabbing() the grabbing is stopped using StopGrabbing().

The following code shows a simplified version of what is done (happy path):

//grab one image
StartGrabbing( 1, GrabStrategy_OneByOne, GrabLoop_ProvidedByUser);

//grab is stopped automatically due to maxImages = 1
return RetrieveResult( timeoutMs, grabResult, timeoutHandling) && grabResult->GrabSucceeded();

GrabOne() can be used to together with the CAcquireSingleFrameConfiguration.

function RegisterConfiguration#

virtual void RegisterConfiguration(
    typename CBaslerUniversalInstantCameraTraits::ConfigurationEventHandler_t * pConfigurator,
    ERegistrationMode mode,
    ECleanup cleanupProcedure
)

Adds a configurator to the list of registered configurator objects.

Parameters:

  • pConfigurator The receiver of configuration events.
  • mode Indicates how to register the new configurator.
  • cleanupProcedure If cleanupProcedure equals Cleanup_Delete, the passed event handler is deleted when no longer needed.

Postcondition: The configurator is registered and called on configuration events.

Error Safety:

Does not throw C++ exceptions, except when memory allocation fails.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

  • If mode equals RegistrationMode_ReplaceAll, the list of registered configurators is cleared.
  • If pointer pConfigurator is not NULL, it is appended to the list of configurators.

function RegisterConfiguration#

virtual void RegisterConfiguration(
    CConfigurationEventHandler * pConfigurator,
    ERegistrationMode mode,
    ECleanup cleanupProcedure
)

Adds a configurator to the list of registered configurator objects.

Parameters:

  • pConfigurator The receiver of configuration events.
  • mode Indicates how to register the new configurator.
  • cleanupProcedure If cleanupProcedure equals Cleanup_Delete, the passed event handler is deleted when no longer needed.

Postcondition: The configurator is registered and called on configuration events.

Error Safety:

Does not throw C++ exceptions, except when memory allocation fails.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

  • If mode equals RegistrationMode_ReplaceAll, the list of registered configurators is cleared.
  • If pointer pConfigurator is not NULL, it is appended to the list of configurators.

function DeregisterConfiguration#

virtual bool DeregisterConfiguration(
    typename CBaslerUniversalInstantCameraTraits::ConfigurationEventHandler_t * configurator
)

Removes a configurator from the list of registered configurator objects.

Parameters:

  • configurator The registered receiver of configuration events.

Return: True if successful

Postcondition:

  • The configurator is deregistered.
  • If the configuration has been registered by passing a pointer and the cleanup procedure is Cleanup_Delete, the event handler is deleted.

Error Safety:

Does not throw C++ exceptions.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

If the configurator is not found, nothing is done.

function DeregisterConfiguration#

virtual bool DeregisterConfiguration(
    CConfigurationEventHandler * configurator
)

Removes a configurator from the list of registered configurator objects.

Parameters:

  • configurator The registered receiver of configuration events.

Return: True if successful

Postcondition:

  • The configurator is deregistered.
  • If the configuration has been registered by passing a pointer and the cleanup procedure is Cleanup_Delete, the event handler is deleted.

Error Safety:

Does not throw C++ exceptions.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

If the configurator is not found, nothing is done.

function RegisterImageEventHandler#

virtual void RegisterImageEventHandler(
    typename CBaslerUniversalInstantCameraTraits::ImageEventHandler_t * pImageEventHandler,
    ERegistrationMode mode,
    ECleanup cleanupProcedure
)

Adds an image event handler to the list of registered image event handler objects.

Parameters:

  • pImageEventHandler The receiver of image events.
  • mode Indicates how to register the new imageEventHandler.
  • cleanupProcedure If cleanupProcedure equals Cleanup_Delete, the passed event handler is deleted when no longer needed.

Postcondition: The imageEventHandler is registered and called on image related events.

Error Safety:

Does not throw C++ exceptions, except when memory allocation fails.

Thread Safety:

This method is synchronized using the internal image event handler registry lock.

  • If mode equals RegistrationMode_ReplaceAll, the list of registered image event handlers is cleared.
  • If pointer pImageEventHandler is not NULL, it is appended to the list of image event handlers.

function RegisterImageEventHandler#

virtual void RegisterImageEventHandler(
    CImageEventHandler * pImageEventHandler,
    ERegistrationMode mode,
    ECleanup cleanupProcedure
)

Adds an image event handler to the list of registered image event handler objects.

Parameters:

  • pImageEventHandler The receiver of image events.
  • mode Indicates how to register the new imageEventHandler.
  • cleanupProcedure If cleanupProcedure equals Cleanup_Delete, the passed event handler is deleted when no longer needed.

Postcondition: The imageEventHandler is registered and called on image related events.

Error Safety:

Does not throw C++ exceptions, except when memory allocation fails.

Thread Safety:

This method is synchronized using the internal image event handler registry lock.

  • If mode equals RegistrationMode_ReplaceAll, the list of registered image event handlers is cleared.
  • If pointer pImageEventHandler is not NULL, it is appended to the list of image event handlers.

function DeregisterImageEventHandler#

virtual bool DeregisterImageEventHandler(
    typename CBaslerUniversalInstantCameraTraits::ImageEventHandler_t * imageEventHandler
)

Removes an image event handler from the list of registered image event handler objects.

Parameters:

  • imageEventHandler The registered receiver of configuration events.

Return: True if successful

Postcondition:

  • The imageEventHandler is deregistered.
  • If the image event handler has been registered by passing a pointer and the cleanup procedure is Cleanup_Delete, the event handler is deleted.

Error Safety:

Does not throw C++ exceptions.

Thread Safety:

This method is synchronized using the internal image event handler registry lock.

If the image event handler is not found, nothing is done.

function DeregisterImageEventHandler#

virtual bool DeregisterImageEventHandler(
    CImageEventHandler * imageEventHandler
)

Removes an image event handler from the list of registered image event handler objects.

Parameters:

  • imageEventHandler The registered receiver of configuration events.

Return: True if successful

Postcondition:

  • The imageEventHandler is deregistered.
  • If the image event handler has been registered by passing a pointer and the cleanup procedure is Cleanup_Delete, the event handler is deleted.

Error Safety:

Does not throw C++ exceptions.

Thread Safety:

This method is synchronized using the internal image event handler registry lock.

If the image event handler is not found, nothing is done.

function RegisterCameraEventHandler#

virtual void RegisterCameraEventHandler(
    typename CBaslerUniversalInstantCameraTraits::CameraEventHandler_t * pCameraEventHandler,
    const String_t & nodeName,
    intptr_t userProvidedId,
    ERegistrationMode mode,
    ECleanup cleanupProcedure,
    ECameraEventAvailability availability =CameraEventAvailability_Mandatory
)

Adds an camera event handler to the list of registered camera event handler objects.

Parameters:

  • pCameraEventHandler The receiver of camera events.
  • nodeName The name of the event data node updated on camera event, e.g. "ExposureEndEventTimestamp" for exposure end event.
  • userProvidedId This ID is passed as a parameter in CCameraEventHandler::OnCameraEvent and can be used to distinguish between different events. It is recommended to create an own application specific enum and use it's values as IDs.
  • mode Indicates how to register the new cameraEventHandler.
  • cleanupProcedure If cleanupProcedure equals Cleanup_Delete, the passed event handler is deleted when no longer needed.
  • availability If availability equals CameraEventAvailability_Mandatory, the camera must support the data node specified by node name. If not, an exception is thrown when the Instant Camera is open, the Instant Camera is opened, or an open Pylon device is attached.

Postcondition: The cameraEventHandler is registered and called on camera events.

Error Safety:

Throws an exception if the availability is set to CameraEventAvailability_Mandatory and the node with the name nodeName is not available in the camera node map (see GetNodeMap()). Throws an exception fail if the node callback registration fails. The event handler is not registered when an C++ exception is thrown.

Thread Safety:

This method is synchronized using the camera event handler lock. If the camera is open, the lock provided by GetLock() and the camera node map lock are also used for synchronization.

  • If mode equals RegistrationMode_ReplaceAll, the list of registered camera event handlers is cleared.
  • If the pointer pCameraEventHandler is not NULL, it is appended to the list of camera event handlers.

Internally, a GenApi node call back is registered for the node identified by nodeName. This callback triggers a call to the CCameraEventHandler::OnCameraEvent() method. That's why a Camera Event Handler can be registered for any node of the camera node map to get informed about changes.

function RegisterCameraEventHandler#

virtual void RegisterCameraEventHandler(
    CCameraEventHandler * pCameraEventHandler,
    const String_t & nodeName,
    intptr_t userProvidedId,
    ERegistrationMode mode,
    ECleanup cleanupProcedure,
    ECameraEventAvailability availability =CameraEventAvailability_Mandatory
)

Adds an camera event handler to the list of registered camera event handler objects.

Parameters:

  • pCameraEventHandler The receiver of camera events.
  • nodeName The name of the event data node updated on camera event, e.g. "ExposureEndEventTimestamp" for exposure end event.
  • userProvidedId This ID is passed as a parameter in CCameraEventHandler::OnCameraEvent and can be used to distinguish between different events. It is recommended to create an own application specific enum and use it's values as IDs.
  • mode Indicates how to register the new cameraEventHandler.
  • cleanupProcedure If cleanupProcedure equals Cleanup_Delete, the passed event handler is deleted when no longer needed.
  • availability If availability equals CameraEventAvailability_Mandatory, the camera must support the data node specified by node name. If not, an exception is thrown when the Instant Camera is open, the Instant Camera is opened, or an open Pylon device is attached.

Postcondition: The cameraEventHandler is registered and called on camera events.

Error Safety:

Throws an exception if the availability is set to CameraEventAvailability_Mandatory and the node with the name nodeName is not available in the camera node map (see GetNodeMap()). Throws an exception fail if the node callback registration fails. The event handler is not registered when an C++ exception is thrown.

Thread Safety:

This method is synchronized using the camera event handler lock. If the camera is open, the lock provided by GetLock() and the camera node map lock are also used for synchronization.

  • If mode equals RegistrationMode_ReplaceAll, the list of registered camera event handlers is cleared.
  • If the pointer pCameraEventHandler is not NULL, it is appended to the list of camera event handlers.

Internally, a GenApi node call back is registered for the node identified by nodeName. This callback triggers a call to the CCameraEventHandler::OnCameraEvent() method. That's why a Camera Event Handler can be registered for any node of the camera node map to get informed about changes.

function DeregisterCameraEventHandler#

virtual bool DeregisterCameraEventHandler(
    typename CBaslerUniversalInstantCameraTraits::CameraEventHandler_t * cameraEventHandler,
    const String_t & nodeName
)

Removes a camera event handler from the list of registered camera event handler objects.

Parameters:

  • cameraEventHandler The registered receiver of camera events.
  • nodeName The name of the event data node updated on camera event, e.g. "ExposureEndEventTimestamp" for exposure end event.

Return: True if successful

Postcondition:

  • The cameraEventHandler is deregistered.
  • If the camera event handler has been registered by passing a pointer and the cleanup procedure is Cleanup_Delete, the event handler is deleted.

Error Safety:

Does not throw C++ exceptions.

Thread Safety:

This method is synchronized using the camera event handler lock. If the camera is open, the camera node map lock is also used for synchronization.

If the camera event handler is not found, nothing is done.

function DeregisterCameraEventHandler#

virtual bool DeregisterCameraEventHandler(
    CCameraEventHandler * cameraEventHandler,
    const String_t & nodeName
)

Removes a camera event handler from the list of registered camera event handler objects.

Parameters:

  • cameraEventHandler The registered receiver of camera events.
  • nodeName The name of the event data node updated on camera event, e.g. "ExposureEndEventTimestamp" for exposure end event.

Return: True if successful

Postcondition:

  • The cameraEventHandler is deregistered.
  • If the camera event handler has been registered by passing a pointer and the cleanup procedure is Cleanup_Delete, the event handler is deleted.

Error Safety:

Does not throw C++ exceptions.

Thread Safety:

This method is synchronized using the camera event handler lock. If the camera is open, the camera node map lock is also used for synchronization.

If the camera event handler is not found, nothing is done.

function GetDeviceInfo#

virtual const CBaslerUniversalInstantCameraTraits::DeviceInfo_t & GetDeviceInfo() const

Provides access to the device info object of the attached Pylon device or an empty one.

Return: The info object of the attached Pylon device or an empty one.

Error Safety:

Does not throw C++ exceptions.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

Reimplements: Pylon::CInstantCamera::GetDeviceInfo

function GetTLParams#

virtual CBaslerUniversalInstantCameraTraits::TlParams_t & GetTLParams()

Provides access to the transport layer parameters of the attached Pylon Device.

Return: Reference to the transport layer parameters.

Precondition: A Pylon Device is attached.

Error Safety:

The Instant Camera object is still valid after error.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

function GetStreamGrabberParams#

virtual CBaslerUniversalInstantCameraTraits::StreamGrabberParams_t & GetStreamGrabberParams()

Provides access to the stream grabber parameters of the attached Pylon Device.

Return: Reference to the stream grabber parameters.

Precondition:

  • A Pylon Device is attached.
  • The Pylon Device is open.

Error Safety:

The Instant Camera object is still valid after error.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

function GetEventGrabberParams#

virtual CBaslerUniversalInstantCameraTraits::EventGrabberParams_t & GetEventGrabberParams()

Provides access to the event grabber parameters of the attached Pylon Device.

Return: Reference to the event grabber parameters.

Precondition:

  • A Pylon Device is attached.
  • The Pylon Device is open.

Error Safety:

The Instant Camera object is still valid after error.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

function IsPylonDeviceAttached#

virtual bool IsPylonDeviceAttached() const

Returns the Pylon device attached state of the Instant Camera object.

Return: True if a Pylon device is attached.

Error Safety:

Does not throw C++ exceptions.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

function IsCameraDeviceRemoved#

virtual bool IsCameraDeviceRemoved() const

Returns the connection state of the camera device.

Return: True if the camera device removal from the PC has been detected.

Attention: Due to technical reasons, the IsCameraDeviceRemoved() property may not be updated immediately after the first error caused by a device removal occurs.

Error Safety:

Does not throw C++ exceptions.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

The device removal is only detected while the Instant Camera and therefore the attached Pylon device are open.

The attached Pylon device is not operable anymore if the camera device has been removed from the PC. After it is made sure that no access to the Pylon device or any of its node maps is made anymore the Pylon device should be destroyed using CInstantCamera::DeviceDestroy(). The access to the Pylon device can be protected using the lock provided by GetLock(), e.g. when accessing parameters.

function HasOwnership#

virtual bool HasOwnership() const

Returns the ownership of the attached Pylon device.

Return: True if a Pylon device is attached and the Instant Camera object has been given the ownership by passing the cleanup procedure Cleanup_Delete when calling Attach().

Error Safety:

Does not throw C++ exceptions.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

function IsOpen#

virtual bool IsOpen() const

Returns the open state of the attached Pylon device object.

Return: Returns true if a Pylon device is attached and it is open.

Note This method still returns true if the camera device has been physically removed from the PC while the attached Pylon device object is open. The Pylon device object will not automatically close itself on device removal. It must be closed by calling CInstantCamera::Close(). The IsCameraDeviceRemoved() method can be used to check if the connection to the camera device has been lost while the attached Pylon device object is open.

Error Safety: Does not throw C++ exceptions.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

function StartGrabbing#

virtual void StartGrabbing(
    EGrabStrategy strategy =GrabStrategy_OneByOne,
    EGrabLoop grabLoopType =GrabLoop_ProvidedByUser
)

Starts the grabbing of images.

Parameters:

  • strategy The grab strategy. See Pylon::EGrabStrategy for more information
  • grabLoopType If grabLoopType equals GrabLoop_ProvidedByInstantCamera, an additional grab loop thread is used to run the grab loop.

Precondition:

  • A Pylon device is attached.
  • The stream grabber of the Pylon device is closed.
  • The grabbing is stopped.
  • The attached Pylon device supports grabbing.
  • Must not be called while holding the lock provided by GetLock() when using the grab loop thread.

Postcondition:

  • The grabbing is started.
  • Grab-specific parameters of the camera object are locked, e.g. MaxNumBuffers.
  • If grabLoopType equals GrabLoop_ProvidedByInstantCamera, an additional grab loop thread is running that calls RetrieveResult( GrabLoopThreadTimeout, grabResult) in a loop. Images are processed by registered image event handlers.
  • Operating the stream grabber from outside the camera object will result in undefined behavior.

Error Safety:

The Instant Camera object is still valid after error. Open() may throw. Configuration event calls may throw. The grab implementation may throw. The grabbing is stopped with StopGrabbing() if the OnGrabStarted event call triggers an exception. Throws a C++ exception, if Upcoming Image grab strategy is used together with USB camera devices.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

  • If a grab loop thread has been used in the last grab session, the grab loop thread context is joined with the caller's context.
  • If the Pylon device is not already open, it is opened by calling Open().
  • The configuration event OnGrabStart is fired. The notification of event handlers stops when an event call triggers an exception.
  • Grab-specific parameters of the camera object are locked, e.g. MaxNumBuffers.
  • If the camera device parameter ChunkModeActive is enabled, the Instant Camera chunk parsing support is initialized.
  • If the Instant Camera parameter GrabCameraEvents is enabled, the Instant Camera event grabbing support is initialized.
  • The grabbing is started.
  • The AcquisitionStart command of the camera device is executed.
  • The configuration event OnGrabStarted is fired if the grab has been started successfully. The notification of event handlers stops when an event call triggers an exception.
  • If grabLoopType equals GrabLoop_ProvidedByInstantCamera, an additional grab loop thread is started calling RetrieveResult( GrabLoopThreadTimeout, grabResult) in a loop.

function StartGrabbing#

virtual void StartGrabbing(
    size_t maxImages,
    EGrabStrategy strategy =GrabStrategy_OneByOne,
    EGrabLoop grabLoopType =GrabLoop_ProvidedByUser
)

Starts the grabbing for a maximum number of images.

Parameters:

  • maxImages The count of images to grab. This value must be larger than zero.
  • strategy The grab strategy. See Pylon::InstantCamera::EStrategy for more information.
  • grabLoopType If grabLoopType equals GrabLoop_ProvidedByInstantCamera, an additional grab loop thread is used to run the grab loop.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

Extends the StartGrabbing(EStrategy, EGrabLoop) by a number of images to grab. If the passed count of images has been reached, StopGrabbing is called automatically. The images are counted according to the grab strategy. Skipped images are not taken into account.

The amount of allocated buffers is reduced to maxImages when grabbing fewer images than according to the value of the MaxNumBuffer parameter and the grab strategy is GrabStrategy_OneByOne.

function StopGrabbing#

virtual void StopGrabbing()

Stops the grabbing of images.

Postcondition:

  • The grabbing is stopped.
  • If the Pylon device has been opened by StartGrabbing and no other camera object service requires it to be open, it is closed.
  • Grab specific parameters of the camera object are unlocked, e.g. MaxNumBuffers.

Error Safety:

Does not throw C++ exceptions. Possible C++ exceptions are caught and ignored.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

  • Nothing is done if the Instant Camera is not currently grabbing.
  • The configuration event OnGrabStop is fired. Possible C++ exceptions from event calls are caught and ignored. All event handlers are notified.
  • The AcquisitionStop command of the camera device is executed.
  • The grabbing is stopped.
  • All buffer queues of the Instant Camera are cleared.
  • The OnGrabStopped configuration event is fired if the grab has been stopped successfully. Possible C++ exceptions from event calls are caught and ignored. All event handlers are notified.
  • If the Instant Camera has been opened by StartGrabbing, it is closed by calling Close().
  • Grab-specific parameters of the camera object are unlocked, e.g. MaxNumBuffers.

function IsGrabbing#

virtual bool IsGrabbing() const

Returns state of grabbing.

Return: Returns true if still grabbing.

Error Safety:

Does not throw C++ exceptions.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

The camera object is grabbing after a successful call to StartGrabbing() until StopGrabbing() is called.

function GetQueuedBufferCount#

virtual size_t GetQueuedBufferCount()

Deprecated: This method has been deprecated.

Return: The number of buffers that are queued for grabbing.

Use the NumQueuedBuffers parameter instead.

function GetGrabResultWaitObject#

virtual const WaitObject & GetGrabResultWaitObject()

Provides access to a wait object indicating available grab results.

Return: A wait object indicating available grab results.

Error Safety:

Does not throw C++ exceptions.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

function GetGrabStopWaitObject#

virtual const WaitObject & GetGrabStopWaitObject()

Provides access to a wait object indicating that the grabbing has stopped.

Return: A wait object indicating that the grabbing has stopped.

Error Safety:

Does not throw C++ exceptions.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

function GetCameraEventWaitObject#

virtual const WaitObject & GetCameraEventWaitObject()

Provides access to a wait object indicating available camera events.

Return: A wait object indicating available camera events.

Precondition:

  • A Pylon device is attached.
  • The Pylon device is open.

Error Safety:

The Instant Camera object is still valid after error.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

This wait object is Pylon device specific and changes when a new Pylon device is attached to the camera.

function WaitForFrameTriggerReady#

virtual bool WaitForFrameTriggerReady(
    unsigned int timeoutMs,
    ETimeoutHandling timeoutHandling =TimeoutHandling_ThrowException
)

Actively waits until the the camera is ready to accept a frame trigger.

Parameters:

  • timeoutMs The timeout in ms for active waiting.
  • timeoutHandling If timeoutHandling equals TimeoutHandling_ThrowException, a timeout exception is thrown on timeout.

Return: True if the camera can execute a frame trigger.

Precondition: The 'AcquisitionStatusSelector' node is writable and the 'AcquisitionStatus' node is readable or the 'SoftwareTrigger' node is readable. This depends on the used camera model.

Error Safety:

Accessing the camera registers may fail.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

The implementation selects 'FrameTriggerWait' for the 'AcquisitionStatusSelector' and waits until the 'AcquisitionStatus' is true. If the above mentioned nodes are not available and the 'SoftwareTrigger' node is readable, the implementation waits for SoftwareTrigger.IsDone().

function CanWaitForFrameTriggerReady#

virtual bool CanWaitForFrameTriggerReady() const

Checks to see whether the camera device can be queried whether it is ready to accept the next frame trigger.

Return: Returns true if the camera is open and the camera device can be queried whether it is ready to accept the next frame trigger.

Note If a camera device can't be queried whether it is ready to accept the next frame trigger, the camera device is ready to accept the next trigger after the last image triggered has been grabbed, e.g. after you have retrieved the last image triggered using RetrieveResult(). Camera devices that can be queried whether they are ready to accept the next frame trigger, may not be ready for the next frame trigger after the last image triggered has been grabbed.

Postcondition: The 'AcquisitionStatusSelector' is set to 'FrameTriggerWait' if writable.

Error Safety:

Accessing the camera registers may fail.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

If 'FrameTriggerWait' can be selected for 'AcquisitionStatusSelector' and 'AcquisitionStatus' is readable, the camera device can be queried whether it is ready to accept the next frame trigger.

If the nodes mentioned above are not available and the 'SoftwareTrigger' node is readable, the camera device can be queried whether it is ready to accept the next frame trigger.

function ExecuteSoftwareTrigger#

virtual void ExecuteSoftwareTrigger()

Executes the software trigger command.

Note The application has to make sure that the correct trigger is selected before calling ExecuteSoftwareTrigger(). This can be done via the camera's TriggerSelector node. The Pylon::CSoftwareTriggerConfiguration selects the correct trigger when the Instant Camera is opened.

Precondition:

  • The grabbing is started.
  • The camera device supports software trigger.
  • The software trigger is available. This depends on the configuration of the camera device.

Error Safety:

Accessing the camera registers may fail. Throws an exception on timeout if timeoutHandling is TimeoutHandling_ThrowException.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

The camera needs to be configured for software trigger mode. Additionally, the camera needs to be ready to accept triggers. When triggering a frame this can be checked using the WaitForFrameTriggerReady() method;

function SetCameraContext#

virtual void SetCameraContext(
    intptr_t context
)

Sets a context that is attached to each grab result of the camera object on RetrieveResult().

Error Safety:

Does not throw C++ exceptions.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

This is useful when handling multiple cameras. It has nothing in common with the context passed to the stream grabber when queuing a buffer.

function GetCameraContext#

virtual intptr_t GetCameraContext() const

Returns the context that is attached to each grab result of the camera object.

Error Safety:

Does not throw C++ exceptions.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

function GetNodeMap#

virtual GenApi::INodeMap & GetNodeMap()

Provides access to the node map of the camera device.

Return: Reference to the node map of the camera device.

Precondition: A Pylon device is attached.

Error Safety:

The Instant Camera object is still valid after error.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

The Pylon device must be opened before reading ore writing any parameters of the camera device. This can be done using the Open() method of the Instant Camera class.

function GetTLNodeMap#

virtual GenApi::INodeMap & GetTLNodeMap()

Provides access to the transport layer node map of the attached Pylon device.

Return: Reference to the transport layer node map of the attached Pylon device or the reference to the empty node map if a transport layer node map is not supported. The GenApi::INodeMap::GetNumNodes() method can be used to check whether the node map is empty.

Precondition: A Pylon device is attached.

Error Safety:

The Instant Camera object is still valid after error.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

function GetStreamGrabberNodeMap#

virtual GenApi::INodeMap & GetStreamGrabberNodeMap()

Provides access to the stream grabber node map of the attached Pylon device.

Return: Reference to the stream grabber node map of the attached Pylon device or the reference to the empty node map if grabbing is not supported. The GenApi::INodeMap::GetNumNodes() method can be used to check whether the node map is empty.

Precondition:

  • A Pylon device is attached.
  • The Pylon device is open.

Error Safety:

The Instant Camera object is still valid after error.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

function GetEventGrabberNodeMap#

virtual GenApi::INodeMap & GetEventGrabberNodeMap()

Provides access to the event grabber node map of the attached Pylon device.

Return: Reference to the event grabber node map of the attached Pylon device or a reference to the empty node map if event grabbing is not supported. The GenApi::INodeMap::GetNumNodes() method can be used to check whether the node map is empty.

Precondition:

  • A Pylon device is attached.
  • The Pylon device is open.

Error Safety:

The Instant Camera object is still valid after error.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

function GetInstantCameraNodeMap#

virtual GenApi::INodeMap & GetInstantCameraNodeMap()

Provides access to the node map of the Instant Camera object.

Return: Reference to the node map of the Instant Camera object.

Error Safety:

Does not throw C++ exceptions.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

The node map of the camera device is made available by the GetNodeMap() method.

function SetBufferFactory#

virtual void SetBufferFactory(
    IBufferFactory * pFactory,
    ECleanup cleanupProcedure =Cleanup_Delete
)

Sets an alternative buffer factory that is used for buffer allocation.

Parameters:

  • pFactory A pointer to a buffer factory.
  • cleanupProcedure If ownership is cleanupProcedure Cleanup_Delete, the passed factory is destroyed when no longer needed.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

This use of this method is optional and intended for advanced use cases only.

If NULL is passed as buffer factory then the default buffer factory is used. Buffers are allocated when StartGrabbing is called. A buffer factory must not be deleted while it is attached to the camera object and it must not be deleted until the last buffer is freed. To free all buffers the grab needs to be stopped and all grab results must be released or destroyed.

function IsGigE#

virtual bool IsGigE() const

Returns true if a GigE Pylon device is attached to the Instant Camera object.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

This method is provided for convenience only. The device type can also be determined as shown in the following example.

#include <pylon/DeviceClass.h>
...
if (camera.GetDeviceInfo().GetDeviceClass() == BaslerGigEDeviceClass)
{
...
}

function IsUsb#

virtual bool IsUsb() const

Returns true if a USB Pylon device is attached to the Instant Camera object.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

This method is provided for convenience only. The device type can also be determined as shown in the following example.

#include <pylon/DeviceClass.h>
...
if (camera.GetDeviceInfo().GetDeviceClass() == BaslerUsbDeviceClass)
{
...
}
virtual bool IsCameraLink() const

Returns true if a Camera Link Pylon device is attached to the Instant Camera object.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

This method is provided for convenience only. The device type can also be determined as shown in the following example.

#include <pylon/DeviceClass.h>
...
if (camera.GetDeviceInfo().GetDeviceClass() == BaslerCameraLinkDeviceClass)
{
...
}

function IsCxp#

virtual bool IsCxp() const

Returns true if a CoaXPress GenTL device is attached to the Instant Camera object.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

This method is provided for convenience only.

function GetSfncVersion#

VersionInfo GetSfncVersion() const

Returns the SFNC version read from the camera node map.

Return: The SFNC version used by the camera device. The returned SFNC version is 0.0.0 (Pylon::Sfnc_VersionUndefined) if no SFNC version information is provided by the camera device.

Precondition: A Pylon device is attached.

Error Safety:

The Instant Camera object is still valid after error.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

The SFNC version is read from the camera node map using the integer nodes DeviceSFNCVersionMajor, DeviceSFNCVersionMinor, and DeviceSFNCVersionSubMinor.

function HasSpecificDeviceClass#

static inline bool HasSpecificDeviceClass()

Can be used to check whether the DeviceClass() can be used for enumeration.

function DeviceClass#

static inline String_t DeviceClass()

The name of this device class. Use this one for enumeration.

Protected Functions Documentation#

function CreateDeviceSpecificGrabResultData#

inline virtual CGrabResultData * CreateDeviceSpecificGrabResultData()

Reimplements: Pylon::CDeviceSpecificInstantCameraT::CreateDeviceSpecificGrabResultData

function GetDevice#

virtual IPylonDevice * GetDevice()

Provides access to the attached Pylon device.

Return: Pointer to the attached Pylon device.

Precondition: A Pylon device is attached.

Error Safety:

The Instant Camera object is still valid after error.

Thread Safety:

This method is synchronized using the lock provided by GetLock().

function GetLock#

CLock & GetLock()

Provides access to the lock used for synchronizing the access to the camera.

Error Safety:

Does not throw C++ exceptions.

This lock can be used when extending the Instant Camera class.

Example:

class CMyInstantCamera : public CInstantCamera
{
    // Method extending the Instant Camera class
    void Foo()
    {
        // Scoped Lock.
        AutoLock lock( CInstantCamera::GetLock());

        //...
    }
 };

Public Attributes Documentation#

variable AcquisitionAbort#

Pylon::ICommandEx & AcquisitionAbort;

Aborts the acquisition of images - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Aborts the acquisition of images. If the camera is currently exposing a frame, the camera stops exposing immediately. The readout process, if already started, is aborted. The current frame will be incomplete. Afterwards, image acquisition is switched off.

Visibility: Beginner

Selected by: AcquisitionMode

The feature documentation may provide more information.

variable AcquisitionFrameRateEnable#

Pylon::IBooleanEx & AcquisitionFrameRateEnable;

Enables setting the camera's acquisition frame rate to a specified value - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, dart 2 USB and dart MIPI.

Visibility: Beginner

The feature documentation may provide more information.

variable AcquisitionIdle#

Pylon::IBooleanEx & AcquisitionIdle;

A check determines whether the camera is currently idle - Applies to: GigE and ace USB.

A check determines whether the camera is currently idle, i.e., not acquiring images.

Visibility: Beginner

The feature documentation may provide more information.

variable AcquisitionMode#

Pylon::IEnumParameterT< AcquisitionModeEnums > & AcquisitionMode;

Sets the image acquisition mode - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Beginner

Selecting Parameters: AcquisitionAbort, AcquisitionStart and AcquisitionStop

The feature documentation may provide more information.

variable AcquisitionStart#

Pylon::ICommandEx & AcquisitionStart;

Starts the acquisition of images - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Starts the acquisition of images. If the camera is configured for single frame acquisition, it will start the acquisition of one frame. If the camera is configured for continuous frame acquisition, it will start the continuous acquisition of frames.

Visibility: Beginner

Selected by: AcquisitionMode

The feature documentation may provide more information.

variable AcquisitionStatus#

Pylon::IBooleanEx & AcquisitionStatus;

Indicates whether the camera is waiting for trigger signals - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Indicates whether the camera is waiting for trigger signals. You should only use this feature if the camera is configured for software triggering. If the camera is configured for hardware triggering, monitor the camera's Trigger Wait signals instead.

Visibility: Expert

Selected by: AcquisitionStatusSelector

The feature documentation may provide more information.

variable AcquisitionStatusSelector#

Pylon::IEnumParameterT< AcquisitionStatusSelectorEnums > & AcquisitionStatusSelector;

Sets the signal whose status you want to check - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Sets the signal whose status you want to check. Its status can be checked by reading the Acquisition Status parameter value.

Visibility: Expert

Selecting Parameters: AcquisitionStatus

The feature documentation may provide more information.

variable AcquisitionStop#

Pylon::ICommandEx & AcquisitionStop;

Stops the acquisition of images - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Stops the acquisition of images if a continuous image acquisition is in progress.

Visibility: Beginner

Selected by: AcquisitionMode

The feature documentation may provide more information.

variable ExposureAuto#

Pylon::IEnumParameterT< ExposureAutoEnums > & ExposureAuto;

Sets the operation mode of the Exposure Auto auto function - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Sets the operation mode of the Exposure Auto auto function. The Exposure Auto auto function automatically adjusts the exposure time within set limits until a target brightness value has been reached.

Visibility: Beginner

The feature documentation may provide more information.

variable ExposureMode#

Pylon::IEnumParameterT< ExposureModeEnums > & ExposureMode;

Sets the exposure mode - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Beginner

The feature documentation may provide more information.

variable ExposureOverlapTimeMode#

Pylon::IEnumParameterT< ExposureOverlapTimeModeEnums > & ExposureOverlapTimeMode;

Sets the exposure overlap time mode - Applies to: GigE and ace USB.

Visibility: Expert

The feature documentation may provide more information.

variable ExposureTimeAbs#

Pylon::IFloatEx & ExposureTimeAbs;

Exposure time of the camera in microseconds - Applies to: CamEmu, CameraLink and GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ExposureTimeBaseAbs#

Pylon::IFloatEx & ExposureTimeBaseAbs;

Timebase (in microseconds) that the camera uses when the exposure time is specified using the Exposure Time (Raw) parameter - Applies to: CamEmu, CameraLink and GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ExposureTimeMode#

Pylon::IEnumParameterT< ExposureTimeModeEnums > & ExposureTimeMode;

Sets the exposure time mode - Applies to: GigE and ace USB.

Visibility: Beginner

The feature documentation may provide more information.

variable ExposureTimeRaw#

Pylon::IIntegerEx & ExposureTimeRaw;

Exposure time of the camera (raw value) - Applies to: CamEmu, CameraLink and GigE.

Exposure time of the camera (raw value). The actual exposure time equals the current Exposure Time (Raw) value multiplied with the current Exposure Timebase value.

Visibility: Beginner

The feature documentation may provide more information.

variable ResultingFrameRateAbs#

Pylon::IFloatEx & ResultingFrameRateAbs;

Maximum frame acquisition rate with current camera settings - Applies to: CamEmu, CameraLink and GigE.

Maximum frame acquisition rate with current camera settings (in frames per second).

Visibility: Beginner

The feature documentation may provide more information.

variable SensorReadoutMode#

Pylon::IEnumParameterT< SensorReadoutModeEnums > & SensorReadoutMode;

Sets the sensor readout mode - Applies to: GigE and ace USB.

Visibility: Guru

The feature documentation may provide more information.

variable ShutterMode#

Pylon::IEnumParameterT< ShutterModeEnums > & ShutterMode;

Sets the shutter mode of the camera - Applies to: CameraLink, GigE and ace USB.

Visibility: Beginner

The feature documentation may provide more information.

variable SyncFreeRunTimerEnable#

Pylon::IBooleanEx & SyncFreeRunTimerEnable;

Enables the synchronous free run mode - Applies to: GigE and blaze.

Enables the synchronous free run mode. If enabled, the camera will generate all required frame start or line start trigger signals internally. You don't need to apply frame start or line start trigger signals to the camera.

Visibility: Beginner

The feature documentation may provide more information.

variable SyncFreeRunTimerStartTimeHigh#

Pylon::IIntegerEx & SyncFreeRunTimerStartTimeHigh;

High 32 bits of the synchronous free run trigger start time - Applies to: GigE and blaze.

Visibility: Beginner

The feature documentation may provide more information.

variable SyncFreeRunTimerStartTimeLow#

Pylon::IIntegerEx & SyncFreeRunTimerStartTimeLow;

Low 32 bits of the synchronous free run trigger start time - Applies to: GigE and blaze.

Visibility: Beginner

The feature documentation may provide more information.

variable SyncFreeRunTimerUpdate#

Pylon::ICommandEx & SyncFreeRunTimerUpdate;

Updates synchronous free run settings - Applies to: GigE and blaze.

Visibility: Beginner

The feature documentation may provide more information.

variable TriggerActivation#

Pylon::IEnumParameterT< TriggerActivationEnums > & TriggerActivation;

Sets the type of signal transition that will activate the selected trigger - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Beginner

Selected by: TriggerSelector

The feature documentation may provide more information.

variable TriggerMode#

Pylon::IEnumParameterT< TriggerModeEnums > & TriggerMode;

Sets the mode for the currently selected trigger - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Beginner

Selected by: TriggerSelector

The feature documentation may provide more information.

variable TriggerSelector#

Pylon::IEnumParameterT< TriggerSelectorEnums > & TriggerSelector;

Sets the trigger type to be configured - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Sets the trigger type to be configured. All changes to the trigger settings will be applied to the selected trigger.

Visibility: Beginner

Selected by: TriggerControlImplementation

Selecting Parameters: TriggerActivation, TriggerDelay, TriggerDelayAbs, TriggerDelayLineTriggerCount, TriggerDelaySource, TriggerMode, TriggerPartialClosingFrame, TriggerSoftware and TriggerSource

The feature documentation may provide more information.

variable TriggerSoftware#

Pylon::ICommandEx & TriggerSoftware;

Generates a software trigger signal - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Generates a software trigger signal. The software trigger signal will be used if the Trigger Source parameter is set to Trigger Software.

Visibility: Beginner

Selected by: TriggerSelector

The feature documentation may provide more information.

variable TriggerSource#

Pylon::IEnumParameterT< TriggerSourceEnums > & TriggerSource;

Sets the source signal for the selected trigger - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Beginner

Selected by: TriggerSelector

The feature documentation may provide more information.

variable AcquisitionBurstFrameCount#

Pylon::IIntegerEx & AcquisitionBurstFrameCount;

Number of frames to acquire for each Frame Burst Start trigger - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Visibility: Beginner

The feature documentation may provide more information.

variable AcquisitionFrameRate#

Pylon::IFloatEx & AcquisitionFrameRate;

Acquisition frame rate of the camera in frames per second - Applies to: CamEmu, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Beginner

The feature documentation may provide more information.

variable BslAcquisitionBurstMode#

Pylon::IEnumParameterT< BslAcquisitionBurstModeEnums > & BslAcquisitionBurstMode;

Sets the burst mode - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Visibility: Beginner

The feature documentation may provide more information.

variable BslAcquisitionStopMode#

Pylon::IEnumParameterT< BslAcquisitionStopModeEnums > & BslAcquisitionStopMode;

Sets whether Acquisition Stop commands abort exposure - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Visibility: Expert

The feature documentation may provide more information.

variable BslEffectiveExposureTime#

Pylon::IFloatEx & BslEffectiveExposureTime;

Current exposure time of the camera in microseconds - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Guru

The feature documentation may provide more information.

variable BslExposureStartDelay#

Pylon::IFloatEx & BslExposureStartDelay;

Exposure start delay with current settings - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Visibility: Beginner

The feature documentation may provide more information.

variable BslExposureTimeMode#

Pylon::IEnumParameterT< BslExposureTimeModeEnums > & BslExposureTimeMode;

Sets the exposure time mode - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Beginner

The feature documentation may provide more information.

variable BslImmediateTriggerMode#

Pylon::IEnumParameterT< BslImmediateTriggerModeEnums > & BslImmediateTriggerMode;

Enables the Immediate Trigger mode - Applies to: dart USB and pulse USB.

Enables the Immediate Trigger mode. If this mode is enabled, exposure starts immediately after triggering, but changes to image parameters become effective with a short delay, i.e., after one or more images have been acquired.

Visibility: Expert

The feature documentation may provide more information.

variable BslResultingAcquisitionFrameRate#

Pylon::IFloatEx & BslResultingAcquisitionFrameRate;

Maximum number of frames that can be acquired per second with current camera settings - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Maximum number of frames that can be acquired per second with current camera settings. In High Speed burst mode, this value is usually higher than the Resulting Transfer Frame Rate parameter value.

Visibility: Beginner

The feature documentation may provide more information.

variable BslResultingFrameBurstRate#

Pylon::IFloatEx & BslResultingFrameBurstRate;

Maximum number of bursts per second with current camera settings - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Visibility: Beginner

The feature documentation may provide more information.

variable BslResultingTransferFrameRate#

Pylon::IFloatEx & BslResultingTransferFrameRate;

Maximum number of frames that can be transferred per second with current camera settings - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Maximum number of frames that can be transferred per second with current camera settings. This value indicates the peak frame rate to be expected at the camera's output. In High Speed burst mode, this value is usually lower than the Resulting Acquisition Frame Rate parameter value.

Visibility: Beginner

The feature documentation may provide more information.

variable BslSensorBitDepth#

Pylon::IEnumParameterT< BslSensorBitDepthEnums > & BslSensorBitDepth;

Sets the bit depth of the image sensor's data output - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Sets the bit depth of the image sensor's data output. You can set the sensor bit depth independently of the pixel format used if the Sensor Bit Depth Mode parameter is set to Manual. If that parameter is set to Auto, the sensor bit depth is adjusted automatically depending on the pixel format used.

Visibility: Expert

The feature documentation may provide more information.

variable BslSensorBitDepthMode#

Pylon::IEnumParameterT< BslSensorBitDepthModeEnums > & BslSensorBitDepthMode;

Sets the sensor bit depth mode - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Visibility: Expert

The feature documentation may provide more information.

variable BslSensorOff#

Pylon::ICommandEx & BslSensorOff;

Switches the sensor power off - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable BslSensorOn#

Pylon::ICommandEx & BslSensorOn;

Switches the sensor power on - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable BslSensorStandby#

Pylon::ICommandEx & BslSensorStandby;

Puts the sensor in standby mode - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Puts the sensor in standby mode. In standby mode, power consumption is reduced significantly, which results in a lower camera temperature. Certain parameters can only be configured when the sensor is in standby mode.

Visibility: Expert

The feature documentation may provide more information.

variable BslSensorState#

Pylon::IEnumParameterT< BslSensorStateEnums > & BslSensorState;

Returns the current power state of the sensor - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Visibility: Expert

The feature documentation may provide more information.

variable BslTransferBitDepth#

Pylon::IEnumParameterT< BslTransferBitDepthEnums > & BslTransferBitDepth;

Sets the bit depth used for internal image processing - Applies to: boost CoaXPress.

Sets the bit depth used for internal image processing. Lowering the transfer bit depth increases the frame rate, but image quality may degrade.

Visibility: Expert

The feature documentation may provide more information.

variable BslTransferBitDepthMode#

Pylon::IEnumParameterT< BslTransferBitDepthModeEnums > & BslTransferBitDepthMode;

Sets the transfer bit depth mode - Applies to: boost CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable ExposureOverlapTimeMax#

Pylon::IFloatEx & ExposureOverlapTimeMax;

Maximum overlap of the sensor exposure with sensor readout in Trigger Width exposure mode (in microseconds) - Applies to: ace USB.

Visibility: Expert

The feature documentation may provide more information.

variable ExposureTime#

Pylon::IFloatEx & ExposureTime;

Exposure time of the camera in microseconds - Applies to: CamEmu, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Beginner

The feature documentation may provide more information.

variable FrameDuration#

Pylon::IIntegerEx & FrameDuration;

Total time required for exposing and reading out all subframes from the sensor - Applies to: blaze.

Visibility: Guru

The feature documentation may provide more information.

variable OverlapMode#

Pylon::IEnumParameterT< OverlapModeEnums > & OverlapMode;

Configures overlapping exposure and image readout - Applies to: dart USB and pulse USB.

Visibility: Expert

The feature documentation may provide more information.

variable ReadoutTime#

Pylon::IIntegerEx & ReadoutTime;

Time required for reading out each subframe from the sensor - Applies to: blaze.

Visibility: Guru

The feature documentation may provide more information.

variable ResetTime#

Pylon::IIntegerEx & ResetTime;

Time during which the sensor is reset before the next subframe is acquired - Applies to: blaze.

Visibility: Guru

The feature documentation may provide more information.

variable ResultingFrameRate#

Pylon::IFloatEx & ResultingFrameRate;

Maximum frame acquisition rate with current camera settings - Applies to: ace USB, boost CoaXPress, dart USB and pulse USB.

Maximum frame acquisition rate with current camera settings (in frames per second).

Visibility: Beginner

The feature documentation may provide more information.

variable SensorReadoutTime#

Pylon::IFloatEx & SensorReadoutTime;

Sensor readout time with current settings - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Visibility: Beginner

The feature documentation may provide more information.

variable SensorShutterMode#

Pylon::IEnumParameterT< SensorShutterModeEnums > & SensorShutterMode;

Sets the shutter mode of the camera - Applies to: ace 2 GigE, ace 2 USB, dart 2 USB, dart USB and pulse USB.

Visibility: Beginner

The feature documentation may provide more information.

variable StartupTime#

Pylon::IIntegerEx & StartupTime;

Time that passes between triggering the camera and exposure starting - Applies to: blaze.

Visibility: Guru

The feature documentation may provide more information.

variable TriggerDelay#

Pylon::IFloatEx & TriggerDelay;

Trigger delay time in microseconds - Applies to: CamEmu, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart MIPI.

Trigger delay time in microseconds. The delay is applied after the trigger has been received and before effectively activating the trigger.

Visibility: Expert

Selected by: TriggerSelector

The feature documentation may provide more information.

variable AcquisitionFrameCount#

Pylon::IIntegerEx & AcquisitionFrameCount;

Number of frames to acquire for each Acquisition Start trigger - Applies to: CameraLink and GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable AcquisitionFrameRateAbs#

Pylon::IFloatEx & AcquisitionFrameRateAbs;

Acquisition frame rate of the camera in frames per second - Applies to: CameraLink and GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable AcquisitionFrameRateEnum#

Pylon::IEnumParameterT< AcquisitionFrameRateEnumEnums > & AcquisitionFrameRateEnum;

Applies to: CameraLink.

Visibility: Beginner

The feature documentation may provide more information.

variable AcquisitionLineRateAbs#

Pylon::IFloatEx & AcquisitionLineRateAbs;

Acquisition line rate of the camera in lines per second - Applies to: CameraLink and GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable EnableBurstAcquisition#

Pylon::IBooleanEx & EnableBurstAcquisition;

Enables Burst Acquisition - Applies to: CameraLink and GigE.

Enables Burst Acquisition. If enabled, the maximum frame rate only depends on the sensor timing and the timing of the trigger sequence. The image transfer rate out of the camera has no influence on the frame rate.

Visibility: Guru

The feature documentation may provide more information.

variable ExposureOverlapTimeMaxAbs#

Pylon::IFloatEx & ExposureOverlapTimeMaxAbs;

Maximum overlap of the sensor exposure with sensor readout in Trigger Width exposure mode (in microseconds) - Applies to: CameraLink and GigE.

Visibility: Expert

The feature documentation may provide more information.

variable ExposureOverlapTimeMaxRaw#

Pylon::IIntegerEx & ExposureOverlapTimeMaxRaw;

Maximum overlap of the sensor exposure with sensor readout in Trigger Width exposure mode (raw value) - Applies to: CameraLink and GigE.

Visibility: Expert

The feature documentation may provide more information.

variable ExposureStartDelayAbs#

Pylon::IFloatEx & ExposureStartDelayAbs;

Applies to: CameraLink and GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ExposureStartDelayRaw#

Pylon::IIntegerEx & ExposureStartDelayRaw;

Applies to: CameraLink and GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ExposureTimeBaseAbsEnable#

Pylon::IBooleanEx & ExposureTimeBaseAbsEnable;

Enables the use of the exposure timebase - Applies to: CameraLink and GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable FrameTimeoutAbs#

Pylon::IFloatEx & FrameTimeoutAbs;

Frame timeout in microseconds - Applies to: CameraLink and GigE.

Frame timeout in microseconds. If the timeout expires before a frame acquisition is complete, a partial frame will be delivered.

Visibility: Expert

The feature documentation may provide more information.

variable FrameTimeoutEnable#

Pylon::IBooleanEx & FrameTimeoutEnable;

Enables the frame timeout - Applies to: CameraLink and GigE.

Visibility: Expert

The feature documentation may provide more information.

variable InterlacedIntegrationMode#

Pylon::IEnumParameterT< InterlacedIntegrationModeEnums > & InterlacedIntegrationMode;

Selects the Interlaced Integration Mode - Applies to: CameraLink and GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ReadoutTimeAbs#

Pylon::IFloatEx & ReadoutTimeAbs;

Sensor readout time with current settings - Applies to: CameraLink and GigE.

Visibility: Expert

The feature documentation may provide more information.

variable ResultingFramePeriodAbs#

Pylon::IFloatEx & ResultingFramePeriodAbs;

Maximum frame acquisition period with current camera settings - Applies to: CameraLink and GigE.

Maximum frame acquisition period with current camera settings (in microseconds).

Visibility: Guru

The feature documentation may provide more information.

variable ResultingLinePeriodAbs#

Pylon::IFloatEx & ResultingLinePeriodAbs;

Maximum line acquisition period with current camera settings - Applies to: CameraLink and GigE.

Maximum line acquisition period with current camera settings (in microseconds).

Visibility: Guru

The feature documentation may provide more information.

variable ResultingLineRateAbs#

Pylon::IFloatEx & ResultingLineRateAbs;

Maximum line acquisition rate with current camera settings - Applies to: CameraLink and GigE.

Maximum line acquisition rate with current camera settings (in frames per second).

Visibility: Beginner

The feature documentation may provide more information.

variable SyncFreeRunTimerTriggerRateAbs#

Pylon::IFloatEx & SyncFreeRunTimerTriggerRateAbs;

Synchronous free run trigger rate - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable TriggerControlImplementation#

Pylon::IEnumParameterT< TriggerControlImplementationEnums > & TriggerControlImplementation;

Sets the image acquisition control mode - Applies to: CameraLink and GigE.

Sets the image acquisition control mode. For more information, see your camera's product documentation.

Visibility: Expert

Selecting Parameters: TriggerSelector

The feature documentation may provide more information.

variable TriggerDelayAbs#

Pylon::IFloatEx & TriggerDelayAbs;

Trigger delay time in microseconds - Applies to: CameraLink and GigE.

Trigger delay time in microseconds. The delay is applied after the trigger has been received and before effectively activating the trigger.

Visibility: Expert

Selected by: TriggerSelector

The feature documentation may provide more information.

variable TriggerDelayLineTriggerCount#

Pylon::IIntegerEx & TriggerDelayLineTriggerCount;

Trigger delay as number of line triggers - Applies to: CameraLink and GigE.

Trigger delay as a number of consecutive line triggers that are allowed between trigger having been received and before effectively activating the trigger.

Visibility: Expert

Selected by: TriggerSelector

The feature documentation may provide more information.

variable TriggerDelaySource#

Pylon::IEnumParameterT< TriggerDelaySourceEnums > & TriggerDelaySource;

Sets the kind of trigger delay - Applies to: CameraLink and GigE.

Sets whether trigger delay is defined as a time interval or as a number of consecutive line triggers.

Visibility: Expert

Selected by: TriggerSelector

The feature documentation may provide more information.

variable TriggerPartialClosingFrame#

Pylon::IBooleanEx & TriggerPartialClosingFrame;

Determines whether a partial or a complete frame is transmitted when the Frame Start trigger signal transitions prematurely - Applies to: CameraLink and GigE.

Determines whether a partial or a complete frame is transmitted when the Frame Start trigger is used with High or Low states and the trigger signal transitions prematurely.

Visibility: Expert

Selected by: TriggerSelector

The feature documentation may provide more information.

variable AcquisitionStartEventStreamChannelIndex#

Pylon::IIntegerEx & AcquisitionStartEventStreamChannelIndex;

Stream channel index of the Acquisition Start event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable AcquisitionStartEventTimestamp#

Pylon::IIntegerEx & AcquisitionStartEventTimestamp;

Timestamp of the Acquisition Start event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable AcquisitionStartOvertriggerEventStreamChannelIndex#

Pylon::IIntegerEx & AcquisitionStartOvertriggerEventStreamChannelIndex;

Stream channel index of the Acquisition Start Overtrigger event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable AcquisitionStartOvertriggerEventTimestamp#

Pylon::IIntegerEx & AcquisitionStartOvertriggerEventTimestamp;

Timestamp of the Acquisition Start Overtrigger event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable AcquisitionStartWaitEventStreamChannelIndex#

Pylon::IIntegerEx & AcquisitionStartWaitEventStreamChannelIndex;

Stream channel index of the Acquisition Start Wait event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable AcquisitionStartWaitEventTimestamp#

Pylon::IIntegerEx & AcquisitionStartWaitEventTimestamp;

Timestamp of the Acquisition Start Wait event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable AcquisitionWaitEventStreamChannelIndex#

Pylon::IIntegerEx & AcquisitionWaitEventStreamChannelIndex;

Stream channel index of the Acquisition Wait event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable AcquisitionWaitEventTimestamp#

Pylon::IIntegerEx & AcquisitionWaitEventTimestamp;

Timestamp of an Acquisition Wait event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ActionCommandCount#

Pylon::IIntegerEx & ActionCommandCount;

Number of separate action signals supported by the camera - Applies to: GigE.

Number of separate action signals supported by the camera. Determines how many action signals the camera can handle in parallel, i.e., how many different action commands can be configured on the camera.

Visibility: Guru

The feature documentation may provide more information.

variable ActionDeviceKey#

Pylon::IIntegerEx & ActionDeviceKey;

Device key used for action commands - Applies to: GigE and ace 2 GigE.

Device key used to authorize the execution of an action command. If the action device key in the camera and the action device key in the protocol message are identical, the camera will execute the corresponding action.

Visibility: Beginner

The feature documentation may provide more information.

variable ActionGroupKey#

Pylon::IIntegerEx & ActionGroupKey;

Group key used for action commands - Applies to: GigE and ace 2 GigE.

Group key used to define a group of cameras on which action commands can be executed.

Visibility: Beginner

Selected by: ActionSelector

The feature documentation may provide more information.

variable ActionGroupMask#

Pylon::IIntegerEx & ActionGroupMask;

Group mask used for action commands - Applies to: GigE and ace 2 GigE.

Group mask used to filter out a sub-group of cameras belonging to a group of cameras. The cameras belonging to a sub-group execute an action at the same time. The filtering is done using a logical bitwise AND operation on the group mask number of the action command and the group mask number of a camera. If both binary numbers have at least one common bit set to 1 (i.e., the result of the AND operation is non-zero), the corresponding camera belongs to the sub-group.

Visibility: Beginner

Selected by: ActionSelector

The feature documentation may provide more information.

variable ActionQueueSize#

Pylon::IIntegerEx & ActionQueueSize;

Number of action commands that can be queued by the camera - Applies to: ace 2 GigE.

Number of action commands that can be queued by the camera. The camera will execute them in ascending order of action time. If the queue is full, additional commands will be ignored.

Visibility: Beginner

The feature documentation may provide more information.

variable ActionSelector#

Pylon::IIntegerEx & ActionSelector;

Action command to be configured - Applies to: GigE and ace 2 GigE.

Visibility: Beginner

Selecting Parameters: ActionGroupKey and ActionGroupMask

The feature documentation may provide more information.

variable NumberOfActionSignals#

Pylon::IIntegerEx & NumberOfActionSignals;

Number of separate action signals supported by the camera - Applies to: GigE.

Number of separate action signals supported by the camera. Determines how many action signals the camera can handle in parallel, i.e., how many different action commands can be configured on the camera.

Visibility: Guru

The feature documentation may provide more information.

variable ActionLateEventStreamChannelIndex#

Pylon::IIntegerEx & ActionLateEventStreamChannelIndex;

Stream channel index of the Action Late event - Applies to: GigE.

Stream channel index of the Action Late event. An Action Late event is raised when a scheduled action command with a timestamp in the past is received.

Visibility: Beginner

The feature documentation may provide more information.

variable ActionLateEventTimestamp#

Pylon::IIntegerEx & ActionLateEventTimestamp;

Timestamp of the Action Late event - Applies to: GigE.

Timestamp of the Action Late event. An Action Late event is raised when a scheduled action command with a timestamp in the past is received.

Visibility: Beginner

The feature documentation may provide more information.

variable AutoBacklightCompensation#

Pylon::IFloatEx & AutoBacklightCompensation;

Backlight compensation to be applied - Applies to: dart USB and pulse USB.

Backlight compensation factor that allows the camera to compensate for underexposure. This is done by excluding a certain percentage of the brightest pixels in the image from the target average gray value calculations.

Visibility: Expert

The feature documentation may provide more information.

variable AutoTargetBrightness#

Pylon::IFloatEx & AutoTargetBrightness;

Target brightness for the Gain Auto and the Exposure Auto auto functions - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart USB and pulse USB.

Visibility: Beginner

The feature documentation may provide more information.

variable AutoTargetBrightnessDamping#

Pylon::IFloatEx & AutoTargetBrightnessDamping;

Brightness adjustment damping factor to be applied - Applies to: dart USB and pulse USB.

Brightness adjustment damping factor to be applied. This controls the speed with which pixel gray values are changed when Exposure Auto, Gain Auto, or both are enabled. The lower the damping factor, the faster the target brightness value is reached.

Visibility: Expert

The feature documentation may provide more information.

variable AutoExposureTimeAbsLowerLimit#

Pylon::IFloatEx & AutoExposureTimeAbsLowerLimit;

Lower limit of the Exposure Time parameter when the Exposure Auto auto function is active - Applies to: CameraLink and GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable AutoExposureTimeAbsUpperLimit#

Pylon::IFloatEx & AutoExposureTimeAbsUpperLimit;

Upper limit of the Exposure Time parameter when the Exposure Auto auto function is active - Applies to: CameraLink and GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable AutoExposureTimeLowerLimitRaw#

Pylon::IIntegerEx & AutoExposureTimeLowerLimitRaw;

Lower limit of the Exposure Time parameter when the Exposure Auto auto function is active (raw value) - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable AutoExposureTimeUpperLimitRaw#

Pylon::IIntegerEx & AutoExposureTimeUpperLimitRaw;

Upper limit of the Exposure Time parameter when the Exposure Auto auto function is active (raw value) - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable AutoGainRawLowerLimit#

Pylon::IIntegerEx & AutoGainRawLowerLimit;

Lower limit of the Gain parameter when the Gain Auto auto function is active (raw value) - Applies to: CameraLink and GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable AutoGainRawUpperLimit#

Pylon::IIntegerEx & AutoGainRawUpperLimit;

Upper limit of the Gain parameter when the Gain Auto auto function is active (raw value) - Applies to: CameraLink and GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable AutoTargetValue#

Pylon::IIntegerEx & AutoTargetValue;

Target brightness for the Gain Auto and the Exposure Auto auto functions - Applies to: CameraLink and GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable BalanceWhiteAdjustmentDampingAbs#

Pylon::IFloatEx & BalanceWhiteAdjustmentDampingAbs;

Balance White adjustment damping factor to be applied - Applies to: CameraLink and GigE.

Balance White adjustment damping factor to be applied. This controls the speed with which the camera adjusts colors when the Balance White Auto auto function is enabled. This can be useful, for example, when objects move into the camera's field of view and the light conditions are changing gradually due to the moving objects.

Visibility: Beginner

The feature documentation may provide more information.

variable BalanceWhiteAdjustmentDampingRaw#

Pylon::IIntegerEx & BalanceWhiteAdjustmentDampingRaw;

Balance White adjustment damping factor to be applied (raw value) - Applies to: CameraLink and GigE.

Balance White adjustment damping factor to be applied (raw value). This controls the speed with which the camera adjusts colors when the Balance White Auto auto function is enabled. This can be useful, for example, when objects move into the camera's field of view and the light conditions are changing gradually due to the moving objects.

Visibility: Beginner

The feature documentation may provide more information.

variable GrayValueAdjustmentDampingAbs#

Pylon::IFloatEx & GrayValueAdjustmentDampingAbs;

Gray value adjustment damping factor to be applied - Applies to: CameraLink and GigE.

Gray value adjustment damping factor to be applied. This controls the speed with which pixel gray values are changed when Exposure Auto, Gain Auto, or both are enabled. This can be useful, for example, when objects move into the camera's field of view and the light conditions are changing gradually due to the moving objects.

Visibility: Beginner

The feature documentation may provide more information.

variable GrayValueAdjustmentDampingRaw#

Pylon::IIntegerEx & GrayValueAdjustmentDampingRaw;

Gray value adjustment damping factor (raw value) to be applied - Applies to: CameraLink and GigE.

Gray value adjustment damping factor (raw value) to be applied. This controls the speed with which pixel gray values are changed when Exposure Auto, Gain Auto, or both are enabled. This can be useful, for example, when objects move into the camera's field of view and the light conditions are changing gradually due to the moving objects.

Visibility: Beginner

The feature documentation may provide more information.

variable AutoExposureTimeLowerLimit#

Pylon::IFloatEx & AutoExposureTimeLowerLimit;

Lower limit of the Exposure Time parameter when the Exposure Auto auto function is active - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart USB and pulse USB.

Visibility: Beginner

The feature documentation may provide more information.

variable AutoExposureTimeUpperLimit#

Pylon::IFloatEx & AutoExposureTimeUpperLimit;

Upper limit of the Exposure Time parameter when the Exposure Auto auto function is active - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart USB and pulse USB.

Visibility: Beginner

The feature documentation may provide more information.

variable AutoFunctionAOIHeight#

Pylon::IIntegerEx & AutoFunctionAOIHeight;

Height of the auto function AOI (in pixels) - Applies to: CameraLink and GigE.

Visibility: Beginner

Selected by: AutoFunctionAOISelector

The feature documentation may provide more information.

variable AutoFunctionAOIOffsetX#

Pylon::IIntegerEx & AutoFunctionAOIOffsetX;

Horizontal offset of the auto function AOI from the left side of the sensor (in pixels) - Applies to: CameraLink and GigE.

Visibility: Beginner

Selected by: AutoFunctionAOISelector

The feature documentation may provide more information.

variable AutoFunctionAOIOffsetY#

Pylon::IIntegerEx & AutoFunctionAOIOffsetY;

Vertical offset from the top of the sensor to the auto function AOI (in pixels) - Applies to: CameraLink and GigE.

Vertical offset of the auto function AOI from the top of the sensor (in pixels).

Visibility: Beginner

Selected by: AutoFunctionAOISelector

The feature documentation may provide more information.

variable AutoFunctionAOISelector#

Pylon::IEnumParameterT< AutoFunctionAOISelectorEnums > & AutoFunctionAOISelector;

Sets which auto function AOI can be configured - Applies to: CameraLink and GigE.

Visibility: Beginner

Selecting Parameters: AutoFunctionAOIHeight, AutoFunctionAOIOffsetX, AutoFunctionAOIOffsetY, AutoFunctionAOIUsageIntensity, AutoFunctionAOIUsageRedLightCorrection, AutoFunctionAOIUsageWhiteBalance and AutoFunctionAOIWidth

The feature documentation may provide more information.

variable AutoFunctionAOIUsageIntensity#

Pylon::IBooleanEx & AutoFunctionAOIUsageIntensity;

Assigns the Gain Auto and the Exposure Auto auto functions to the currently selected auto function AOI - Applies to: CameraLink and GigE.

Assigns the Gain Auto and the Exposure Auto auto functions to the currently selected auto function AOI. For this parameter, Gain Auto and Exposure Auto are considered as a single auto function named 'Intensity'.

Visibility: Beginner

Selected by: AutoFunctionAOISelector

The feature documentation may provide more information.

variable AutoFunctionAOIUsageRedLightCorrection#

Pylon::IBooleanEx & AutoFunctionAOIUsageRedLightCorrection;

Assigns the Red Light Correction auto function to the currently selected auto function AOI - Applies to: CameraLink and GigE.

Visibility: Beginner

Selected by: AutoFunctionAOISelector

The feature documentation may provide more information.

variable AutoFunctionAOIUsageTonalRange#

Pylon::IBooleanEx & AutoFunctionAOIUsageTonalRange;

Assigns the Tonal Range Auto auto function to the currently selected auto function AOI - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable AutoFunctionAOIUsageWhiteBalance#

Pylon::IBooleanEx & AutoFunctionAOIUsageWhiteBalance;

Assigns the Balance White Auto auto function to the currently selected auto function AOI - Applies to: CameraLink and GigE.

Visibility: Beginner

Selected by: AutoFunctionAOISelector

The feature documentation may provide more information.

variable AutoFunctionAOIWidth#

Pylon::IIntegerEx & AutoFunctionAOIWidth;

Width of the auto function AOI (in pixels) - Applies to: CameraLink and GigE.

Visibility: Beginner

Selected by: AutoFunctionAOISelector

The feature documentation may provide more information.

variable AutoFunctionAOIUseBrightness#

Pylon::IBooleanEx & AutoFunctionAOIUseBrightness;

Assigns the Gain Auto and the Exposure Auto auto functions to the currently selected auto function AOI - Applies to: ace USB.

Assigns the Gain Auto and the Exposure Auto auto functions to the currently selected auto function AOI. For this parameter, Gain Auto and Exposure Auto are considered as a single auto function named 'Brightness'.

Visibility: Invisible

Selected by: AutoFunctionAOISelector

The feature documentation may provide more information.

variable AutoFunctionAOIUseWhiteBalance#

Pylon::IBooleanEx & AutoFunctionAOIUseWhiteBalance;

Assigns the Balance White auto function to the currently selected auto function AOI - Applies to: ace USB.

Visibility: Invisible

Selected by: AutoFunctionAOISelector

The feature documentation may provide more information.

variable AutoFunctionProfile#

Pylon::IEnumParameterT< AutoFunctionProfileEnums > & AutoFunctionProfile;

Sets how gain and exposure time will be balanced when the camera is making automatic adjustments - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Beginner

The feature documentation may provide more information.

variable AutoFunctionROIHeight#

Pylon::IIntegerEx & AutoFunctionROIHeight;

Height of the auto function ROI (in pixels) - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.

Visibility: Beginner

Selected by: AutoFunctionROISelector

The feature documentation may provide more information.

variable AutoFunctionROIHighlight#

Pylon::IBooleanEx & AutoFunctionROIHighlight;

Highlights the current auto function ROI in the image window - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress and dart 2 USB.

Highlights the current auto function ROI in the image window. Areas that do not belong to the current ROI appear darker.

Visibility: Beginner

Selected by: AutoFunctionROISelector

The feature documentation may provide more information.

variable AutoFunctionROIOffsetX#

Pylon::IIntegerEx & AutoFunctionROIOffsetX;

Horizontal offset of the auto function ROI from the left side of the sensor (in pixels) - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.

Visibility: Beginner

Selected by: AutoFunctionROISelector

The feature documentation may provide more information.

variable AutoFunctionROIOffsetY#

Pylon::IIntegerEx & AutoFunctionROIOffsetY;

Vertical offset from the top of the sensor to the auto function ROI (in pixels) - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.

Vertical offset of the auto function ROI from the top of the sensor (in pixels).

Visibility: Beginner

Selected by: AutoFunctionROISelector

The feature documentation may provide more information.

variable AutoFunctionROISelector#

Pylon::IEnumParameterT< AutoFunctionROISelectorEnums > & AutoFunctionROISelector;

Sets which auto function ROI can be configured - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.

Visibility: Beginner

Selecting Parameters: AutoFunctionROIHeight, AutoFunctionROIHighlight, AutoFunctionROIOffsetX, AutoFunctionROIOffsetY, AutoFunctionROIUseBrightness, AutoFunctionROIUseTonalRange, AutoFunctionROIUseWhiteBalance and AutoFunctionROIWidth

The feature documentation may provide more information.

variable AutoFunctionROIUseBrightness#

Pylon::IBooleanEx & AutoFunctionROIUseBrightness;

Assigns the Gain Auto and the Exposure Auto auto functions to the currently selected auto function ROI - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart USB and pulse USB.

Assigns the Gain Auto and the Exposure Auto auto functions to the currently selected auto function ROI. For this parameter, Gain Auto and Exposure Auto are considered as a single auto function named 'Brightness'.

Visibility: Beginner

Selected by: AutoFunctionROISelector

The feature documentation may provide more information.

variable AutoFunctionROIUseTonalRange#

Pylon::IBooleanEx & AutoFunctionROIUseTonalRange;

Assigns the Tonal Range Auto auto function to the currently selected auto function ROI - Applies to: ace USB.

Visibility: Beginner

Selected by: AutoFunctionROISelector

The feature documentation may provide more information.

variable AutoFunctionROIUseWhiteBalance#

Pylon::IBooleanEx & AutoFunctionROIUseWhiteBalance;

Assigns the Balance White Auto auto function to the currently selected auto function ROI - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.

Visibility: Beginner

Selected by: AutoFunctionROISelector

The feature documentation may provide more information.

variable AutoFunctionROIWidth#

Pylon::IIntegerEx & AutoFunctionROIWidth;

Width of the auto function ROI (in pixels) - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.

Visibility: Beginner

Selected by: AutoFunctionROISelector

The feature documentation may provide more information.

variable AutoGainLowerLimit#

Pylon::IFloatEx & AutoGainLowerLimit;

Lower limit of the Gain parameter when the Gain Auto auto function is active - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart USB and pulse USB.

Visibility: Beginner

Selected by: GainSelector

The feature documentation may provide more information.

variable AutoGainUpperLimit#

Pylon::IFloatEx & AutoGainUpperLimit;

Upper limit of the Gain parameter when the Gain Auto auto function is active - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart USB and pulse USB.

Visibility: Beginner

Selected by: GainSelector

The feature documentation may provide more information.

variable AutoTonalRangeAdjustmentSelector#

Pylon::IEnumParameterT< AutoTonalRangeAdjustmentSelectorEnums > & AutoTonalRangeAdjustmentSelector;

Sets which parts of the tonal range can be adjusted - Applies to: GigE and ace USB.

Visibility: Expert

The feature documentation may provide more information.

variable AutoTonalRangeModeSelector#

Pylon::IEnumParameterT< AutoTonalRangeModeSelectorEnums > & AutoTonalRangeModeSelector;

Sets the kind of tonal range auto adjustment - Applies to: GigE and ace USB.

Visibility: Beginner

The feature documentation may provide more information.

variable AutoTonalRangeTargetBright#

Pylon::IIntegerEx & AutoTonalRangeTargetBright;

Bright target value to be used during automatic tonal range adjustments - Applies to: GigE and ace USB.

Bright target value to be used during automatic tonal range adjustments. When you enable the Tonal Range Auto auto function, the camera sets the Tonal Range Target Bright parameter to this value. Not available if the Auto Tonal Range Mode parameter is set to Color.

Visibility: Expert

The feature documentation may provide more information.

variable AutoTonalRangeTargetDark#

Pylon::IIntegerEx & AutoTonalRangeTargetDark;

Dark target value to be used during automatic tonal range adjustments - Applies to: GigE and ace USB.

Dark target value to be used during automatic tonal range adjustments. When you enable the Tonal Range Auto auto function, the camera sets the Tonal Range Target Dark parameter to this value. Not available if the Auto Tonal Range Mode parameter is set to Color.

Visibility: Expert

The feature documentation may provide more information.

variable AutoTonalRangeThresholdBright#

Pylon::IFloatEx & AutoTonalRangeThresholdBright;

Threshold value from which the Tonal Range Source Bright parameter value is calculated during automatic tonal range adjustments - Applies to: GigE and ace USB.

Threshold value from which the Tonal Range Source Bright parameter value is calculated during automatic tonal range adjustments. The parameter is expressed as a percentage of all pixels in the assigned auto function ROI. Example: Assume you set the Auto Tonal Range Threshold Bright parameter to 0.1 and enable the Tonal Range Auto auto function. Now assume that 0.1 % of the pixels in the assigned auto function ROI have a pixel value greater than or equal to 240. The camera automatically detects this, sets the Tonal Range Source Bright parameter to 240, and starts tonal range adjustments.

Visibility: Beginner

The feature documentation may provide more information.

variable AutoTonalRangeThresholdBrightRaw#

Pylon::IIntegerEx & AutoTonalRangeThresholdBrightRaw;

Threshold value from which the Tonal Range Source Bright parameter value is calculated during automatic tonal range adjustments (raw value) - Applies to: GigE.

Threshold value from which the Tonal Range Source Bright parameter value is calculated during automatic tonal range adjustments. The parameter is expressed as a percentage of all pixels in the assigned auto function ROI. Example: Assume you set the Auto Tonal Range Threshold Bright parameter to 0.1 and enable the Tonal Range Auto auto function. Now assume that 0.1 % of the pixels in the assigned auto function ROI have a pixel value greater than or equal to 240. The camera automatically detects this, sets the Tonal Range Source Bright parameter to 240, and starts tonal range adjustments.

Visibility: Beginner

The feature documentation may provide more information.

variable AutoTonalRangeThresholdDark#

Pylon::IFloatEx & AutoTonalRangeThresholdDark;

Threshold value from which the Tonal Range Source Dark parameter value is calculated during automatic tonal range adjustments - Applies to: GigE and ace USB.

Threshold value from which the Tonal Range Source Dark parameter value is calculated during automatic tonal range adjustments. The parameter is expressed as a percentage of all pixels in the assigned auto function ROI. Example: Assume you set the Auto Tonal Range Threshold Dark parameter to 0.2 and enable the Tonal Range Auto auto function. Now assume that 0.2 % of the pixels in the assigned auto function ROI have a pixel value lower than or equal to 30. The camera automatically detects this, sets the Tonal Range Source Dark parameter to 30, and starts tonal range adjustments.

Visibility: Beginner

The feature documentation may provide more information.

variable AutoTonalRangeThresholdDarkRaw#

Pylon::IIntegerEx & AutoTonalRangeThresholdDarkRaw;

Threshold value from which the Tonal Range Source Dark parameter value is calculated during automatic tonal range adjustments (raw value) - Applies to: GigE.

Threshold value from which the Tonal Range Source Dark parameter value is calculated during automatic tonal range adjustments. The parameter is expressed as a percentage of all pixels in the assigned auto function ROI. Example: Assume you set the Auto Tonal Range Threshold Dark parameter to 0.2 and enable the Tonal Range Auto auto function. Now assume that 0.2 % of the pixels in the assigned auto function ROI have a pixel value lower than or equal to 30. The camera automatically detects this, sets the Tonal Range Source Dark parameter to 30, and starts tonal range adjustments.

Visibility: Beginner

The feature documentation may provide more information.

variable BLCSerialFramingError#

Pylon::IBooleanEx & BLCSerialFramingError;

A serial framing error occurred on reception - Applies to: GigE and ace USB.

Visibility: Beginner

The feature documentation may provide more information.

variable BLCSerialParityError#

Pylon::IBooleanEx & BLCSerialParityError;

A serial parity error occurred on reception - Applies to: GigE and ace USB.

Visibility: Beginner

The feature documentation may provide more information.

variable BLCSerialPortBaudRate#

Pylon::IEnumParameterT< BLCSerialPortBaudRateEnums > & BLCSerialPortBaudRate;

Reports the baud rate of the serial communication module - Applies to: GigE and ace USB.

Visibility: Guru

The feature documentation may provide more information.

variable BLCSerialPortClearErrors#

Pylon::ICommandEx & BLCSerialPortClearErrors;

Clears the error flags of the serial communication module - Applies to: GigE and ace USB.

Visibility: Guru

The feature documentation may provide more information.

variable BLCSerialPortParity#

Pylon::IEnumParameterT< BLCSerialPortParityEnums > & BLCSerialPortParity;

Reports the parity bit configuration of the serial communication module - Applies to: GigE and ace USB.

Visibility: Guru

The feature documentation may provide more information.

variable BLCSerialPortReceiveCmd#

Pylon::ICommandEx & BLCSerialPortReceiveCmd;

Reads and removes the front byte value from the serial communication receive queue - Applies to: GigE and ace USB.

Visibility: Guru

The feature documentation may provide more information.

variable BLCSerialPortReceiveValue#

Pylon::IIntegerEx & BLCSerialPortReceiveValue;

Last byte value read from the serial communication receive queue - Applies to: GigE and ace USB.

Visibility: Guru

The feature documentation may provide more information.

variable BLCSerialPortSource#

Pylon::IEnumParameterT< BLCSerialPortSourceEnums > & BLCSerialPortSource;

Sets the signal source for the serial communication module - Applies to: GigE and ace USB.

Visibility: Guru

The feature documentation may provide more information.

variable BLCSerialPortStopBits#

Pylon::IEnumParameterT< BLCSerialPortStopBitsEnums > & BLCSerialPortStopBits;

Reports the number of stop bits used by the serial communication module - Applies to: GigE and ace USB.

Visibility: Guru

The feature documentation may provide more information.

variable BLCSerialPortTransmitCmd#

Pylon::ICommandEx & BLCSerialPortTransmitCmd;

Writes the current byte value to the transmit queue - Applies to: GigE and ace USB.

Visibility: Guru

The feature documentation may provide more information.

variable BLCSerialPortTransmitValue#

Pylon::IIntegerEx & BLCSerialPortTransmitValue;

Byte value to be written to the transmit queue - Applies to: GigE and ace USB.

Visibility: Guru

The feature documentation may provide more information.

variable BLCSerialReceiveQueueStatus#

Pylon::IEnumParameterT< BLCSerialReceiveQueueStatusEnums > & BLCSerialReceiveQueueStatus;

Reports the status of the serial communication receive queue - Applies to: GigE and ace USB.

Visibility: Guru

The feature documentation may provide more information.

variable BLCSerialTransmitQueueStatus#

Pylon::IEnumParameterT< BLCSerialTransmitQueueStatusEnums > & BLCSerialTransmitQueueStatus;

Reports the status of the serial communication transmit queue - Applies to: GigE and ace USB.

Visibility: Guru

The feature documentation may provide more information.

variable BalanceRatio#

Pylon::IFloatEx & BalanceRatio;

Balance Ratio value to be applied to the currently selected channel - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Beginner

Selected by: BalanceRatioSelector

The feature documentation may provide more information.

variable BalanceRatioAbs#

Pylon::IFloatEx & BalanceRatioAbs;

Balance Ratio value to be applied to the currently selected channel - Applies to: CameraLink and GigE.

Visibility: Beginner

Selected by: BalanceRatioSelector

The feature documentation may provide more information.

variable BalanceRatioRaw#

Pylon::IIntegerEx & BalanceRatioRaw;

Balance Ratio value to be applied to the currently selected channel (raw value) - Applies to: CameraLink and GigE.

Visibility: Beginner

Selected by: BalanceRatioSelector

The feature documentation may provide more information.

variable BalanceWhiteReset#

Pylon::ICommandEx & BalanceWhiteReset;

Resets all white balance adjustments - Applies to: CameraLink and GigE.

Visibility: Expert

The feature documentation may provide more information.

variable ColorAdjustmentEnable#

Pylon::IBooleanEx & ColorAdjustmentEnable;

Enables color adjustment - Applies to: CameraLink and GigE.

Visibility: Expert

The feature documentation may provide more information.

variable ColorAdjustmentHue#

Pylon::IFloatEx & ColorAdjustmentHue;

Hue adjustment value to be applied to the currently selected color channel - Applies to: CameraLink, GigE and ace USB.

Visibility: Expert

Selected by: ColorAdjustmentSelector

The feature documentation may provide more information.

variable ColorAdjustmentHueRaw#

Pylon::IIntegerEx & ColorAdjustmentHueRaw;

Hue adjustment value to be applied to the currently selected color channel (raw value) - Applies to: CameraLink and GigE.

Visibility: Expert

Selected by: ColorAdjustmentSelector

The feature documentation may provide more information.

variable ColorAdjustmentReset#

Pylon::ICommandEx & ColorAdjustmentReset;

Allows you to restore previous color adjustment settings - Applies to: CameraLink and GigE.

Allows you to restore the color adjustment settings that were in force before the settings were last changed.

Visibility: Expert

The feature documentation may provide more information.

variable ColorAdjustmentSaturation#

Pylon::IFloatEx & ColorAdjustmentSaturation;

Saturation adjustment value to be applied to the currently selected color channel - Applies to: CameraLink, GigE and ace USB.

Saturation adjustment value to be applied to the currently selected color channel.

Visibility: Expert

Selected by: ColorAdjustmentSelector

The feature documentation may provide more information.

variable ColorAdjustmentSaturationRaw#

Pylon::IIntegerEx & ColorAdjustmentSaturationRaw;

Saturation adjustment value to be applied to the currently selected color channel (raw value) - Applies to: CameraLink and GigE.

Visibility: Expert

Selected by: ColorAdjustmentSelector

The feature documentation may provide more information.

variable ColorAdjustmentSelector#

Pylon::IEnumParameterT< ColorAdjustmentSelectorEnums > & ColorAdjustmentSelector;

Sets which color in your images will be adjusted - Applies to: CameraLink, GigE and ace USB.

Visibility: Expert

Selecting Parameters: ColorAdjustmentHue, ColorAdjustmentHueRaw, ColorAdjustmentSaturation and ColorAdjustmentSaturationRaw

The feature documentation may provide more information.

variable ColorTransformationMatrixFactor#

Pylon::IFloatEx & ColorTransformationMatrixFactor;

Extent to which the color matrix influences the color values - Applies to: CameraLink and GigE.

Extent to which the color matrix influences the color values. If set to 0, the matrix is effectively disabled.

Visibility: Guru

The feature documentation may provide more information.

variable ColorTransformationMatrixFactorRaw#

Pylon::IIntegerEx & ColorTransformationMatrixFactorRaw;

Extent to which the color matrix influences the color values (raw value) - Applies to: CameraLink and GigE.

Extent to which the color matrix influences the color values (raw value). If set to 0, the matrix is effectively disabled.

Visibility: Guru

The feature documentation may provide more information.

variable ColorTransformationValueRaw#

Pylon::IIntegerEx & ColorTransformationValueRaw;

Transformation value for the selected element in the color transformation matrix (raw value) - Applies to: CameraLink and GigE.

Visibility: Guru

Selected by: ColorTransformationValueSelector

The feature documentation may provide more information.

variable LightSourceSelector#

Pylon::IEnumParameterT< LightSourceSelectorEnums > & LightSourceSelector;

Sets the type of light source for which color transformation will be performed - Applies to: CameraLink and GigE.

Visibility: Expert

Selected by: ColorTransformationSelector

The feature documentation may provide more information.

variable BalanceRatioSelector#

Pylon::IEnumParameterT< BalanceRatioSelectorEnums > & BalanceRatioSelector;

Sets which color channel can be adjusted when performing manual white balance - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Sets which color channel can be adjusted when performing manual white balance. All changes to the Balance Ratio parameter will be applied to the selected color channel.

Visibility: Beginner

Selecting Parameters: BalanceRatio, BalanceRatioAbs and BalanceRatioRaw

The feature documentation may provide more information.

variable BalanceWhiteAuto#

Pylon::IEnumParameterT< BalanceWhiteAutoEnums > & BalanceWhiteAuto;

Sets the operation mode of the Balance White Auto auto function - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Beginner

The feature documentation may provide more information.

variable BandwidthReserveMode#

Pylon::IEnumParameterT< BandwidthReserveModeEnums > & BandwidthReserveMode;

Sets a predefined bandwidth reserve or enables manual configuration of the bandwidth reserve - Applies to: ace 2 GigE.

Visibility: Expert

The feature documentation may provide more information.

variable GevCurrentIPConfigurationDHCP#

Pylon::IBooleanEx & GevCurrentIPConfigurationDHCP;

Controls whether the DHCP IP configuration scheme is activated on the given logical link - Applies to: blaze.

Visibility: Beginner

Selected by: GevInterfaceSelector

The feature documentation may provide more information.

variable GevCurrentIPConfigurationLLA#

Pylon::IBooleanEx & GevCurrentIPConfigurationLLA;

Controls whether the Link Local Address IP configuration scheme is activated on the given logical link - Applies to: blaze.

Visibility: Beginner

Selected by: GevInterfaceSelector

The feature documentation may provide more information.

variable GevCurrentIPConfigurationPersistentIP#

Pylon::IBooleanEx & GevCurrentIPConfigurationPersistentIP;

Controls whether the PersistentIP configuration scheme is activated on the given logical link - Applies to: blaze.

Visibility: Beginner

Selected by: GevInterfaceSelector

The feature documentation may provide more information.

variable BinningHorizontal#

Pylon::IIntegerEx & BinningHorizontal;

Number of adjacent horizontal pixels to be summed - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.

Number of adjacent horizontal pixels to be summed. Their charges will be summed and reported out of the camera as a single pixel.

Visibility: Beginner

Selected by: BinningSelector

The feature documentation may provide more information.

variable BinningHorizontalMode#

Pylon::IEnumParameterT< BinningHorizontalModeEnums > & BinningHorizontalMode;

Sets the binning mode for horizontal binning - Applies to: CamEmu, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.

Visibility: Expert

Selected by: BinningSelector

The feature documentation may provide more information.

variable BinningVertical#

Pylon::IIntegerEx & BinningVertical;

Number of adjacent vertical pixels to be summed - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.

Number of adjacent vertical pixels to be summed. Their charges will be summed and reported out of the camera as a single pixel.

Visibility: Beginner

Selected by: BinningSelector

The feature documentation may provide more information.

variable BinningVerticalMode#

Pylon::IEnumParameterT< BinningVerticalModeEnums > & BinningVerticalMode;

Sets the binning mode for vertical binning - Applies to: CamEmu, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.

Visibility: Expert

Selected by: BinningSelector

The feature documentation may provide more information.

variable CenterX#

Pylon::IBooleanEx & CenterX;

Centers the image horizontally - Applies to: CameraLink, GigE and ace USB.

Visibility: Beginner

The feature documentation may provide more information.

variable CenterY#

Pylon::IBooleanEx & CenterY;

Centers the image vertically - Applies to: CameraLink, GigE and ace USB.

Visibility: Beginner

The feature documentation may provide more information.

variable DecimationHorizontal#

Pylon::IIntegerEx & DecimationHorizontal;

Horizontal decimation factor - Applies to: CameraLink, GigE and ace USB.

Horizontal decimation factor. This specifies the extent of horizontal sub-sampling of the acquired frame, i.e., it defines how many pixel columns are left out of transmission. This has the net effect of reducing the horizontal resolution (width) of the image by the specified decimation factor. A value of 1 means that the camera performs no horizontal decimation.

Visibility: Beginner

The feature documentation may provide more information.

variable DecimationVertical#

Pylon::IIntegerEx & DecimationVertical;

Vertical decimation factor - Applies to: CameraLink, GigE, ace USB and boost_V_CoaXPress.

Vertical decimation factor. This specifies the extent of vertical sub-sampling of the acquired frame, i.e., it defines how many rows are left out of transmission. This has the net effect of reducing the vertical resolution (height) of the image by the specified decimation factor. A value of 1 means that the camera performs no vertical decimation.

Visibility: Beginner

The feature documentation may provide more information.

variable Height#

Pylon::IIntegerEx & Height;

Height of the camera's region of interest (area of interest) in pixels - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Height of the camera's region of interest (area of interest) in pixels. Depending on the camera model, the parameter can be set in different increments.

Visibility: Beginner

The feature documentation may provide more information.

variable OffsetX#

Pylon::IIntegerEx & OffsetX;

Horizontal offset of the region of interest (area of interest) from the left side of the sensor (in pixels) - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Horizontal offset from the left side of the sensor to the region of interest (area of interest) (in pixels).

Visibility: Beginner

The feature documentation may provide more information.

variable OffsetY#

Pylon::IIntegerEx & OffsetY;

Vertical offset of the region of interest (area of interest) from the top of the sensor (in pixels) - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Vertical offset from the top of the sensor to the region of interest (area of interest) (in pixels).

Visibility: Beginner

The feature documentation may provide more information.

variable ROIZoneMode#

Pylon::IEnumParameterT< ROIZoneModeEnums > & ROIZoneMode;

Enables or disables the currently selected ROI zone - Applies to: GigE and ace USB.

Visibility: Expert

Selected by: ROIZoneSelector

The feature documentation may provide more information.

variable ROIZoneOffset#

Pylon::IIntegerEx & ROIZoneOffset;

Vertical offset of the currently selected ROI zone - Applies to: GigE and ace USB.

Visibility: Expert

Selected by: ROIZoneSelector

The feature documentation may provide more information.

variable ROIZoneSelector#

Pylon::IEnumParameterT< ROIZoneSelectorEnums > & ROIZoneSelector;

Sets the ROI zone that can be configured - Applies to: GigE and ace USB.

Visibility: Expert

Selecting Parameters: ROIZoneMode, ROIZoneOffset and ROIZoneSize

The feature documentation may provide more information.

variable ROIZoneSize#

Pylon::IIntegerEx & ROIZoneSize;

Height of the currently selected ROI zone - Applies to: GigE and ace USB.

Visibility: Expert

Selected by: ROIZoneSelector

The feature documentation may provide more information.

variable Width#

Pylon::IIntegerEx & Width;

Width of the camera's region of interest (area of interest) in pixels - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Width of the camera's region of interest (area of interest) in pixels. Depending on the camera model, the parameter can be set in different increments.

Visibility: Beginner

The feature documentation may provide more information.

variable BinningModeHorizontal#

Pylon::IEnumParameterT< BinningModeHorizontalEnums > & BinningModeHorizontal;

Sets the binning mode for horizontal binning - Applies to: CameraLink.

Visibility: Beginner

The feature documentation may provide more information.

variable BinningModeVertical#

Pylon::IEnumParameterT< BinningModeVerticalEnums > & BinningModeVertical;

Sets the binning mode for vertical binning - Applies to: CameraLink.

Visibility: Beginner

The feature documentation may provide more information.

variable LegacyBinningVertical#

Pylon::IEnumParameterT< LegacyBinningVerticalEnums > & LegacyBinningVertical;

Sets whether vertical binning is used - Applies to: CameraLink and GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ScalingHorizontalAbs#

Pylon::IFloatEx & ScalingHorizontalAbs;

Horizontal scaling factor - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ScalingVerticalAbs#

Pylon::IFloatEx & ScalingVerticalAbs;

Vertical scaling factor - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable BinningSelector#

Pylon::IEnumParameterT< BinningSelectorEnums > & BinningSelector;

Sets whether sensor or FPGA binning can be configured - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress and dart 2 USB.

Sets whether sensor or FPGA binning can be configured. To configure binning, use the Binning Horizontal, Binning Vertical, Binning Horizontal Mode, and Binning Vertical Mode parameters.

Visibility: Expert

Selecting Parameters: BinningHorizontal, BinningHorizontalMode, BinningVertical and BinningVerticalMode

The feature documentation may provide more information.

variable BslCenterX#

Pylon::ICommandEx & BslCenterX;

Centers the image horizontally - Applies to: CamEmu, ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB and dart MIPI.

Visibility: Beginner

The feature documentation may provide more information.

variable BslCenterY#

Pylon::ICommandEx & BslCenterY;

Centers the image vertically - Applies to: CamEmu, ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB and dart MIPI.

Visibility: Beginner

The feature documentation may provide more information.

variable BslImageStamp#

Pylon::IEnumParameterT< BslImageStampEnums > & BslImageStamp;

Enables image stamping - Applies to: boost_V_CoaXPress.

Enables image stamping. If enabled, the first pixels of the image will contain metadata (e.g., an image counter) instead of visual information.

Visibility: Beginner

The feature documentation may provide more information.

variable BslScaledSensorHeight#

Pylon::IIntegerEx & BslScaledSensorHeight;

Scaled Height of the camera's sensor in pixels - Applies to: dart MIPI.

Visibility: Expert

The feature documentation may provide more information.

variable BslScaledSensorWidth#

Pylon::IIntegerEx & BslScaledSensorWidth;

Scaled Width of the camera's sensor in pixels - Applies to: dart MIPI.

Visibility: Expert

The feature documentation may provide more information.

variable ComponentEnable#

Pylon::IBooleanEx & ComponentEnable;

Controls if the selected component streaming is active - Applies to: blaze.

Visibility: Beginner

Selected by: ComponentSelector

The feature documentation may provide more information.

variable ComponentSelector#

Pylon::IEnumParameterT< ComponentSelectorEnums > & ComponentSelector;

Selects a component to activate/deactivate its data streaming - Applies to: blaze.

Visibility: Beginner

Selecting Parameters: ComponentEnable and PixelFormat

The feature documentation may provide more information.

variable DepthMax#

Pylon::IIntegerEx & DepthMax;

End of the three-dimensional ROI - Applies to: blaze.

The Minimum Depth and the Maximum Depth parameters together define the desired three-dimensional ROI. In the point cloud display, points outside the ROI will be ignored. When using the Mono16 or RGB8 pixel formats, points in front of the ROI receive the minimum distance value, while points beyond the ROI receive the maximum distance value.

Visibility: Beginner

The feature documentation may provide more information.

variable DepthMin#

Pylon::IIntegerEx & DepthMin;

Start of the three-dimensional ROI - Applies to: blaze.

The Minimum Depth and the Maximum Depth parameters together define the desired three-dimensional ROI. In the point cloud display, points outside the ROI will be ignored. When using the Mono16 or RGB8 pixel formats, points in front of the ROI receive the minimum distance value, while points beyond the ROI receive the maximum distance value.

Visibility: Beginner

The feature documentation may provide more information.

variable ImageFileMode#

Pylon::IEnumParameterT< ImageFileModeEnums > & ImageFileMode;

Enables loading files from disk for image acquisition - Applies to: CamEmu.

Visibility: Beginner

The feature documentation may provide more information.

variable ImageFilename#

Pylon::IStringEx & ImageFilename;

Enter the name of an image filename or a path to a directory containing image files - Applies to: CamEmu.

Enter the name of an image filename in a format supported by pylon or the path to a directory containing image files.

Visibility: Beginner

The feature documentation may provide more information.

variable LinePitch#

Pylon::IIntegerEx & LinePitch;

Number of bytes separating the starting pixels of two consecutive lines - Applies to: ace USB.

Number of bytes separating the starting pixels of two consecutive lines. This feature is useful if you want to align your image data to fixed-size groups of digits, e.g., to 4-byte (32-bit) or 8-byte (64-bit) words. Data alignment can improve performance.

Visibility: Expert

The feature documentation may provide more information.

variable LinePitchEnable#

Pylon::IBooleanEx & LinePitchEnable;

Enables the alignment of output image data to multiples of 4 bytes - Applies to: ace USB.

Visibility: Expert

The feature documentation may provide more information.

variable ScalingHorizontal#

Pylon::IFloatEx & ScalingHorizontal;

Horizontal scaling factor - Applies to: ace USB.

Visibility: Beginner

The feature documentation may provide more information.

variable ScalingVertical#

Pylon::IFloatEx & ScalingVertical;

Vertical scaling factor - Applies to: ace USB.

Visibility: Beginner

The feature documentation may provide more information.

variable SensorPixelHeight#

Pylon::IFloatEx & SensorPixelHeight;

Physical size (pitch) in the y direction of a photo sensitive pixel unit - Applies to: blaze.

Visibility: Guru

The feature documentation may provide more information.

variable SensorPixelWidth#

Pylon::IFloatEx & SensorPixelWidth;

Physical size (pitch) in the x direction of a photo sensitive pixel unit - Applies to: blaze.

Visibility: Guru

The feature documentation may provide more information.

variable SensorPosition#

Pylon::IFloatEx & SensorPosition;

Distance between the sensor plane and the front of the housing - Applies to: blaze.

Distance between the sensor plane and the front of the housing. This value can be used to calculate the distance between the optical center and the front of the housing.

Visibility: Guru

The feature documentation may provide more information.

variable TestPattern#

Pylon::IEnumParameterT< TestPatternEnums > & TestPattern;

Sets the test pattern to display - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Beginner

The feature documentation may provide more information.

variable WorkingRangeMax#

Pylon::IIntegerEx & WorkingRangeMax;

Maximum working range of the camera - Applies to: blaze.

Maximum working range of the camera. Beyond this, results will be ambguous.

Visibility: Beginner

The feature documentation may provide more information.

variable WorkingRangeMin#

Pylon::IIntegerEx & WorkingRangeMin;

Minimum working range of the camera - Applies to: blaze.

Visibility: Beginner

The feature documentation may provide more information.

variable BlackLevel#

Pylon::IFloatEx & BlackLevel;

Black level value to be applied to the currently selected sensor tap - Applies to: CamEmu, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Beginner

Selected by: BlackLevelSelector

The feature documentation may provide more information.

variable BslBlackLevelCompensationMode#

Pylon::IEnumParameterT< BslBlackLevelCompensationModeEnums > & BslBlackLevelCompensationMode;

Configures black level compensation - Applies to: boost CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable BslColorSpaceMode#

Pylon::IEnumParameterT< BslColorSpaceModeEnums > & BslColorSpaceMode;

Sets the color space for image acquisitions - Applies to: dart USB and pulse USB.

Sets the color space for image acquisitions. Note that the gamma correction value also influences the perception of brightness in the resulting images.

Visibility: Beginner

The feature documentation may provide more information.

variable Gain#

Pylon::IFloatEx & Gain;

Value of the currently selected gain in dB - Applies to: CamEmu, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Beginner

Selected by: GainSelector

The feature documentation may provide more information.

variable BlackLevelAbs#

Pylon::IFloatEx & BlackLevelAbs;

Sets the value of the selected black level control as a float - Applies to: CameraLink and GigE.

This value sets the selected black level control as a float value.

Visibility: Beginner

Selected by: BlackLevelSelector

The feature documentation may provide more information.

variable BlackLevelRaw#

Pylon::IIntegerEx & BlackLevelRaw;

Black level value to be applied to the currently selected sensor tap (raw value) - Applies to: CameraLink and GigE.

Visibility: Beginner

Selected by: BlackLevelSelector

The feature documentation may provide more information.

variable GainAbs#

Pylon::IFloatEx & GainAbs;

This is a float value that sets the selected gain control in dB - Applies to: CameraLink and GigE.

Sets the 'absolute' value of the selected gain control. The 'absolute' value is a float value that sets the selected gain control in dB.

Visibility: Beginner

Selected by: GainSelector

The feature documentation may provide more information.

variable GammaEnable#

Pylon::IBooleanEx & GammaEnable;

Enables gamma correction - Applies to: CameraLink and GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable GammaSelector#

Pylon::IEnumParameterT< GammaSelectorEnums > & GammaSelector;

Sets the type of gamma to be applied - Applies to: CameraLink and GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable SubstrateVoltage#

Pylon::IIntegerEx & SubstrateVoltage;

Substrate voltage - Applies to: CameraLink and GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable BlackLevelSelector#

Pylon::IEnumParameterT< BlackLevelSelectorEnums > & BlackLevelSelector;

Sets which sensor tap can be configured - Applies to: CameraLink, GigE, ace USB, dart USB and pulse USB.

Sets which sensor tap can be configured. All changes to the Black Level parameter will be applied to the selected sensor tap.

Visibility: Beginner

Selecting Parameters: BlackLevel, BlackLevelAbs and BlackLevelRaw

The feature documentation may provide more information.

variable DigitalShift#

Pylon::IIntegerEx & DigitalShift;

Digital shift to be applied - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Digital shift allows you to multiply the pixel values in an image. This increases the brightness of the image. If the parameter is set to zero, digital shift is disabled.

Visibility: Beginner

The feature documentation may provide more information.

variable GainAuto#

Pylon::IEnumParameterT< GainAutoEnums > & GainAuto;

Sets the operation mode of the Gain Auto auto function - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Sets the operation mode of the Gain Auto auto function. The Gain Auto auto function automatically adjusts the gain within set limits until a target brightness value has been reached.

Visibility: Beginner

Selected by: GainSelector

The feature documentation may provide more information.

variable GainRaw#

Pylon::IIntegerEx & GainRaw;

Value of the currently selected gain (raw value) - Applies to: CamEmu, CameraLink and GigE.

Visibility: Beginner

Selected by: GainSelector

The feature documentation may provide more information.

variable GainSelector#

Pylon::IEnumParameterT< GainSelectorEnums > & GainSelector;

Sets the gain type to be adjusted - Applies to: CameraLink, GigE, ace USB, dart USB and pulse USB.

Sets the gain type to be adjusted. All changes to the Gain parameter will be applied to the selected gain type.

Visibility: Beginner

Selecting Parameters: AutoGainLowerLimit, AutoGainUpperLimit, Gain, GainAbs, GainAuto and GainRaw

The feature documentation may provide more information.

variable Gamma#

Pylon::IFloatEx & Gamma;

Gamma correction to be applied - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Gamma correction to be applied. Gamma correction allows you to optimize the brightness of acquired images for display on a monitor.

Visibility: Beginner

The feature documentation may provide more information.

variable BslAdaptiveToneMappingMode#

Pylon::IEnumParameterT< BslAdaptiveToneMappingModeEnums > & BslAdaptiveToneMappingMode;

Configures adaptive tone mapping - Applies to: dart MIPI.

Visibility: Beginner

The feature documentation may provide more information.

variable BslDefectPixelCorrectionMode#

Pylon::IEnumParameterT< BslDefectPixelCorrectionModeEnums > & BslDefectPixelCorrectionMode;

Identifies outlier pixels and adjusts their intensity value - Applies to: dart 2 USB and dart MIPI.

Pixels that have a significantly higher or lower intensity value than the neighboring pixels are called outlier pixels. This feature identifies them and adjusts their intensity value.

Visibility: Beginner

The feature documentation may provide more information.

variable BslFlareRemovalAuto#

Pylon::IEnumParameterT< BslFlareRemovalAutoEnums > & BslFlareRemovalAuto;

Sets FLARE control to continuous or off - Applies to: dart MIPI.

Visibility: Beginner

The feature documentation may provide more information.

variable BslLightSourcePreset#

Pylon::IEnumParameterT< BslLightSourcePresetEnums > & BslLightSourcePreset;

Sets the light source preset - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB and dart MIPI.

Sets the light source preset. The colors in the image will be corrected so that they are appropriate for the selected light source.

Visibility: Beginner

The feature documentation may provide more information.

variable BslLightSourcePresetFeatureEnable#

Pylon::IBooleanEx & BslLightSourcePresetFeatureEnable;

Enables adjustment of the selected feature - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Enables adjustment of the feature specified by the Light Source Preset Feature Selector parameter.

Visibility: Expert

Selected by: BslLightSourcePresetFeatureSelector

The feature documentation may provide more information.

variable BslLightSourcePresetFeatureSelector#

Pylon::IEnumParameterT< BslLightSourcePresetFeatureSelectorEnums > & BslLightSourcePresetFeatureSelector;

Sets which features the camera adjusts when you select a light source preset - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Sets which features the camera adjusts when you select a light source preset. By default, the camera adjust all features.

Visibility: Expert

Selecting Parameters: BslLightSourcePresetFeatureEnable

The feature documentation may provide more information.

variable BslScalingEnable#

Pylon::IBooleanEx & BslScalingEnable;

Enables scaling from sensor size to output image size - Applies to: dart MIPI.

Visibility: Beginner

The feature documentation may provide more information.

variable BslScalingFactor#

Pylon::IFloatEx & BslScalingFactor;

Scaling factor to be applied to all images - Applies to: ace 2 GigE, ace 2 USB, dart 2 USB and dart MIPI.

Scaling factor to be applied to all images. Scaling is performed using the Pixel Beyond feature.

Visibility: Expert

The feature documentation may provide more information.

variable BslBrightness#

Pylon::IFloatEx & BslBrightness;

Brightness value to be applied - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Adjusting the brightness lightens or darkens the entire image.

Visibility: Beginner

The feature documentation may provide more information.

variable BslContrast#

Pylon::IFloatEx & BslContrast;

Contrast value to be applied - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Adjusting the contrast increases the difference between light and dark areas in the image.

Visibility: Beginner

The feature documentation may provide more information.

variable BslContrastMode#

Pylon::IEnumParameterT< BslContrastModeEnums > & BslContrastMode;

Sets the contrast mode - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Beginner

The feature documentation may provide more information.

variable BslHue#

Pylon::IFloatEx & BslHue;

Hue shift value to be applied - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Adjusting the hue shifts the colors of the image. This can be useful, e.g., to correct minor color shifts or to create false-color images.

Visibility: Expert

The feature documentation may provide more information.

variable BslSaturation#

Pylon::IFloatEx & BslSaturation;

Saturation value to be applied - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB and dart MIPI.

Adjusting the saturation changes the colorfulness (intensity) of the colors. A higher saturation, for example, makes colors easier to distinguish.

Visibility: Expert

The feature documentation may provide more information.

variable BslBrightnessRaw#

Pylon::IIntegerEx & BslBrightnessRaw;

Brightness value to be applied (raw value) - Applies to: GigE.

Adjusting the brightness lightens or darkens the entire image.

Visibility: Expert

The feature documentation may provide more information.

variable BslContrastRaw#

Pylon::IIntegerEx & BslContrastRaw;

Contrast value to be applied (raw value) - Applies to: GigE.

Adjusting the contrast increases the difference between light and dark areas in the image.

Visibility: Expert

The feature documentation may provide more information.

variable BslHueRaw#

Pylon::IIntegerEx & BslHueRaw;

Hue shift value to be applied (raw value) - Applies to: GigE.

Adjusting the hue shifts the colors of the image. This can be useful, e.g., to correct minor color shifts or to create false-color images.

Visibility: Expert

The feature documentation may provide more information.

variable BslHueValue#

Pylon::IIntegerEx & BslHueValue;

Hue shift value to be applied - Applies to: dart USB and pulse USB.

Adjusting the hue shifts the colors of the image. This can be useful, e.g., to correct minor color shifts or to create false-color images.

Visibility: Expert

The feature documentation may provide more information.

variable BslSaturationRaw#

Pylon::IIntegerEx & BslSaturationRaw;

Saturation value to be applied (raw value) - Applies to: GigE.

Adjusting the saturation changes the colorfulness (intensity) of the colors. A higher saturation, for example, makes colors easier to distinguish.

Visibility: Expert

The feature documentation may provide more information.

variable BslSaturationValue#

Pylon::IFloatEx & BslSaturationValue;

Saturation value to be applied - Applies to: dart USB and pulse USB.

Adjusting the saturation changes the colorfulness (intensity) of the colors. A higher saturation, for example, makes colors easier to distinguish.

Visibility: Expert

The feature documentation may provide more information.

variable ConfidenceThreshold#

Pylon::IIntegerEx & ConfidenceThreshold;

Confidence threshold for pixels - Applies to: blaze.

Pixels have to exceed the confidence value specified here in order to be taken into account for the distance measurement. The threshold value is based on the gray values of the confidence map.

Visibility: Beginner

The feature documentation may provide more information.

variable DefectPixelCorrectionMode#

Pylon::IEnumParameterT< DefectPixelCorrectionModeEnums > & DefectPixelCorrectionMode;

Identifies outlier pixels and adjusts their intensity value - Applies to: dart USB and pulse USB.

Identifies pixels that have a significantly greater or lesser intensity value than its neighboring pixels (outlier pixels) and adjusts their intensity value.

Visibility: Expert

The feature documentation may provide more information.

variable FilterSpatial#

Pylon::IBooleanEx & FilterSpatial;

Enables the spatial noise filter - Applies to: blaze.

The spatial noise filter uses the values of neighboring pixels to filter out noise in an image. It is based on the raw data of the image.

Visibility: Beginner

The feature documentation may provide more information.

variable FilterStrength#

Pylon::IIntegerEx & FilterStrength;

Strength of the temporal filter - Applies to: blaze.

Strength of the temporal filter. The higher the value, the further back the memory of the filter reaches. High values can cause motion artifacts, while low values reduce the efficacy of the filter.

Visibility: Beginner

The feature documentation may provide more information.

variable FilterTemporal#

Pylon::IBooleanEx & FilterTemporal;

Enables the temporal noise filter - Applies to: blaze.

The temporal noise filter uses the values of the same pixel at different points in time to filter out noise in an image. It is based on the depth data of the image.

Visibility: Beginner

The feature documentation may provide more information.

variable GammaCorrection#

Pylon::IBooleanEx & GammaCorrection;

Enables gamma correction on the intensity image - Applies to: blaze.

A nonlinear operation to lighten the dark regions of the image.

Visibility: Beginner

The feature documentation may provide more information.

variable IntensityCalculation#

Pylon::IEnumParameterT< IntensityCalculationEnums > & IntensityCalculation;

Sets the method for calculating the intensity data - Applies to: blaze.

Visibility: Expert

The feature documentation may provide more information.

variable LightSourcePreset#

Pylon::IEnumParameterT< LightSourcePresetEnums > & LightSourcePreset;

Sets the light source preset - Applies to: ace USB, dart USB and pulse USB.

Sets the light source preset. The colors in the image will be corrected so that they are appropriate for the selected light source.

Visibility: Beginner

The feature documentation may provide more information.

variable OutlierRemoval#

Pylon::IBooleanEx & OutlierRemoval;

Enables the outlier removal - Applies to: blaze.

Removes pixels that differ significantly from their local environment.

Visibility: Guru

The feature documentation may provide more information.

variable ThermalDriftCorrection#

Pylon::IBooleanEx & ThermalDriftCorrection;

Enables the thermal drift correction - Applies to: blaze.

Activates the correction of the thermal drift.

Visibility: Expert

The feature documentation may provide more information.

variable BslChunkAutoBrightnessStatus#

Pylon::IEnumParameterT< BslChunkAutoBrightnessStatusEnums > & BslChunkAutoBrightnessStatus;

Indicates the status of the target brightness adjustments performed by the Exposure Auto and Gain Auto auto functions - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.

Visibility: Expert

The feature documentation may provide more information.

variable BslChunkTimestampSelector#

Pylon::IEnumParameterT< BslChunkTimestampSelectorEnums > & BslChunkTimestampSelector;

Sets which information should be included in the Chunk Timestamp Value chunk - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.

Visibility: Expert

Selecting Parameters: BslChunkTimestampValue

The feature documentation may provide more information.

variable BslChunkTimestampValue#

Pylon::IIntegerEx & BslChunkTimestampValue;

Value of the timestamp when the image was acquired - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.

Visibility: Expert

Selected by: BslChunkTimestampSelector

The feature documentation may provide more information.

variable ChunkCounterSelector#

Pylon::IEnumParameterT< ChunkCounterSelectorEnums > & ChunkCounterSelector;

Sets which counter to retrieve chunk data from - Applies to: ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.

Visibility: Expert

Selecting Parameters: ChunkCounterValue

The feature documentation may provide more information.

variable ChunkCounterValue#

Pylon::IIntegerEx & ChunkCounterValue;

Value of the selected chunk counter - Applies to: ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.

Visibility: Beginner

Selected by: ChunkCounterSelector

The feature documentation may provide more information.

variable ChunkDynamicRangeMax#

Pylon::IIntegerEx & ChunkDynamicRangeMax;

Maximum possible pixel value in the acquired image - Applies to: GigE and ace 2 GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkDynamicRangeMin#

Pylon::IIntegerEx & ChunkDynamicRangeMin;

Minimum possible pixel value in the acquired image - Applies to: GigE and ace 2 GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkExposureTime#

Pylon::IFloatEx & ChunkExposureTime;

Exposure time used to acquire the image - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkFrameID#

Pylon::IIntegerEx & ChunkFrameID;

Unique identifier of the current frame - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.

Unique identifier of the current frame. The frame ID starts at 0 and keeps incrementing by 1 for each exposed image until the camera is powered off. The maximum value is 2^48.

Visibility: Expert

The feature documentation may provide more information.

variable ChunkGain#

Pylon::IFloatEx & ChunkGain;

Gain used during image acquisition - Applies to: ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.

Visibility: Beginner

Selected by: ChunkGainSelector

The feature documentation may provide more information.

variable ChunkGainSelector#

Pylon::IEnumParameterT< ChunkGainSelectorEnums > & ChunkGainSelector;

Sets which gain channel to retrieve chunk data from - Applies to: ace USB.

Visibility: Expert

Selecting Parameters: ChunkGain

The feature documentation may provide more information.

variable ChunkHeight#

Pylon::IIntegerEx & ChunkHeight;

AOI height of the acquired image - Applies to: GigE and ace 2 GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkLineStatusAll#

Pylon::IIntegerEx & ChunkLineStatusAll;

Bit field that indicates the status of all of the camera's input and output lines when the image was acquired - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkOffsetX#

Pylon::IIntegerEx & ChunkOffsetX;

X offset of the AOI of the acquired image - Applies to: GigE and ace 2 GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkOffsetY#

Pylon::IIntegerEx & ChunkOffsetY;

Y offset of the AOI of the acquired image - Applies to: GigE and ace 2 GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkPayloadCRC16#

Pylon::IIntegerEx & ChunkPayloadCRC16;

CRC checksum of the acquired image - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.

CRC checksum of the acquired image. The checksum is calculated using all of the image data and all of the appended chunks except for the checksum itself.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkPixelDynamicRangeMax#

Pylon::IIntegerEx & ChunkPixelDynamicRangeMax;

Maximum possible pixel value in the acquired image - Applies to: ace 2 GigE.

Visibility: Expert

The feature documentation may provide more information.

variable ChunkPixelDynamicRangeMin#

Pylon::IIntegerEx & ChunkPixelDynamicRangeMin;

Minimum possible pixel value in the acquired image - Applies to: ace 2 GigE.

Visibility: Expert

The feature documentation may provide more information.

variable ChunkPixelFormat#

Pylon::IEnumParameterT< ChunkPixelFormatEnums > & ChunkPixelFormat;

Indicates the pixel format of the acquired image - Applies to: GigE and ace 2 GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkSequencerSetActive#

Pylon::IIntegerEx & ChunkSequencerSetActive;

Index of the active sequencer set - Applies to: ace 2 GigE, ace 2 USB and ace USB.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkStride#

Pylon::IIntegerEx & ChunkStride;

Number of bytes of data between the beginning of one line in the acquired image and the beginning of the next line in the acquired image - Applies to: GigE and ace 2 GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkTimestamp#

Pylon::IIntegerEx & ChunkTimestamp;

Value of the timestamp when the image was acquired - Applies to: GigE and ace USB.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkWidth#

Pylon::IIntegerEx & ChunkWidth;

Width of the AOI of the acquired image - Applies to: GigE and ace 2 GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable BslColorAdjustmentEnable#

Pylon::IBooleanEx & BslColorAdjustmentEnable;

Enables color adjustment - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable BslColorAdjustmentHue#

Pylon::IFloatEx & BslColorAdjustmentHue;

Hue adjustment value to be applied to the currently selected color channel - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

Selected by: BslColorAdjustmentSelector

The feature documentation may provide more information.

variable BslColorAdjustmentSaturation#

Pylon::IFloatEx & BslColorAdjustmentSaturation;

Saturation adjustment value to be applied to the currently selected color channel - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

Selected by: BslColorAdjustmentSelector

The feature documentation may provide more information.

variable BslColorAdjustmentSelector#

Pylon::IEnumParameterT< BslColorAdjustmentSelectorEnums > & BslColorAdjustmentSelector;

Sets which color in your images will be adjusted - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

Selecting Parameters: BslColorAdjustmentHue and BslColorAdjustmentSaturation

The feature documentation may provide more information.

variable BslColorSpace#

Pylon::IEnumParameterT< BslColorSpaceEnums > & BslColorSpace;

Sets the color space for image acquisitions - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB and dart MIPI.

Sets the color space for image acquisitions. Note that the gamma correction value also influences the perception of brightness in the resulting images.

Visibility: Beginner

The feature documentation may provide more information.

variable BslDeviceLinkCurrentThroughput#

Pylon::IIntegerEx & BslDeviceLinkCurrentThroughput;

Actual bandwidth the camera will use - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Actual bandwidth (in bytes per second) that the camera will use to transmit image data and chunk data with the current camera settings.

Visibility: Expert

The feature documentation may provide more information.

variable BslTemperatureMax#

Pylon::IFloatEx & BslTemperatureMax;

Indicates the maximum temperature the camera reached during operation - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Visibility: Beginner

The feature documentation may provide more information.

variable BslTemperatureStatus#

Pylon::IEnumParameterT< BslTemperatureStatusEnums > & BslTemperatureStatus;

Indicates the temperature state - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress and dart 2 USB.

Visibility: Beginner

The feature documentation may provide more information.

variable BslTemperatureStatusErrorCount#

Pylon::IIntegerEx & BslTemperatureStatusErrorCount;

Indicates how often the temperature state changed to Error - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Visibility: Beginner

The feature documentation may provide more information.

variable BslV4lDevicePath#

Pylon::IStringEx & BslV4lDevicePath;

Path of the Video4Linux device used to control the camera - Applies to: dart MIPI.

Path of the Video4Linux device used to control the camera. This allows you to distinguish individual cameras if more than one camera is connected to your board.

Visibility: Expert

The feature documentation may provide more information.

variable DeviceCharacterSet#

Pylon::IEnumParameterT< DeviceCharacterSetEnums > & DeviceCharacterSet;

Indicates the character set used by the strings of the device's bootstrap registers - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB and dart MIPI.

Visibility: Guru

The feature documentation may provide more information.

variable DeviceEventChannelCount#

Pylon::IIntegerEx & DeviceEventChannelCount;

Indicates the number of event channels supported by the device - Applies to: blaze.

Visibility: Expert

The feature documentation may provide more information.

variable DeviceFamilyName#

Pylon::IStringEx & DeviceFamilyName;

Identifier of the product family of the device - Applies to: ace 2 GigE, ace 2 USB, blaze, boost CoaXPress, boost_V_CoaXPress and dart 2 USB.

Visibility: Beginner

The feature documentation may provide more information.

variable DeviceFeaturePersistenceEnd#

Pylon::ICommandEx & DeviceFeaturePersistenceEnd;

Disables feature streaming on the device - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB and dart MIPI.

Disables feature streaming on the device. Feature streaming allows you to save camera settings outside of the device.

Visibility: Guru

The feature documentation may provide more information.

variable DeviceFeaturePersistenceStart#

Pylon::ICommandEx & DeviceFeaturePersistenceStart;

Enables feature streaming on the device - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB and dart MIPI.

Enables feature streaming on the device. Feature streaming allows you to save camera settings outside of the device.

Visibility: Guru

The feature documentation may provide more information.

variable DeviceGenCPVersionMajor#

Pylon::IIntegerEx & DeviceGenCPVersionMajor;

Major version of the GenCP protocol supported by the device - Applies to: ace 2 USB, dart 2 USB and dart MIPI.

Visibility: Beginner

The feature documentation may provide more information.

variable DeviceGenCPVersionMinor#

Pylon::IIntegerEx & DeviceGenCPVersionMinor;

Minor version of the GenCP protocol supported by the device - Applies to: ace 2 USB, dart 2 USB and dart MIPI.

Visibility: Beginner

The feature documentation may provide more information.

variable DeviceIndicatorMode#

Pylon::IEnumParameterT< DeviceIndicatorModeEnums > & DeviceIndicatorMode;

Sets the behavior of the camera's status LED - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart USB.

Visibility: Expert

The feature documentation may provide more information.

variable DeviceLinkConnectionCount#

Pylon::IIntegerEx & DeviceLinkConnectionCount;

Returns the number of physical connection of the device used by a particular Link - Applies to: blaze.

Visibility: Beginner

Selected by: DeviceLinkSelector

The feature documentation may provide more information.

variable DeviceLinkCurrentThroughput#

Pylon::IIntegerEx & DeviceLinkCurrentThroughput;

Actual bandwidth the camera will use - Applies to: ace USB.

Actual bandwidth (in bytes per second) that the camera will use to transmit image data and chunk data with the current camera settings.

Visibility: Expert

Selected by: DeviceLinkSelector

The feature documentation may provide more information.

variable DeviceLinkSelector#

Pylon::IIntegerEx & DeviceLinkSelector;

Device link to be configured - Applies to: ace USB, blaze, dart USB and pulse USB.

Visibility: Beginner

Selecting Parameters: DeviceLinkConnectionCount, DeviceLinkCurrentThroughput, DeviceLinkSpeed, DeviceLinkThroughputLimit and DeviceLinkThroughputLimitMode

The feature documentation may provide more information.

variable DeviceLinkSpeed#

Pylon::IIntegerEx & DeviceLinkSpeed;

Speed of transmission negotiated on the selected link - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart USB and pulse USB.

Visibility: Expert

Selected by: DeviceLinkSelector

The feature documentation may provide more information.

variable DeviceLinkThroughputLimit#

Pylon::IIntegerEx & DeviceLinkThroughputLimit;

Bandwidth limit for data transmission (in bytes per second) - Applies to: CamEmu, ace 2 GigE, ace 2 USB, ace USB, dart 2 USB, dart USB and pulse USB.

Visibility: Beginner

Selected by: DeviceLinkSelector

The feature documentation may provide more information.

variable DeviceLinkThroughputLimitMode#

Pylon::IEnumParameterT< DeviceLinkThroughputLimitModeEnums > & DeviceLinkThroughputLimitMode;

Enables/disables the device link throughput limit - Applies to: CamEmu, ace 2 GigE, ace 2 USB, ace USB, dart 2 USB, dart USB and pulse USB.

Enables/disables the device link throughput limit. If disabled, the bandwidth used is determined by the settings of various other parameters, e.g., exposure time or frame rate.

Visibility: Beginner

Selected by: DeviceLinkSelector

The feature documentation may provide more information.

variable DeviceManifestPrimaryURL#

Pylon::IStringEx & DeviceManifestPrimaryURL;

First URL to the GenICam XML device description file of the selected manifest entry - Applies to: ace 2 GigE and boost CoaXPress.

Visibility: Guru

The feature documentation may provide more information.

variable DeviceManifestSchemaMajorVersion#

Pylon::IIntegerEx & DeviceManifestSchemaMajorVersion;

Major version number of the schema file of the selected manifest entry - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart MIPI.

Visibility: Guru

The feature documentation may provide more information.

variable DeviceManifestSchemaMinorVersion#

Pylon::IIntegerEx & DeviceManifestSchemaMinorVersion;

Minor version number of the schema file of the selected manifest entry - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart MIPI.

Visibility: Guru

The feature documentation may provide more information.

variable DeviceManifestSchemaSubMinorVersion#

Pylon::IIntegerEx & DeviceManifestSchemaSubMinorVersion;

Subminor version number of the schema file of the selected manifest entry - Applies to: boost_V_CoaXPress.

Visibility: Guru

The feature documentation may provide more information.

variable DeviceManifestXMLMajorVersion#

Pylon::IIntegerEx & DeviceManifestXMLMajorVersion;

Major version number of the GenICam XML file of the selected manifest entry - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart MIPI.

Visibility: Guru

The feature documentation may provide more information.

variable DeviceManifestXMLMinorVersion#

Pylon::IIntegerEx & DeviceManifestXMLMinorVersion;

Minor version number of the GenICam XML file of the selected manifest entry - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart MIPI.

Visibility: Guru

The feature documentation may provide more information.

variable DeviceManifestXMLSubMinorVersion#

Pylon::IIntegerEx & DeviceManifestXMLSubMinorVersion;

Subminor version number of the GenICam XML file of the selected manifest entry - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart MIPI.

Visibility: Guru

The feature documentation may provide more information.

variable DeviceRegistersEndianness#

Pylon::IEnumParameterT< DeviceRegistersEndiannessEnums > & DeviceRegistersEndianness;

Endianness of the registers of the device - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB and dart MIPI.

Visibility: Guru

The feature documentation may provide more information.

variable DeviceRegistersStreamingEnd#

Pylon::ICommandEx & DeviceRegistersStreamingEnd;

Announces the end of feature streaming - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Guru

The feature documentation may provide more information.

variable DeviceRegistersStreamingStart#

Pylon::ICommandEx & DeviceRegistersStreamingStart;

Prepares the camera for feature streaming - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Guru

The feature documentation may provide more information.

variable DeviceSFNCVersionMajor#

Pylon::IIntegerEx & DeviceSFNCVersionMajor;

Major version number of the SFNC specification that the camera is compatible with - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Major version number of the Standard Features Naming Convention (SFNC) specification that the camera is compatible with.

Visibility: Beginner

The feature documentation may provide more information.

variable DeviceSFNCVersionMinor#

Pylon::IIntegerEx & DeviceSFNCVersionMinor;

Minor version number of the SFNC specification that the camera is compatible with - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Minor version number of the Standard Features Naming Convention (SFNC) specification that the camera is compatible with.

Visibility: Beginner

The feature documentation may provide more information.

variable DeviceSFNCVersionSubMinor#

Pylon::IIntegerEx & DeviceSFNCVersionSubMinor;

Subminor version number of the SFNC specification that the camera is compatible with - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Subminor version number of the Standard Features Naming Convention (SFNC) specification that the camera is compatible with.

Visibility: Beginner

The feature documentation may provide more information.

variable DeviceSerialNumber#

Pylon::IStringEx & DeviceSerialNumber;

Serial number of the camera - Applies to: ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Beginner

The feature documentation may provide more information.

variable DeviceStreamChannelCount#

Pylon::IIntegerEx & DeviceStreamChannelCount;

Indicates the number of streaming channels supported by the device - Applies to: blaze.

Visibility: Expert

The feature documentation may provide more information.

variable DeviceTLType#

Pylon::IEnumParameterT< DeviceTLTypeEnums > & DeviceTLType;

Indicates the type of the device's transport layer - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart MIPI.

Visibility: Beginner

The feature documentation may provide more information.

variable DeviceTLVersionMajor#

Pylon::IIntegerEx & DeviceTLVersionMajor;

Major version number of the device's transport layer - Applies to: ace 2 GigE, ace 2 USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart MIPI.

Visibility: Beginner

The feature documentation may provide more information.

variable DeviceTLVersionMinor#

Pylon::IIntegerEx & DeviceTLVersionMinor;

Minor version number of the device's transport layer - Applies to: ace 2 GigE, ace 2 USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart MIPI.

Visibility: Beginner

The feature documentation may provide more information.

variable DeviceTLVersionSubMinor#

Pylon::IIntegerEx & DeviceTLVersionSubMinor;

Subminor version number of the device's transport layer - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart MIPI.

Visibility: Beginner

The feature documentation may provide more information.

variable DeviceTemperature#

Pylon::IFloatEx & DeviceTemperature;

Temperature at the selected location in the camera (in degrees centigrade) - Applies to: ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress and dart 2 USB.

Temperature at the selected location in the camera (in degrees centigrade). The temperature is measured at the location specified by the Device Temperature Selector parameter.

Visibility: Expert

Selected by: DeviceTemperatureSelector

The feature documentation may provide more information.

variable DeviceTemperatureSelector#

Pylon::IEnumParameterT< DeviceTemperatureSelectorEnums > & DeviceTemperatureSelector;

Sets the location in the camera where the temperature will be measured - Applies to: CamEmu, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress and dart 2 USB.

Sets the location in the camera where the temperature will be measured. The temperature can be retrieved using the Device Temperature parameter.

Visibility: Expert

Selecting Parameters: DeviceTemperature

The feature documentation may provide more information.

variable DeviceType#

Pylon::IEnumParameterT< DeviceTypeEnums > & DeviceType;

Returns the device type - Applies to: blaze.

Visibility: Guru

The feature documentation may provide more information.

variable TimestampLatch#

Pylon::ICommandEx & TimestampLatch;

Latches the current timestamp counter and stores its value in TimestampLatchValue - Applies to: ace 2 GigE, ace 2 USB, ace USB, blaze and dart 2 USB.

Latches the current timestamp counter and stores its value in the Timestamp Latch Value parameter.

Visibility: Expert

The feature documentation may provide more information.

variable TimestampLatchValue#

Pylon::IIntegerEx & TimestampLatchValue;

Latched value of the timestamp counter - Applies to: ace 2 GigE, ace 2 USB, ace USB, blaze and dart 2 USB.

Visibility: Expert

The feature documentation may provide more information.

variable TimestampReset#

Pylon::ICommandEx & TimestampReset;

Resets the current timestamp counter - Applies to: ace 2 GigE.

Resets the current timestamp counter. After executing this command, the counter restarts automatically.

Visibility: Expert

The feature documentation may provide more information.

variable BslDualROIImageValid#

Pylon::IIntegerEx & BslDualROIImageValid;

Indicates whether the outgoing image is valid - Applies to: boost_V_CoaXPress.

Indicates whether the outgoing image is valid. If the value of this parameter is false, change your Dual ROI settings. For example, the regions must not overlap, and the total height of all regions must not exceed the height of the image sensor.

Visibility: Expert

The feature documentation may provide more information.

variable BslDualROIRowOffset#

Pylon::IIntegerEx & BslDualROIRowOffset;

Vertical offset of the currently selected row - Applies to: boost_V_CoaXPress.

Visibility: Expert

Selected by: BslDualROIRowSelector

The feature documentation may provide more information.

variable BslDualROIRowSelector#

Pylon::IEnumParameterT< BslDualROIRowSelectorEnums > & BslDualROIRowSelector;

Sets which row can be configured - Applies to: boost_V_CoaXPress.

Visibility: Expert

Selecting Parameters: BslDualROIRowOffset and BslDualROIRowSize

The feature documentation may provide more information.

variable BslDualROIRowSize#

Pylon::IIntegerEx & BslDualROIRowSize;

Height of the currently selected row - Applies to: boost_V_CoaXPress.

Visibility: Expert

Selected by: BslDualROIRowSelector

The feature documentation may provide more information.

variable BslDualROIRowsEnable#

Pylon::IBooleanEx & BslDualROIRowsEnable;

Enables the Dual ROI feature - Applies to: boost_V_CoaXPress.

Enables the Dual ROI feature. This feature allows you to define two regions on the sensor array that will be transmitted as a single image. The height and the vertical offset can be defined individually for both regions. You do so by configuring rows on the sensor array. The width and horizontal offset are always identical for both regions. They are defined by the global Offset X and Width parameters.

Visibility: Expert

The feature documentation may provide more information.

variable BslEnableFan#

Pylon::IEnumParameterT< BslEnableFanEnums > & BslEnableFan;

Enables the external fan if one is connected - Applies to: boost_V_CoaXPress.

Visibility: Beginner

The feature documentation may provide more information.

variable BslInputFilterTime#

Pylon::IFloatEx & BslInputFilterTime;

Time period in which the camera evaluates all changes and durations of logical states of the input signal - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress and dart 2 USB.

Time period in which the camera evaluates all changes and durations of logical states of the input signal. During evaluation, the camera calculates the mean value over time and applies a threshold function to the result to reconstruct the digital signal. This removes noise, interference, etc. as well as signal pulses shorter than the filter time.

Visibility: Expert

Selected by: LineSelector

The feature documentation may provide more information.

variable BslInputHoldOffTime#

Pylon::IFloatEx & BslInputHoldOffTime;

Time period in which the camera doesn't accept any further trigger signals or signal changes after receiving an input trigger signal - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, boost_V_CoaXPress and dart 2 USB.

Time period in which the camera doesn't accept any further trigger signals or signal changes after receiving an input trigger signal. This is useful if you want to avoid false triggering caused by multiple trigger signals arriving in quick succession (contact bounce).

Visibility: Expert

Selected by: LineSelector

The feature documentation may provide more information.

variable BslLineConnection#

Pylon::IEnumParameterT< BslLineConnectionEnums > & BslLineConnection;

Sets the connection signal for the currently selected line - Applies to: dart 2 USB.

Visibility: Expert

Selected by: LineSelector

The feature documentation may provide more information.

variable BslLineOverloadStatus#

Pylon::IBooleanEx & BslLineOverloadStatus;

Indicates whether a GPIO line is overloaded, i e , not powered correctly - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Indicates whether a GPIO line is overloaded, i.e., not powered correctly. A value of true (1) means that the GPIO line is overloaded.

Visibility: Expert

Selected by: LineSelector

The feature documentation may provide more information.

variable LineDebouncerTime#

Pylon::IFloatEx & LineDebouncerTime;

Line debouncer time in microseconds - Applies to: ace USB and dart USB.

Line debouncer time in microseconds. The Line Debouncer allows you to filter out invalid hardware signals by specifying a minimum signal length.

Visibility: Beginner

Selected by: LineSelector

The feature documentation may provide more information.

variable LineMinimumOutputPulseWidth#

Pylon::IFloatEx & LineMinimumOutputPulseWidth;

Minimum signal width of an output signal (in microseconds) - Applies to: ace USB.

Visibility: Beginner

Selected by: LineSelector

The feature documentation may provide more information.

variable LineOverloadReset#

Pylon::ICommandEx & LineOverloadReset;

Resets the overload status of the selected line - Applies to: ace USB.

This command resets the overload status of the selected line. If the overload condition is still fulfilled, the overload status will be set again immediately.

Visibility: Beginner

Selected by: LineSelector

The feature documentation may provide more information.

variable LineOverloadStatus#

Pylon::IBooleanEx & LineOverloadStatus;

Indicates whether an overload condition has been detected on the selected line - Applies to: ace USB.

Visibility: Beginner

Selected by: LineSelector

The feature documentation may provide more information.

variable BslErrorPresent#

Pylon::IBooleanEx & BslErrorPresent;

Indicates whether an internal error occurred on the device - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Indicates whether an internal error occurred on the device. If an error occurred, you can use the Error Report Next command to determine the error code.

Visibility: Guru

The feature documentation may provide more information.

variable BslErrorReportNext#

Pylon::ICommandEx & BslErrorReportNext;

Retrieves the next error code from the device - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Retrieves the next error code from the device. To check the error code, get the value of the Error Report Value parameter.

Visibility: Guru

The feature documentation may provide more information.

variable BslErrorReportValue#

Pylon::IIntegerEx & BslErrorReportValue;

Error code indicating the cause of the internal error - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Error code indicating the cause of the internal error. If there are multiple errors, execute the Error Report Next command to retrieve the next error code. A parameter value of 0 means that there are no more error codes to retrieve.

Visibility: Guru

The feature documentation may provide more information.

variable BslFlatFieldCorrectionCoeffDSNU#

Pylon::IIntegerEx & BslFlatFieldCorrectionCoeffDSNU;

Dark Signal Non-Uniformity (DSNU) coefficient of the column specified by the Flat-Field Correction Coeff X parameter - Applies to: boost_V_CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable BslFlatFieldCorrectionCoeffPRNU#

Pylon::IIntegerEx & BslFlatFieldCorrectionCoeffPRNU;

Photo Response Non-Uniformity (PRNU) coefficient of the column specified by the Flat-Field Correction Coeff X parameter - Applies to: boost_V_CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable BslFlatFieldCorrectionCoeffX#

Pylon::IIntegerEx & BslFlatFieldCorrectionCoeffX;

Column used for flat-field correction - Applies to: boost_V_CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable BslFlatFieldCorrectionDMean#

Pylon::IIntegerEx & BslFlatFieldCorrectionDMean;

The mean gray value of all pixels in the dark field image - Applies to: boost_V_CoaXPress.

The mean gray value of all pixels in the dark field image. This is the sum of the gray values of all pixels of all acquired images divided by the total number of pixels.

Visibility: Expert

The feature documentation may provide more information.

variable BslFlatFieldCorrectionMode#

Pylon::IEnumParameterT< BslFlatFieldCorrectionModeEnums > & BslFlatFieldCorrectionMode;

Sets the flat-field correction mode - Applies to: boost_V_CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable BslFlatFieldCorrectionSaveToFlash#

Pylon::ICommandEx & BslFlatFieldCorrectionSaveToFlash;

Saves current flat-field correction values to flash memory - Applies to: boost_V_CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable BslFlatFieldCorrectionUserGD#

Pylon::IIntegerEx & BslFlatFieldCorrectionUserGD;

User-defined global dark offset used for flat-field correction - Applies to: boost_V_CoaXPress.

Visibility: Beginner

The feature documentation may provide more information.

variable BslFocusAutoROIHeight#

Pylon::IIntegerEx & BslFocusAutoROIHeight;

Height of focus auto ROI - Applies to: dart MIPI.

Visibility: Beginner

The feature documentation may provide more information.

variable BslFocusAutoROIMode#

Pylon::IEnumParameterT< BslFocusAutoROIModeEnums > & BslFocusAutoROIMode;

Sets the mode that determines the focus auto ROI - Applies to: dart MIPI.

Visibility: Beginner

The feature documentation may provide more information.

variable BslFocusAutoROIOffsetX#

Pylon::IIntegerEx & BslFocusAutoROIOffsetX;

OffsetX of focus auto ROI - Applies to: dart MIPI.

Visibility: Beginner

The feature documentation may provide more information.

variable BslFocusAutoROIOffsetY#

Pylon::IIntegerEx & BslFocusAutoROIOffsetY;

OffsetY of focus auto ROI - Applies to: dart MIPI.

Visibility: Beginner

The feature documentation may provide more information.

variable BslFocusAutoROIWidth#

Pylon::IIntegerEx & BslFocusAutoROIWidth;

Width of focus auto ROI - Applies to: dart MIPI.

Visibility: Beginner

The feature documentation may provide more information.

variable FocusAuto#

Pylon::IEnumParameterT< FocusAutoEnums > & FocusAuto;

Sets the operation mode of the Autofocus function - Applies to: dart MIPI.

Sets the operation mode of the Autofocus function. The Continuous mode automatically adjusts the focus within an image area until the focus has been reached. The Once mode does it only one time. The Off mode enables the user to manually set the focus.

Visibility: Beginner

Selected by: OpticControllerSelector

The feature documentation may provide more information.

variable FocusStatus#

Pylon::IEnumParameterT< FocusStatusEnums > & FocusStatus;

Displays the status of the focus - Applies to: dart MIPI.

Visibility: Beginner

Selected by: OpticControllerSelector

The feature documentation may provide more information.

variable FocusStepper#

Pylon::IIntegerEx & FocusStepper;

Stepper value of the focus lens actuator - Applies to: dart MIPI.

Visibility: Expert

Selected by: OpticControllerSelector

The feature documentation may provide more information.

variable OpticControllerSelector#

Pylon::IEnumParameterT< OpticControllerSelectorEnums > & OpticControllerSelector;

Select which optic controller to configure - Applies to: dart MIPI.

Visibility: Beginner

Selecting Parameters: FocusAuto, FocusStatus and FocusStepper

The feature documentation may provide more information.

variable BslImageCompressionLastRatio#

Pylon::IFloatEx & BslImageCompressionLastRatio;

Ratio between the compressed payload size and the uncompressed payload size of the last acquired image - Applies to: ace 2 GigE and ace 2 USB.

Visibility: Expert

The feature documentation may provide more information.

variable BslImageCompressionLastSize#

Pylon::IIntegerEx & BslImageCompressionLastSize;

Compressed payload size of the last acquired image in bytes - Applies to: ace 2 GigE and ace 2 USB.

Visibility: Expert

The feature documentation may provide more information.

variable BslImageCompressionRatio#

Pylon::IFloatEx & BslImageCompressionRatio;

Maximum ratio between the payload size of compressed and uncompressed images - Applies to: ace 2 GigE and ace 2 USB.

Maximum ratio between the payload size of compressed and uncompressed images. For example, if you set this parameter to 70, the camera will try to compress the payload of images to 70 % or less of the original size. Note that if the camera can't achieve compression with the specified Image Compression Ratio and Image Compression Rate Option settings, frames will be skipped.

Visibility: Expert

The feature documentation may provide more information.

variable ImageCompressionMode#

Pylon::IEnumParameterT< ImageCompressionModeEnums > & ImageCompressionMode;

Sets the compression mode of the camera - Applies to: ace 2 GigE and ace 2 USB.

Sets the image compression mode of the camera. The available image compression modes depend on the selected pixel format.

Visibility: Expert

The feature documentation may provide more information.

variable ImageCompressionRateOption#

Pylon::IEnumParameterT< ImageCompressionRateOptionEnums > & ImageCompressionRateOption;

Configures the selected compression mechanism - Applies to: ace 2 GigE and ace 2 USB.

Configures the selected compression mechanism. The available options depend on the selected pixel format and the image compression mode.

Visibility: Expert

The feature documentation may provide more information.

variable BslLightControlEnumerateDevices#

Pylon::ICommandEx & BslLightControlEnumerateDevices;

Searches for light devices connected to your camera - Applies to: GigE and ace USB.

Visibility: Expert

The feature documentation may provide more information.

variable BslLightControlErrorStatus#

Pylon::IEnumParameterT< BslLightControlErrorStatusEnums > & BslLightControlErrorStatus;

Indicates whether any of the light devices are currently experiencing problems - Applies to: GigE and ace USB.

Visibility: Expert

The feature documentation may provide more information.

variable BslLightControlMode#

Pylon::IEnumParameterT< BslLightControlModeEnums > & BslLightControlMode;

Enables or disables the light control features - Applies to: GigE and ace USB.

Visibility: Expert

The feature documentation may provide more information.

variable BslLightControlSource#

Pylon::IEnumParameterT< BslLightControlSourceEnums > & BslLightControlSource;

Sets which line is used to control the light features - Applies to: GigE and ace USB.

Visibility: Expert

The feature documentation may provide more information.

variable BslLightControlStatus#

Pylon::IEnumParameterT< BslLightControlStatusEnums > & BslLightControlStatus;

Indicates the current state of the light control mode - Applies to: GigE and ace USB.

Visibility: Expert

The feature documentation may provide more information.

variable BslLightDeviceBrightness#

Pylon::IFloatEx & BslLightDeviceBrightness;

Brightness of the light in percent of total brightness available - Applies to: GigE and ace USB.

Brightness of the light in percent of total brightness available. Setting this parameter to 100 % means that the light device draws the maximum current as specified by the Light Device Max Current parameter.

Visibility: Expert

Selected by: BslLightDeviceSelector

The feature documentation may provide more information.

variable BslLightDeviceBrightnessRaw#

Pylon::IIntegerEx & BslLightDeviceBrightnessRaw;

Brightness of the light in percent of total brightness available (raw value) - Applies to: GigE.

Brightness of the light in percent of total brightness available (raw value). Setting this parameter to 100 % means that the light device draws the maximum current as specified by the the Light Device Max Current parameter.

Visibility: Expert

Selected by: BslLightDeviceSelector

The feature documentation may provide more information.

variable BslLightDeviceChangeID#

Pylon::IEnumParameterT< BslLightDeviceChangeIDEnums > & BslLightDeviceChangeID;

Changes the ID of the currently selected light device - Applies to: GigE and ace USB.

Changes the ID of the currently selected light device. The new ID will be assigned immediately.

Visibility: Expert

Selected by: BslLightDeviceSelector

The feature documentation may provide more information.

variable BslLightDeviceClearLastError#

Pylon::ICommandEx & BslLightDeviceClearLastError;

Clears the last light device error - Applies to: GigE and ace USB.

Visibility: Expert

Selected by: BslLightDeviceSelector

The feature documentation may provide more information.

variable BslLightDeviceFirmwareVersion#

Pylon::IStringEx & BslLightDeviceFirmwareVersion;

Version of the light device's firmware - Applies to: GigE and ace USB.

Visibility: Expert

Selected by: BslLightDeviceSelector

The feature documentation may provide more information.

variable BslLightDeviceLastError#

Pylon::IEnumParameterT< BslLightDeviceLastErrorEnums > & BslLightDeviceLastError;

Indicates the last light device error - Applies to: GigE and ace USB.

Visibility: Expert

Selected by: BslLightDeviceSelector

The feature documentation may provide more information.

variable BslLightDeviceMaxCurrent#

Pylon::IFloatEx & BslLightDeviceMaxCurrent;

Maximum current that the light device is going to use - Applies to: GigE and ace USB.

Maximum current that the light device is going to use. The value should not exceed the power rating of the device. To change the setting, the Light Device Operation Mode parameter must be set to Off.

Visibility: Expert

Selected by: BslLightDeviceSelector

The feature documentation may provide more information.

variable BslLightDeviceMaxCurrentRaw#

Pylon::IIntegerEx & BslLightDeviceMaxCurrentRaw;

Maximum current that the light device is going to use (raw value) - Applies to: GigE.

Maximum current that the light device is going to use (raw value). The value should not exceed the power rating of the device. To change the setting, the Light Device Operation Mode parameter must be set to Off.

Visibility: Expert

Selected by: BslLightDeviceSelector

The feature documentation may provide more information.

variable BslLightDeviceOperationMode#

Pylon::IEnumParameterT< BslLightDeviceOperationModeEnums > & BslLightDeviceOperationMode;

Sets the operation mode of the light device - Applies to: GigE and ace USB.

Sets the operation mode of the light device.

Visibility: Expert

Selected by: BslLightDeviceSelector

The feature documentation may provide more information.

variable BslLightDeviceSelector#

Pylon::IEnumParameterT< BslLightDeviceSelectorEnums > & BslLightDeviceSelector;

Sets which light device can be configured - Applies to: GigE and ace USB.

Sets which light device can be configured. To populate the list, use the Light Control Enumerate Devices command first. All subsequent parameter changes in this category will be applied to the device selected here.

Visibility: Expert

Selecting Parameters: BslLightDeviceBrightness, BslLightDeviceBrightnessRaw, BslLightDeviceChangeID, BslLightDeviceClearLastError, BslLightDeviceFirmwareVersion, BslLightDeviceLastError, BslLightDeviceMaxCurrent, BslLightDeviceMaxCurrentRaw, BslLightDeviceOperationMode, BslLightDeviceStrobeDuration, BslLightDeviceStrobeDurationRaw and BslLightDeviceStrobeMode

The feature documentation may provide more information.

variable BslLightDeviceStrobeDuration#

Pylon::IFloatEx & BslLightDeviceStrobeDuration;

Duration of the individual strobe pulses - Applies to: GigE and ace USB.

Duration of the individual strobe pulses. The maximum value is 655 350 microseconds.

Visibility: Expert

Selected by: BslLightDeviceSelector

The feature documentation may provide more information.

variable BslLightDeviceStrobeDurationRaw#

Pylon::IIntegerEx & BslLightDeviceStrobeDurationRaw;

Duration of the individual strobe pulses (raw value) - Applies to: GigE.

Duration of the individual strobe pulses (raw value). The maximum value is 655 350 microseconds.

Visibility: Expert

Selected by: BslLightDeviceSelector

The feature documentation may provide more information.

variable BslLightDeviceStrobeMode#

Pylon::IEnumParameterT< BslLightDeviceStrobeModeEnums > & BslLightDeviceStrobeMode;

Sets the strobe mode of the light device - Applies to: GigE and ace USB.

Visibility: Expert

Selected by: BslLightDeviceSelector

The feature documentation may provide more information.

variable BslMultipleROIColumnOffset#

Pylon::IIntegerEx & BslMultipleROIColumnOffset;

Horizontal offset of the currently selected column - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

Selected by: BslMultipleROIColumnSelector

The feature documentation may provide more information.

variable BslMultipleROIColumnSelector#

Pylon::IEnumParameterT< BslMultipleROIColumnSelectorEnums > & BslMultipleROIColumnSelector;

Sets which column can be configured - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

Selecting Parameters: BslMultipleROIColumnOffset and BslMultipleROIColumnSize

The feature documentation may provide more information.

variable BslMultipleROIColumnSize#

Pylon::IIntegerEx & BslMultipleROIColumnSize;

Width of the currently selected column - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

Selected by: BslMultipleROIColumnSelector

The feature documentation may provide more information.

variable BslMultipleROIColumnsEnable#

Pylon::IBooleanEx & BslMultipleROIColumnsEnable;

Enables or disables the ability to define multiple regions in horizontal direction - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Enables or disables the ability to define multiple regions in horizontal direction. When disabled, the width and horizontal offset of all regions is defined by the Width and Offset X parameters, and the Multiple ROI Column Offset and Multiple ROI Column Size parameter values are ignored.

Visibility: Expert

The feature documentation may provide more information.

variable BslMultipleROIRowOffset#

Pylon::IIntegerEx & BslMultipleROIRowOffset;

Vertical offset of the currently selected row - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

Selected by: BslMultipleROIRowSelector

The feature documentation may provide more information.

variable BslMultipleROIRowSelector#

Pylon::IEnumParameterT< BslMultipleROIRowSelectorEnums > & BslMultipleROIRowSelector;

Sets which row can be configured - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

Selecting Parameters: BslMultipleROIRowOffset and BslMultipleROIRowSize

The feature documentation may provide more information.

variable BslMultipleROIRowSize#

Pylon::IIntegerEx & BslMultipleROIRowSize;

Height of the currently selected row - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

Selected by: BslMultipleROIRowSelector

The feature documentation may provide more information.

variable BslMultipleROIRowsEnable#

Pylon::IBooleanEx & BslMultipleROIRowsEnable;

Enables or disables the ability to define multiple regions in vertical direction - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Enables or disables the ability to define multiple regions in vertical direction. When disabled, the height and vertical offset of all regions is defined by the Height and Offset Y parameters, and the Multiple ROI Row Offset and Multiple ROI Row Size parameter values are ignored.

Visibility: Expert

The feature documentation may provide more information.

variable BslNoiseReduction#

Pylon::IFloatEx & BslNoiseReduction;

Amount of noise reduction to be applied - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.

Amount of noise reduction to be applied. The higher the value, the less chroma noise will be visible in your images. However, very high values may result in image information loss.

Visibility: Expert

The feature documentation may provide more information.

variable BslPeriodicSignalActivation#

Pylon::IEnumParameterT< BslPeriodicSignalActivationEnums > & BslPeriodicSignalActivation;

Sets the transition type of the source signal that activates the synchronization - Applies to: dart MIPI.

Sets the transition type of the source signal that activates the synchronization. The period between the individual transitions determines the period of the of the resulting periodic signal.

Visibility: Expert

Selected by: BslPeriodicSignalSelector

The feature documentation may provide more information.

variable BslPeriodicSignalDelay#

Pylon::IFloatEx & BslPeriodicSignalDelay;

Delay to be applied to the periodic signal in microseconds - Applies to: ace 2 GigE and dart MIPI.

Visibility: Expert

Selected by: BslPeriodicSignalSelector

The feature documentation may provide more information.

variable BslPeriodicSignalPeriod#

Pylon::IFloatEx & BslPeriodicSignalPeriod;

Length of the periodic signal in microseconds - Applies to: ace 2 GigE.

Visibility: Expert

Selected by: BslPeriodicSignalSelector

The feature documentation may provide more information.

variable BslPeriodicSignalSelector#

Pylon::IEnumParameterT< BslPeriodicSignalSelectorEnums > & BslPeriodicSignalSelector;

Sets the periodic signal channel to be configured - Applies to: ace 2 GigE and dart MIPI.

Visibility: Expert

Selecting Parameters: BslPeriodicSignalActivation, BslPeriodicSignalDelay, BslPeriodicSignalPeriod and BslPeriodicSignalSource

The feature documentation may provide more information.

variable BslPeriodicSignalSource#

Pylon::IEnumParameterT< BslPeriodicSignalSourceEnums > & BslPeriodicSignalSource;

Sets the source for synchronizing the periodic signal - Applies to: ace 2 GigE and dart MIPI.

Visibility: Expert

Selected by: BslPeriodicSignalSelector

The feature documentation may provide more information.

variable BslPtpDelayMechanism#

Pylon::IEnumParameterT< BslPtpDelayMechanismEnums > & BslPtpDelayMechanism;

Indicates the PTP delay mechanism - Applies to: ace 2 GigE.

Visibility: Expert

The feature documentation may provide more information.

variable BslPtpManagementEnable#

Pylon::IBooleanEx & BslPtpManagementEnable;

Enables PTP management - Applies to: ace 2 GigE.

Visibility: Expert

The feature documentation may provide more information.

variable BslPtpNetworkMode#

Pylon::IEnumParameterT< BslPtpNetworkModeEnums > & BslPtpNetworkMode;

Sets the mode for PTP network communication - Applies to: ace 2 GigE.

Visibility: Expert

The feature documentation may provide more information.

variable BslPtpPriority1#

Pylon::IIntegerEx & BslPtpPriority1;

Value indicating the priority of the device when determining the master clock - Applies to: ace 2 GigE.

Value indicating the priority of the device when determining the master clock. The network device with the lowest Priority 1 setting is the master clock.

Visibility: Expert

The feature documentation may provide more information.

variable BslPtpProfile#

Pylon::IEnumParameterT< BslPtpProfileEnums > & BslPtpProfile;

Sets the default PTP profile - Applies to: ace 2 GigE.

Visibility: Expert

The feature documentation may provide more information.

variable BslPtpTwoStep#

Pylon::IBooleanEx & BslPtpTwoStep;

Configures a two-step clock if enabled or a one-step clock if disabled - Applies to: ace 2 GigE.

Visibility: Expert

The feature documentation may provide more information.

variable BslPtpUcPortAddr#

Pylon::IIntegerEx & BslPtpUcPortAddr;

Unicast port address - Applies to: ace 2 GigE.

Visibility: Expert

The feature documentation may provide more information.

variable BslPtpUcPortAddrIndex#

Pylon::IIntegerEx & BslPtpUcPortAddrIndex;

Unicast port address index - Applies to: ace 2 GigE.

Visibility: Expert

The feature documentation may provide more information.

variable PtpClockAccuracy#

Pylon::IEnumParameterT< PtpClockAccuracyEnums > & PtpClockAccuracy;

Indicates the expected accuracy of the PTP device clock when it is or becomes the grandmaster - Applies to: ace 2 GigE.

Visibility: Expert

The feature documentation may provide more information.

variable PtpClockID#

Pylon::IIntegerEx & PtpClockID;

Returns the latched clock ID of the PTP device - Applies to: ace 2 GigE.

Visibility: Expert

The feature documentation may provide more information.

variable PtpDataSetLatch#

Pylon::ICommandEx & PtpDataSetLatch;

Latches the current values from the device's PTP clock data set - Applies to: ace 2 GigE and blaze.

Visibility: Expert

The feature documentation may provide more information.

variable PtpEnable#

Pylon::IBooleanEx & PtpEnable;

Enables the Precision Time Protocol (PTP) - Applies to: ace 2 GigE and blaze.

Visibility: Expert

The feature documentation may provide more information.

variable PtpGrandmasterClockID#

Pylon::IIntegerEx & PtpGrandmasterClockID;

Returns the latched grandmaster clock ID of the PTP device - Applies to: ace 2 GigE.

Visibility: Expert

The feature documentation may provide more information.

variable PtpOffsetFromMaster#

Pylon::IIntegerEx & PtpOffsetFromMaster;

Returns the latched offset from the PTP master clock in nanoseconds - Applies to: ace 2 GigE and blaze.

Visibility: Expert

The feature documentation may provide more information.

variable PtpParentClockID#

Pylon::IIntegerEx & PtpParentClockID;

Returns the latched parent clock ID of the PTP device - Applies to: ace 2 GigE.

Visibility: Expert

The feature documentation may provide more information.

variable PtpServoStatus#

Pylon::IEnumParameterT< PtpServoStatusEnums > & PtpServoStatus;

Returns the latched state of the clock servo - Applies to: ace 2 GigE.

Visibility: Expert

The feature documentation may provide more information.

variable PtpStatus#

Pylon::IEnumParameterT< PtpStatusEnums > & PtpStatus;

Returns the latched state of the PTP clock - Applies to: ace 2 GigE and blaze.

Visibility: Expert

The feature documentation may provide more information.

variable BslSerialBaudRate#

Pylon::IEnumParameterT< BslSerialBaudRateEnums > & BslSerialBaudRate;

Sets the baud rate used in serial communication - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable BslSerialNumberOfDataBits#

Pylon::IEnumParameterT< BslSerialNumberOfDataBitsEnums > & BslSerialNumberOfDataBits;

Sets the number of data bits used in serial communication - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable BslSerialNumberOfStopBits#

Pylon::IEnumParameterT< BslSerialNumberOfStopBitsEnums > & BslSerialNumberOfStopBits;

Sets the number of stop bits used in serial communication - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable BslSerialParity#

Pylon::IEnumParameterT< BslSerialParityEnums > & BslSerialParity;

Sets which kind of parity check is performed - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable BslSerialReceive#

Pylon::ICommandEx & BslSerialReceive;

Initiates a receiving transaction from the serial input buffer - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Initiates a receiving transaction from the serial input buffer. When the transaction has been completed, the Serial Transfer Length parameter indicates the number of valid data units received.

Visibility: Expert

The feature documentation may provide more information.

variable BslSerialRxBreak#

Pylon::IBooleanEx & BslSerialRxBreak;

Indicates the incoming break signal status - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable BslSerialRxBreakReset#

Pylon::ICommandEx & BslSerialRxBreakReset;

Resets the incoming break status - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable BslSerialRxFifoOverflow#

Pylon::IBooleanEx & BslSerialRxFifoOverflow;

Indicates the overflow status of the receiving FIFO - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable BslSerialRxParityError#

Pylon::IBooleanEx & BslSerialRxParityError;

Indicates the parity error status of the receiving FIFO - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable BslSerialRxSource#

Pylon::IEnumParameterT< BslSerialRxSourceEnums > & BslSerialRxSource;

Sets the source of the Rx serial input - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable BslSerialRxStopBitError#

Pylon::IBooleanEx & BslSerialRxStopBitError;

Indicates the stop bit error status of the receiving FIFO - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable BslSerialTransferBuffer#

Pylon::IRegisterEx & BslSerialTransferBuffer;

Buffer that holds Rx or Tx transfer data in the controller domain - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Buffer that holds Rx or Tx transfer data in the controller domain. Data is displayed in hexadecimal notation. Transfer starts with the leftmost data.

Visibility: Expert

The feature documentation may provide more information.

variable BslSerialTransferLength#

Pylon::IIntegerEx & BslSerialTransferLength;

Effective number of serial frames in a Rx or Tx data transfer - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Effective number of serial frames in a Rx or Tx data transfer. The maximum number of data frames is 16.

Visibility: Expert

The feature documentation may provide more information.

variable BslSerialTransmit#

Pylon::ICommandEx & BslSerialTransmit;

Initiates a transmitting transaction to the serial output buffer - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Initiates a transmitting transaction to the serial output buffer. Set the correct transfer length before you issue a transmit command.

Visibility: Expert

The feature documentation may provide more information.

variable BslSerialTxBreak#

Pylon::IBooleanEx & BslSerialTxBreak;

Signals a break to a receiver connected to the camera, or terminates the break - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Signals a break to a receiver connected to the camera, or terminates the break. If this parameter is set to true, a serial break is signaled by setting the serial output to low level (space). If this parameter is set to false, the serial output is reset to high (mark).

Visibility: Expert

The feature documentation may provide more information.

variable BslSerialTxFifoEmpty#

Pylon::IBooleanEx & BslSerialTxFifoEmpty;

Indicates whether the transmitting FIFO is empty - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable BslSerialTxFifoOverflow#

Pylon::IBooleanEx & BslSerialTxFifoOverflow;

Indicates whether the transmitting FIFO has overflown - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable BslSharpnessEnhancement#

Pylon::IFloatEx & BslSharpnessEnhancement;

Sharpening value to be applied - Applies to: ace 2 GigE, ace 2 USB, dart 2 USB and dart MIPI.

Sharpening value to be applied. The higher the sharpness, the more distinct the image subject's contours will be. However, very high values may result in image information loss.

Visibility: Expert

The feature documentation may provide more information.

variable BslStaticDefectPixelCorrectionClearAll#

Pylon::ICommandEx & BslStaticDefectPixelCorrectionClearAll;

Clears all custom defect pixel coordinates - Applies to: boost_V_CoaXPress.

Clears all custom defect pixel coordinates. All Static Defect Pixel Correction X Coordinate parameter values will be set to 0xFFFF.

Visibility: Expert

The feature documentation may provide more information.

variable BslStaticDefectPixelCorrectionCount#

Pylon::IIntegerEx & BslStaticDefectPixelCorrectionCount;

Indicates how many defect pixels are being corrected - Applies to: boost_V_CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable BslStaticDefectPixelCorrectionFileStatus#

Pylon::IEnumParameterT< BslStaticDefectPixelCorrectionFileStatusEnums > & BslStaticDefectPixelCorrectionFileStatus;

Returns the file status of the defect pixel correction file - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Guru

The feature documentation may provide more information.

variable BslStaticDefectPixelCorrectionMaxDefects#

Pylon::IIntegerEx & BslStaticDefectPixelCorrectionMaxDefects;

Maximum number of defect pixels that the factory or user correction file can contain - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Guru

The feature documentation may provide more information.

variable BslStaticDefectPixelCorrectionMode#

Pylon::IEnumParameterT< BslStaticDefectPixelCorrectionModeEnums > & BslStaticDefectPixelCorrectionMode;

Sets the static defect pixel correction mode - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and boost_V_CoaXPress.

Visibility: Beginner

The feature documentation may provide more information.

variable BslStaticDefectPixelCorrectionReload#

Pylon::ICommandEx & BslStaticDefectPixelCorrectionReload;

Reloads the user defect pixel correction file - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Reloads the user defect pixel correction file. This command must be executed if the user defect pixel correction file has been uploaded for the first time or has been updated.

Visibility: Guru

The feature documentation may provide more information.

variable BslStaticDefectPixelCorrectionSave#

Pylon::ICommandEx & BslStaticDefectPixelCorrectionSave;

Saves changes to the defect pixel coordinates to flash memory - Applies to: boost_V_CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable BslStaticDefectPixelCorrectionTestMode#

Pylon::IEnumParameterT< BslStaticDefectPixelCorrectionTestModeEnums > & BslStaticDefectPixelCorrectionTestMode;

Enables or disables the static defect pixel correction test mode - Applies to: boost_V_CoaXPress.

Enables or disables the static defect pixel correction test mode. In test mode, all corrected pixels are set to completely white. This helps to find pixels that are being corrected in your images.

Visibility: Expert

The feature documentation may provide more information.

variable BslStaticDefectPixelCorrectionXCoordinate#

Pylon::IIntegerEx & BslStaticDefectPixelCorrectionXCoordinate;

X coordinate of the defect pixel to be corrected - Applies to: boost_V_CoaXPress.

Visibility: Expert

Selected by: BslStaticDefectPixelCorrectionXSelector

The feature documentation may provide more information.

variable BslStaticDefectPixelCorrectionXSelector#

Pylon::IEnumParameterT< BslStaticDefectPixelCorrectionXSelectorEnums > & BslStaticDefectPixelCorrectionXSelector;

Sets which x coordinate entry can be configured - Applies to: boost_V_CoaXPress.

Visibility: Expert

Selecting Parameters: BslStaticDefectPixelCorrectionXCoordinate

The feature documentation may provide more information.

variable BslStaticDefectPixelCorrectionYCoordinate#

Pylon::IIntegerEx & BslStaticDefectPixelCorrectionYCoordinate;

Y coordinate of the defect pixel to be corrected - Applies to: boost_V_CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable BslTwiBitrate#

Pylon::IEnumParameterT< BslTwiBitrateEnums > & BslTwiBitrate;

Sets the bit rate for TWI communication - Applies to: dart 2 USB.

Visibility: Expert

The feature documentation may provide more information.

variable BslTwiPullSclLow#

Pylon::IBooleanEx & BslTwiPullSclLow;

Pulls SCL low, which is rarely needed - Applies to: dart 2 USB.

Pulls SCL low, which is rarely needed. When SCL is pulled low, TWI communication isn't possible.

Visibility: Expert

The feature documentation may provide more information.

variable BslTwiPullSdaLow#

Pylon::IBooleanEx & BslTwiPullSdaLow;

Pulls SDA low, which is rarely needed - Applies to: dart 2 USB.

Pulls SDA low, which is rarely needed. When SDA is pulled low, TWI communication isn't possible.

Visibility: Expert

The feature documentation may provide more information.

variable BslTwiRead#

Pylon::ICommandEx & BslTwiRead;

Triggers a read transfer - Applies to: dart 2 USB.

Visibility: Expert

The feature documentation may provide more information.

variable BslTwiTargetAddress#

Pylon::IIntegerEx & BslTwiTargetAddress;

Address of the target device - Applies to: dart 2 USB.

Visibility: Expert

The feature documentation may provide more information.

variable BslTwiTransferBuffer#

Pylon::IRegisterEx & BslTwiTransferBuffer;

Buffer that holds data to be written or data that was read - Applies to: dart 2 USB.

Visibility: Expert

The feature documentation may provide more information.

variable BslTwiTransferLength#

Pylon::IIntegerEx & BslTwiTransferLength;

Number of bytes to be transferred from or to the transfer buffer - Applies to: dart 2 USB.

Visibility: Expert

The feature documentation may provide more information.

variable BslTwiTransferStatus#

Pylon::IEnumParameterT< BslTwiTransferStatusEnums > & BslTwiTransferStatus;

Indicates the status of an accepted read or write transfer - Applies to: dart 2 USB.

Visibility: Expert

The feature documentation may provide more information.

variable BslTwiUpdateTransferStatus#

Pylon::ICommandEx & BslTwiUpdateTransferStatus;

Triggers an update of the transfer status - Applies to: dart 2 USB.

Visibility: Expert

The feature documentation may provide more information.

variable BslTwiWrite#

Pylon::ICommandEx & BslTwiWrite;

Triggers a write transfer - Applies to: dart 2 USB.

Visibility: Expert

The feature documentation may provide more information.

variable BslUSBPowerSource#

Pylon::IEnumParameterT< BslUSBPowerSourceEnums > & BslUSBPowerSource;

Indicates how power is supplied to the device - Applies to: ace 2 USB.

Visibility: Guru

The feature documentation may provide more information.

variable BslUSBSpeedMode#

Pylon::IEnumParameterT< BslUSBSpeedModeEnums > & BslUSBSpeedMode;

Indicates the speed mode of the USB port - Applies to: ace 2 USB, ace USB, dart 2 USB, dart USB and pulse USB.

Visibility: Beginner

The feature documentation may provide more information.

variable DeviceTapGeometry#

Pylon::IEnumParameterT< DeviceTapGeometryEnums > & DeviceTapGeometry;

Sets the tap geometry - Applies to: boost CoaXPress and boost_V_CoaXPress.

Sets the tap geometry. The tap geometry uniquely describes the geometrical properties characterizing the different taps of a multi-tap camera.

Visibility: Expert

The feature documentation may provide more information.

variable ForceFailedBuffer#

Pylon::ICommandEx & ForceFailedBuffer;

Marks the next buffer as failed - Applies to: CamEmu.

Marks the next buffer as a failed buffer.

Visibility: Expert

The feature documentation may provide more information.

variable ForceFailedBufferCount#

Pylon::IIntegerEx & ForceFailedBufferCount;

Number of failed buffers to generate - Applies to: CamEmu.

Visibility: Beginner

The feature documentation may provide more information.

variable GenDCStreamingMode#

Pylon::IEnumParameterT< GenDCStreamingModeEnums > & GenDCStreamingMode;

Controls the device's streaming format - Applies to: blaze.

Visibility: Invisible

The feature documentation may provide more information.

variable GenDCStreamingStatus#

Pylon::IEnumParameterT< GenDCStreamingStatusEnums > & GenDCStreamingStatus;

Returns whether the current device data streaming format is GenDC - Applies to: blaze.

Returns whether the current device data streaming format is GenDC. This value is conditioned by the GenDCStreamingMode.

Visibility: Invisible

The feature documentation may provide more information.

variable PayloadFinalTransfer1Size#

Pylon::IIntegerEx & PayloadFinalTransfer1Size;

For information only May be required when contacting Basler support - Applies to: dart USB and pulse USB.

Visibility: Guru

The feature documentation may provide more information.

variable PayloadFinalTransfer2Size#

Pylon::IIntegerEx & PayloadFinalTransfer2Size;

For information only May be required when contacting Basler support - Applies to: dart USB and pulse USB.

Visibility: Guru

The feature documentation may provide more information.

variable PayloadTransferBlockDelay#

Pylon::IIntegerEx & PayloadTransferBlockDelay;

This parameter is required when using the sequencer - Applies to: ace USB.

Visibility: Guru

The feature documentation may provide more information.

variable PayloadTransferCount#

Pylon::IIntegerEx & PayloadTransferCount;

For information only May be required when contacting Basler support - Applies to: dart USB and pulse USB.

Visibility: Guru

The feature documentation may provide more information.

variable PayloadTransferSize#

Pylon::IIntegerEx & PayloadTransferSize;

For information only May be required when contacting Basler support - Applies to: dart USB and pulse USB.

Visibility: Guru

The feature documentation may provide more information.

variable SIPayloadFinalTransfer1Size#

Pylon::IIntegerEx & SIPayloadFinalTransfer1Size;

For information only May be required when contacting Basler support - Applies to: ace 2 USB, ace USB and dart 2 USB.

Visibility: Guru

The feature documentation may provide more information.

variable SIPayloadFinalTransfer2Size#

Pylon::IIntegerEx & SIPayloadFinalTransfer2Size;

For information only May be required when contacting Basler support - Applies to: ace 2 USB, ace USB and dart 2 USB.

Visibility: Guru

The feature documentation may provide more information.

variable SIPayloadTransferCount#

Pylon::IIntegerEx & SIPayloadTransferCount;

For information only May be required when contacting Basler support - Applies to: ace 2 USB, ace USB and dart 2 USB.

Visibility: Guru

The feature documentation may provide more information.

variable SIPayloadTransferSize#

Pylon::IIntegerEx & SIPayloadTransferSize;

For information only May be required when contacting Basler support - Applies to: ace 2 USB, ace USB and dart 2 USB.

Visibility: Guru

The feature documentation may provide more information.

variable BslVignettingCorrectionLoad#

Pylon::ICommandEx & BslVignettingCorrectionLoad;

Loads the vignetting correction data from the camera's file system - Applies to: boost CoaXPress.

Loads the vignetting correction data from the camera's file system and applies them to the camera.

Visibility: Beginner

The feature documentation may provide more information.

variable BslVignettingCorrectionMode#

Pylon::IEnumParameterT< BslVignettingCorrectionModeEnums > & BslVignettingCorrectionMode;

Enables the vignetting correction - Applies to: boost CoaXPress and dart MIPI.

Enables the vignetting correction. This feature allows you to remove vignetting artifacts from your images. To do this, you first have to create vignetting correction data. For more information, see the Basler Product Documentation.

Visibility: Beginner

The feature documentation may provide more information.

variable CameraOperationMode#

Pylon::IEnumParameterT< CameraOperationModeEnums > & CameraOperationMode;

Sets the camera operation mode - Applies to: ace USB.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkEnable#

Pylon::IBooleanEx & ChunkEnable;

Includes the currently selected chunk in the payload data - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.

Visibility: Beginner

Selected by: ChunkSelector

The feature documentation may provide more information.

variable ChunkModeActive#

Pylon::IBooleanEx & ChunkModeActive;

Enables the chunk mode - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkSelector#

Pylon::IEnumParameterT< ChunkSelectorEnums > & ChunkSelector;

Sets which chunk can be enabled - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.

Sets which chunk can be enabled. The chunk can be enabled using the Chunk Enable parameter.

Visibility: Beginner

Selecting Parameters: ChunkEnable

The feature documentation may provide more information.

variable ChunkFrameTriggerCounter#

Pylon::IIntegerEx & ChunkFrameTriggerCounter;

Value of the Frame Trigger counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkFrameTriggerIgnoredCounter#

Pylon::IIntegerEx & ChunkFrameTriggerIgnoredCounter;

Value of the Frame Trigger Ignored counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkFramecounter#

Pylon::IIntegerEx & ChunkFramecounter;

Value of the Frame counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkFramesPerTriggerCounter#

Pylon::IIntegerEx & ChunkFramesPerTriggerCounter;

Value of the Frames per Trigger counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkGainAll#

Pylon::IIntegerEx & ChunkGainAll;

Gain All value of the acquired image - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkInputStatusAtLineTriggerBitsPerLine#

Pylon::IIntegerEx & ChunkInputStatusAtLineTriggerBitsPerLine;

Number of bits per line used for the Input Status At Line Trigger parameter - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkInputStatusAtLineTriggerIndex#

Pylon::IIntegerEx & ChunkInputStatusAtLineTriggerIndex;

Index number used for the Input Status At Line Trigger parameter - Applies to: GigE.

Index number used for the Input Status At Line Trigger parameter. The index number can be used to get the state of the camera's input lines when a specific line was acquired. For example, if you want to know the state of the camera's input lines when line 30 was acquired, set the index to 30, then retrieve the value of Status Index parameter.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkInputStatusAtLineTriggerValue#

Pylon::IIntegerEx & ChunkInputStatusAtLineTriggerValue;

Value indicating the status of the camera's input lines when a specific line was acquired - Applies to: GigE.

Value indicating the status of the camera's input lines when a specific line was acquired. The information is stored in a 4-bit value (bit 0 = input line 1 state, bit 1 = input line 2 state etc.). For more information, see the Status Index parameter documentation.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkLineTriggerCounter#

Pylon::IIntegerEx & ChunkLineTriggerCounter;

Value of the Line Trigger counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkLineTriggerEndToEndCounter#

Pylon::IIntegerEx & ChunkLineTriggerEndToEndCounter;

Value of the Line Trigger End to End counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkLineTriggerIgnoredCounter#

Pylon::IIntegerEx & ChunkLineTriggerIgnoredCounter;

Value of the Line Trigger Ignored counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkSequenceSetIndex#

Pylon::IIntegerEx & ChunkSequenceSetIndex;

Sequence set index number related to the acquired image - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkShaftEncoderCounter#

Pylon::IIntegerEx & ChunkShaftEncoderCounter;

Value of the Shaft Encoder counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkTriggerinputcounter#

Pylon::IIntegerEx & ChunkTriggerinputcounter;

Value of the Trigger Input counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ChunkVirtLineStatusAll#

Pylon::IIntegerEx & ChunkVirtLineStatusAll;

Status of all of the camera's virtual input and output lines when the image was acquired - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ClConfiguration#

Pylon::IEnumParameterT< ClConfigurationEnums > & ClConfiguration;

Sets the configuration type - Applies to: CameraLink.

Sets the configuration type. The configuration type determines the amount of data that can be transmitted.

Visibility: Beginner

The feature documentation may provide more information.

variable ClInterLineDelayAbs#

Pylon::IFloatEx & ClInterLineDelayAbs;

Delay between end of transmission and start of transmission of consecutive lines - Applies to: CameraLink.

Delay (in microseconds) between the end of transmission of one line and the start of transmission of the next line. This value will be adjusted automatically to the nearest multiple of the currently selected pixel clock. The line valid signal (LVAL) remains low while the delay is in force. The default value of the parameter is the minimum inter-line delay.

Visibility: Guru

The feature documentation may provide more information.

variable ClInterLineDelayRaw#

Pylon::IIntegerEx & ClInterLineDelayRaw;

Delay between end of transmission and start of transmission of consecutive lines (raw value) - Applies to: CameraLink.

Delay between the end of transmission of one line and the start of transmission of the next line (raw value). This value will be adjusted automatically to the nearest multiple of the currently selected pixel clock. The line valid signal (LVAL) remains low while the delay is in force. The default value of the parameter is the minimum inter-line delay.

Visibility: Guru

The feature documentation may provide more information.

variable ClPixelClock#

Pylon::IEnumParameterT< ClPixelClockEnums > & ClPixelClock;

Sets the pixel clock used in the communication with the frame grabber - Applies to: CameraLink.

Sets the pixel clock used in the communication with the frame grabber. The pixel clock speed determines the rate at which pixel data will be transmitted from the camera to the frame grabber.

Visibility: Guru

The feature documentation may provide more information.

variable ClPixelClockAbs#

Pylon::IFloatEx & ClPixelClockAbs;

Pixel clock used in the communication with the frame grabber in Hz - Applies to: CameraLink.

Visibility: Guru

The feature documentation may provide more information.

variable ClSerialPortBaudRate#

Pylon::IEnumParameterT< ClSerialPortBaudRateEnums > & ClSerialPortBaudRate;

Sets the serial port baud rate - Applies to: CameraLink.

Visibility: Beginner

The feature documentation may provide more information.

variable ClTapGeometry#

Pylon::IEnumParameterT< ClTapGeometryEnums > & ClTapGeometry;

Sets the tap geometry - Applies to: CameraLink.

Sets the tap geometry. The tap geometry uniquely describes the geometrical properties characterizing the different taps of a multi-tap camera.

Visibility: Beginner

The feature documentation may provide more information.

variable ClTimeSlots#

Pylon::IEnumParameterT< ClTimeSlotsEnums > & ClTimeSlots;

Sets the number of time slots - Applies to: CameraLink.

Visibility: Beginner

The feature documentation may provide more information.

variable GevCCP#

Pylon::IEnumParameterT< GevCCPEnums > & GevCCP;

Sets the control channel privilege - Applies to: GigE.

Visibility: Guru

The feature documentation may provide more information.

variable GevCurrentIPConfiguration#

Pylon::IIntegerEx & GevCurrentIPConfiguration;

Current IP configuration of the selected network interface - Applies to: GigE.

Current IP configuration of the selected network interface, e.g., fixed IP, DHCP, or auto IP.

Visibility: Guru

Selected by: GevInterfaceSelector

The feature documentation may provide more information.

variable GevDeviceModeCharacterSet#

Pylon::IIntegerEx & GevDeviceModeCharacterSet;

Character set used by all strings of the bootstrap registers - Applies to: GigE.

Character set used by all strings of the bootstrap registers (1 = UTF8).

Visibility: Guru

The feature documentation may provide more information.

variable GevDeviceModeIsBigEndian#

Pylon::IBooleanEx & GevDeviceModeIsBigEndian;

Indicates whether the bootstrap register is in big-endian format - Applies to: GigE.

Visibility: Guru

The feature documentation may provide more information.

variable GevFirstURL#

Pylon::IStringEx & GevFirstURL;

First URL reference to the GenICam XML file - Applies to: GigE.

Visibility: Guru

The feature documentation may provide more information.

variable GevHeartbeatTimeout#

Pylon::IIntegerEx & GevHeartbeatTimeout;

Heartbeat timeout in milliseconds - Applies to: GigE.

Visibility: Guru

The feature documentation may provide more information.

variable GevIEEE1588#

Pylon::IBooleanEx & GevIEEE1588;

Enables the IEEE 1588 V2 Precision Time Protocol for the timestamp register - Applies to: GigE.

Enables the IEEE 1588 V2 Precision Time Protocol for the timestamp register. Only available if the IEEE1588_support bit of the GVCP Capability register is set. When PTP is enabled, the Timestamp Control register can't be used to reset the timestamp. When PTP is enabled or disabled, the value of Timestamp Tick Frequency and Timestamp Value registers may change to reflect the new time domain.

Visibility: Expert

The feature documentation may provide more information.

variable GevIEEE1588ClockId#

Pylon::IIntegerEx & GevIEEE1588ClockId;

Latched IEEE 1588 clock ID of the camera - Applies to: GigE.

Latched IEEE 1588 clock ID of the camera. (The clock ID must first be latched using the IEEE 1588 Latch command.) The clock ID is an array of eight octets which is displayed as a hexadecimal number. Leading zeros are omitted.

Visibility: Guru

The feature documentation may provide more information.

variable GevIEEE1588DataSetLatch#

Pylon::ICommandEx & GevIEEE1588DataSetLatch;

Latches the current IEEE 1588-related values of the camera - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable GevIEEE1588OffsetFromMaster#

Pylon::IIntegerEx & GevIEEE1588OffsetFromMaster;

Latched offset from the IEEE 1588 master clock in nanoseconds - Applies to: GigE.

Latched offset from the IEEE 1588 master clock in nanoseconds. (The offset must first be latched using the IEEE 1588 Latch command.)

Visibility: Guru

The feature documentation may provide more information.

variable GevIEEE1588ParentClockId#

Pylon::IIntegerEx & GevIEEE1588ParentClockId;

Latched IEEE 1588 parent clock ID of the camera - Applies to: GigE.

Latched IEEE 1588 parent clock ID of the camera. (The parent clock ID must first be latched using the IEEE 1588 Latch command.) The parent clock ID is the clock ID of the current master clock. A clock ID is an array of eight octets which is displayed as a hexadecimal number. Leading zeros are omitted.

Visibility: Guru

The feature documentation may provide more information.

variable GevIEEE1588Status#

Pylon::IEnumParameterT< GevIEEE1588StatusEnums > & GevIEEE1588Status;

Indicates the state of the IEEE 1588 clock - Applies to: GigE.

Indicates the state of the IEEE 1588 clock. Values of this field must match the IEEE 1588 PTP port state enumeration (INITIALIZING, FAULTY, DISABLED, LISTENING, PRE_MASTER, MASTER, PASSIVE, UNCALIBRATED, SLAVE).

Visibility: Expert

The feature documentation may provide more information.

variable GevIEEE1588StatusLatched#

Pylon::IEnumParameterT< GevIEEE1588StatusLatchedEnums > & GevIEEE1588StatusLatched;

Indicates the latched state of the IEEE 1588 clock - Applies to: GigE.

Indicates the latched state of the IEEE 1588 clock. (The state must first be latched using the IEEE 1588 Latch command.) The state is indicated by values 1 to 9, corresponding to the states INITIALIZING, FAULTY, DISABLED, LISTENING, PRE_MASTER, MASTER, PASSIVE, UNCALIBRATED, and SLAVE.

Visibility: Expert

The feature documentation may provide more information.

variable GevInterfaceSelector#

Pylon::IEnumParameterT< GevInterfaceSelectorEnums > & GevInterfaceSelector;

Sets the physical network interface to be configured - Applies to: GigE.

Sets the physical network interface to be configured. All changes to the network interface settings will be applied to the selected interface.

Visibility: Guru

Selecting Parameters: GevCurrentDefaultGateway, GevCurrentIPAddress, GevCurrentIPConfiguration, GevCurrentSubnetMask, GevLinkCrossover, GevLinkFullDuplex, GevLinkMaster, GevLinkSpeed, GevMACAddress, GevPersistentDefaultGateway, GevPersistentIPAddress, GevPersistentSubnetMask, GevSupportedIPConfigurationDHCP, GevSupportedIPConfigurationLLA, GevSupportedIPConfigurationPersistentIP and GevSupportedOptionalLegacy16BitBlockID

The feature documentation may provide more information.

variable GevLinkCrossover#

Pylon::IBooleanEx & GevLinkCrossover;

Indicates the state of medium-dependent interface crossover (MDIX) for the selected network interface - Applies to: GigE.

Visibility: Guru

Selected by: GevInterfaceSelector

The feature documentation may provide more information.

variable GevLinkFullDuplex#

Pylon::IBooleanEx & GevLinkFullDuplex;

Indicates whether the selected network interface operates in full-duplex mode - Applies to: GigE.

Visibility: Guru

Selected by: GevInterfaceSelector

The feature documentation may provide more information.

variable GevLinkMaster#

Pylon::IBooleanEx & GevLinkMaster;

Indicates whether the selected network interface is the clock master - Applies to: GigE.

Visibility: Guru

Selected by: GevInterfaceSelector

The feature documentation may provide more information.

variable GevLinkSpeed#

Pylon::IIntegerEx & GevLinkSpeed;

Connection speed in Mbps of the selected network interface - Applies to: GigE.

Visibility: Guru

Selected by: GevInterfaceSelector

The feature documentation may provide more information.

variable GevMessageChannelCount#

Pylon::IIntegerEx & GevMessageChannelCount;

Number of message channels supported by the camera - Applies to: GigE.

Visibility: Guru

The feature documentation may provide more information.

variable GevNumberOfInterfaces#

Pylon::IIntegerEx & GevNumberOfInterfaces;

Number of network interfaces of the camera - Applies to: GigE.

Visibility: Guru

The feature documentation may provide more information.

variable GevPTPDiagnosticsQueueRxEvntMaxNumElements#

Pylon::IIntegerEx & GevPTPDiagnosticsQueueRxEvntMaxNumElements;

Applies to: GigE.

This is a read only element. Maximum number of elements in RX event message queue. (The value must first be latched using the IEEE 1588 Latch command.)

Visibility: Guru

The feature documentation may provide more information.

variable GevPTPDiagnosticsQueueRxEvntPushNumFailure#

Pylon::IIntegerEx & GevPTPDiagnosticsQueueRxEvntPushNumFailure;

Applies to: GigE.

This is a read only element. Number of push failures in RX event message queue. (The value must first be latched using the IEEE 1588 Latch command.)

Visibility: Guru

The feature documentation may provide more information.

variable GevPTPDiagnosticsQueueRxGnrlMaxNumElements#

Pylon::IIntegerEx & GevPTPDiagnosticsQueueRxGnrlMaxNumElements;

Applies to: GigE.

This is a read only element. Maximum number of elements in RX general message queue. (The value must first be latched using the IEEE 1588 Latch command.)

Visibility: Guru

The feature documentation may provide more information.

variable GevPTPDiagnosticsQueueRxGnrlPushNumFailure#

Pylon::IIntegerEx & GevPTPDiagnosticsQueueRxGnrlPushNumFailure;

Applies to: GigE.

This is a read only element. Number of push failures in RX general message queue. (The value must first be latched using the IEEE 1588 Latch command.)

Visibility: Guru

The feature documentation may provide more information.

variable GevPTPDiagnosticsQueueSendNumFailure#

Pylon::IIntegerEx & GevPTPDiagnosticsQueueSendNumFailure;

Applies to: GigE.

This is a read only element. Number of send failures. (The value must first be latched using the IEEE 1588 Latch command.)

Visibility: Guru

The feature documentation may provide more information.

variable GevSCBWA#

Pylon::IIntegerEx & GevSCBWA;

Base bandwidth in bytes per second that will be used by the camera to transmit image and chunk feature data and to handle resends and control data transmissions - Applies to: GigE.

Visibility: Expert

Selected by: GevStreamChannelSelector

The feature documentation may provide more information.

variable GevSCDA#

Pylon::IIntegerEx & GevSCDA;

Destination address of the selected stream channel - Applies to: GigE.

Destination address of the selected stream channel. The destination can be a unicast or a multicast address.

Visibility: Guru

Selected by: GevStreamChannelSelector

The feature documentation may provide more information.

variable GevSCDCT#

Pylon::IIntegerEx & GevSCDCT;

Actual bandwidth (in bytes per second) that the camera will use to transmit image data and chunk data - Applies to: GigE.

Actual bandwidth (in bytes per second) that the camera will use to transmit image data and chunk data with the current settings for AOI, chunk features, and pixel format.

Visibility: Expert

Selected by: GevStreamChannelSelector

The feature documentation may provide more information.

variable GevSCDMT#

Pylon::IIntegerEx & GevSCDMT;

Maximum amount of data (in bytes per second) that the camera can generate - Applies to: GigE.

Maximum amount of data (in bytes per second) that the camera can generate with its current settings under ideal conditions, i.e., unlimited bandwidth and no packet resends.

Visibility: Expert

Selected by: GevStreamChannelSelector

The feature documentation may provide more information.

variable GevSCFJM#

Pylon::IIntegerEx & GevSCFJM;

Maximum amount of time (in ticks) that the next frame transmission could be delayed due to a burst of resends - Applies to: GigE.

Maximum amount of time (in ticks) that the next frame transmission could be delayed due to a burst of resends. If the Bandwidth Reserve Accumulation parameter is set to a high value, the camera can experience periods where there is a large burst of data resends. This burst of resends will delay the start of transmission of the next acquired image.

Visibility: Expert

Selected by: GevStreamChannelSelector

The feature documentation may provide more information.

variable GevSCPHostPort#

Pylon::IIntegerEx & GevSCPHostPort;

Destination port of the selected stream channel - Applies to: GigE.

Visibility: Guru

Selected by: GevStreamChannelSelector

The feature documentation may provide more information.

variable GevSCPInterfaceIndex#

Pylon::IIntegerEx & GevSCPInterfaceIndex;

Index of the network interface to be used - Applies to: GigE.

Visibility: Guru

Selected by: GevStreamChannelSelector

The feature documentation may provide more information.

variable GevSCPSBigEndian#

Pylon::IBooleanEx & GevSCPSBigEndian;

Indicates the endianness of multi-byte pixel data for this stream - Applies to: GigE.

Indicates the endianness of multi-byte pixel data for this stream. True equals big-endian.

Visibility: Guru

Selected by: GevStreamChannelSelector

The feature documentation may provide more information.

variable GevSCPSDoNotFragment#

Pylon::IBooleanEx & GevSCPSDoNotFragment;

Disables IP fragmentation of packets on the stream channel - Applies to: GigE.

Disables IP fragmentation of packets on the stream channel. This bit is copied into the 'do not fragment' bit of the IP header of each stream packet.

Visibility: Guru

Selected by: GevStreamChannelSelector

The feature documentation may provide more information.

variable GevSCPSFireTestPacket#

Pylon::ICommandEx & GevSCPSFireTestPacket;

Sends a GigE Vision streaming test packet - Applies to: GigE.

Sends a GigE Vision streaming test packet. If this bit is set and the stream channel is a transmitter, the transmitter will send one test packet of the size specified by the Packet Size parameter. The 'do not fragment' bit of the IP header must be set for this test packet (see the SCPS Do Not Fragment parameter documentation).

Visibility: Guru

Selected by: GevStreamChannelSelector

The feature documentation may provide more information.

variable GevSecondURL#

Pylon::IStringEx & GevSecondURL;

Second URL reference to the GenICam XML file - Applies to: GigE.

Visibility: Guru

The feature documentation may provide more information.

variable GevStreamChannelCount#

Pylon::IIntegerEx & GevStreamChannelCount;

Number of stream channels supported by the camera - Applies to: GigE.

Visibility: Guru

The feature documentation may provide more information.

variable GevStreamChannelSelector#

Pylon::IEnumParameterT< GevStreamChannelSelectorEnums > & GevStreamChannelSelector;

Sets the stream channel to be configured - Applies to: GigE.

Sets the stream channels to be configured. All changes to the stream channel settings will be applied to the selected stream channel.

Visibility: Guru

Selecting Parameters: GevGVSPExtendedIDMode, GevSCBWA, GevSCBWR, GevSCBWRA, GevSCDA, GevSCDCT, GevSCDMT, GevSCFJM, GevSCFTD, GevSCPD, GevSCPHostPort, GevSCPInterfaceIndex, GevSCPSBigEndian, GevSCPSDoNotFragment, GevSCPSFireTestPacket and GevSCPSPacketSize

The feature documentation may provide more information.

variable GevSupportedIEEE1588#

Pylon::IBooleanEx & GevSupportedIEEE1588;

Indicates whether the IEEE 1588 V2 Precision Time Protocol (PTP) is supported - Applies to: GigE.

Visibility: Guru

The feature documentation may provide more information.

variable GevSupportedIPConfigurationDHCP#

Pylon::IBooleanEx & GevSupportedIPConfigurationDHCP;

Indicates whether the selected network interface supports DHCP IP addressing - Applies to: GigE.

Visibility: Guru

Selected by: GevInterfaceSelector

The feature documentation may provide more information.

variable GevSupportedIPConfigurationLLA#

Pylon::IBooleanEx & GevSupportedIPConfigurationLLA;

Indicates whether the selected network interface supports auto IP addressing (also known as LLA) - Applies to: GigE.

Visibility: Guru

Selected by: GevInterfaceSelector

The feature documentation may provide more information.

variable GevSupportedIPConfigurationPersistentIP#

Pylon::IBooleanEx & GevSupportedIPConfigurationPersistentIP;

Indicates whether the selected network interface supports fixed IP addressing (also known as persistent IP addressing) - Applies to: GigE.

Visibility: Guru

Selected by: GevInterfaceSelector

The feature documentation may provide more information.

variable GevSupportedOptionalCommandsConcatenation#

Pylon::IBooleanEx & GevSupportedOptionalCommandsConcatenation;

Indicates whether multiple operations in a single message are supported - Applies to: GigE.

Visibility: Guru

The feature documentation may provide more information.

variable GevSupportedOptionalCommandsEVENT#

Pylon::IBooleanEx & GevSupportedOptionalCommandsEVENT;

Indicates whether EVENT_CMD and EVENT_ACK are supported - Applies to: GigE.

Visibility: Guru

The feature documentation may provide more information.

variable GevSupportedOptionalCommandsEVENTDATA#

Pylon::IBooleanEx & GevSupportedOptionalCommandsEVENTDATA;

Indicates whether EVENTDATA_CMD and EVENTDATA_ACK are supported - Applies to: GigE.

Visibility: Guru

The feature documentation may provide more information.

variable GevSupportedOptionalCommandsPACKETRESEND#

Pylon::IBooleanEx & GevSupportedOptionalCommandsPACKETRESEND;

Indicates whether PACKETRESEND_CMD is supported - Applies to: GigE.

Visibility: Guru

The feature documentation may provide more information.

variable GevSupportedOptionalCommandsWRITEMEM#

Pylon::IBooleanEx & GevSupportedOptionalCommandsWRITEMEM;

Indicates whether WRITEMEM_CMD and WRITEMEM_ACK are supported - Applies to: GigE.

Visibility: Guru

The feature documentation may provide more information.

variable GevSupportedOptionalLegacy16BitBlockID#

Pylon::IBooleanEx & GevSupportedOptionalLegacy16BitBlockID;

Indicates whether this GVSP transmitter or receiver can support a 16-bit block ID - Applies to: GigE.

Visibility: Guru

Selected by: GevInterfaceSelector

The feature documentation may provide more information.

variable GevTimestampControlLatch#

Pylon::ICommandEx & GevTimestampControlLatch;

Latches the current timestamp value of the camera - Applies to: GigE.

Visibility: Guru

The feature documentation may provide more information.

variable GevTimestampControlLatchReset#

Pylon::ICommandEx & GevTimestampControlLatchReset;

Resets the timestamp control latch - Applies to: GigE.

Visibility: Guru

The feature documentation may provide more information.

variable GevTimestampControlReset#

Pylon::ICommandEx & GevTimestampControlReset;

Resets the timestamp value of the camera - Applies to: GigE.

Visibility: Guru

The feature documentation may provide more information.

variable GevTimestampValue#

Pylon::IIntegerEx & GevTimestampValue;

Latched value of the timestamp - Applies to: GigE.

Latched value of the timestamp. (The timestamp must first be latched using the Timestamp Control Latch command.)

Visibility: Guru

The feature documentation may provide more information.

variable GevVersionMajor#

Pylon::IIntegerEx & GevVersionMajor;

Major version number of the GigE Vision specification supported by this camera - Applies to: GigE.

Visibility: Guru

The feature documentation may provide more information.

variable GevVersionMinor#

Pylon::IIntegerEx & GevVersionMinor;

Minor version number of the GigE Vision specification supported by this camera - Applies to: GigE.

Visibility: Guru

The feature documentation may provide more information.

variable PixelFormatLegacy#

Pylon::IBooleanEx & PixelFormatLegacy;

Enables legacy pixel format encoding - Applies to: GigE.

Enables legacy GVSP pixel format encoding to ensure compatibility with older camera models.

Visibility: Beginner

The feature documentation may provide more information.

variable ClearLastError#

Pylon::ICommandEx & ClearLastError;

Clears the last error - Applies to: CameraLink, GigE and blaze.

Clears the last error. If a previous error exists, the previous error can still be retrieved.

Visibility: Beginner

The feature documentation may provide more information.

variable DeviceColorPipelineVersion#

Pylon::IIntegerEx & DeviceColorPipelineVersion;

Version of the color modifications applied to images - Applies to: GigE and ace USB.

Visibility: Beginner

The feature documentation may provide more information.

variable DeviceFirmwareVersion#

Pylon::IStringEx & DeviceFirmwareVersion;

Version of the camera's firmware - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Beginner

The feature documentation may provide more information.

variable DeviceManufacturerInfo#

Pylon::IStringEx & DeviceManufacturerInfo;

Additional information from the vendor about the camera - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Beginner

The feature documentation may provide more information.

variable DeviceModelName#

Pylon::IStringEx & DeviceModelName;

Name of the camera model - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Beginner

The feature documentation may provide more information.

variable DeviceReset#

Pylon::ICommandEx & DeviceReset;

Immediately resets and restarts the camera - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Beginner

The feature documentation may provide more information.

variable DeviceScanType#

Pylon::IEnumParameterT< DeviceScanTypeEnums > & DeviceScanType;

Indicates the scan type of the camera's sensor (area or line scan) - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Beginner

The feature documentation may provide more information.

variable DeviceUserID#

Pylon::IStringEx & DeviceUserID;

User-settable ID of the camera - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.

Visibility: Beginner

The feature documentation may provide more information.

variable DeviceVendorName#

Pylon::IStringEx & DeviceVendorName;

Name of the camera vendor - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Beginner

The feature documentation may provide more information.

variable DeviceVersion#

Pylon::IStringEx & DeviceVersion;

Version of the camera - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Beginner

The feature documentation may provide more information.

variable LastError#

Pylon::IEnumParameterT< LastErrorEnums > & LastError;

Indicates the last error code in the memory - Applies to: CameraLink, GigE and blaze.

Indicates the last error code in the memory. To delete the last error code from the list of error codes, use the Clear Last Error command.

Visibility: Beginner

The feature documentation may provide more information.

variable TemperatureState#

Pylon::IEnumParameterT< TemperatureStateEnums > & TemperatureState;

Indicates the temperature state - Applies to: CameraLink, GigE, ace USB and blaze.

Visibility: Beginner

The feature documentation may provide more information.

variable ColorOverexposureCompensationAOIEnable#

Pylon::IBooleanEx & ColorOverexposureCompensationAOIEnable;

Enables color overexposure compensation - Applies to: CameraLink and GigE.

Enables color overexposure compensation.

Visibility: Beginner

Selected by: ColorOverexposureCompensationAOISelector

The feature documentation may provide more information.

variable ColorOverexposureCompensationAOIFactor#

Pylon::IFloatEx & ColorOverexposureCompensationAOIFactor;

Sets the color overexposure compensation factor for the selected C O C AOI - Applies to: CameraLink and GigE.

Sets the color overexposure compensation factor controlling the extent of compensation for the selected C.O.C. AOI.

Visibility: Guru

Selected by: ColorOverexposureCompensationAOISelector

The feature documentation may provide more information.

variable ColorOverexposureCompensationAOIFactorRaw#

Pylon::IIntegerEx & ColorOverexposureCompensationAOIFactorRaw;

Sets the raw value for the color overexposure compensation factor - Applies to: CameraLink and GigE.

Sets the raw value for the color overexposure compensation factor.

Visibility: Guru

Selected by: ColorOverexposureCompensationAOISelector

The feature documentation may provide more information.

variable ColorOverexposureCompensationAOIHeight#

Pylon::IIntegerEx & ColorOverexposureCompensationAOIHeight;

Sets the height for the selected C O C AOI - Applies to: CameraLink and GigE.

Sets the height for the selected Color Overexposure Compensation AOI.

Visibility: Guru

Selected by: ColorOverexposureCompensationAOISelector

The feature documentation may provide more information.

variable ColorOverexposureCompensationAOIOffsetX#

Pylon::IIntegerEx & ColorOverexposureCompensationAOIOffsetX;

Sets the X offset for the selected C O C AOI - Applies to: CameraLink and GigE.

Sets the horizontal offset for the selected Color Overexposure Compensation AOI.

Visibility: Guru

Selected by: ColorOverexposureCompensationAOISelector

The feature documentation may provide more information.

variable ColorOverexposureCompensationAOIOffsetY#

Pylon::IIntegerEx & ColorOverexposureCompensationAOIOffsetY;

Sets the Y offset for the selected C O C AOI - Applies to: CameraLink and GigE.

Sets the vertical offset for the selected Color Overexposure Compensation AOI.

Visibility: Guru

Selected by: ColorOverexposureCompensationAOISelector

The feature documentation may provide more information.

variable ColorOverexposureCompensationAOISelector#

Pylon::IEnumParameterT< ColorOverexposureCompensationAOISelectorEnums > & ColorOverexposureCompensationAOISelector;

Selcts the AOI for color overexposure compensation - Applies to: CameraLink and GigE.

Selcts the area of interest where color overexposure compensation will be performed.

Visibility: Guru

Selecting Parameters: ColorOverexposureCompensationAOIEnable, ColorOverexposureCompensationAOIFactor, ColorOverexposureCompensationAOIFactorRaw, ColorOverexposureCompensationAOIHeight, ColorOverexposureCompensationAOIOffsetX, ColorOverexposureCompensationAOIOffsetY and ColorOverexposureCompensationAOIWidth

The feature documentation may provide more information.

variable ColorOverexposureCompensationAOIWidth#

Pylon::IIntegerEx & ColorOverexposureCompensationAOIWidth;

Sets the width for the selected C O C AOI - Applies to: CameraLink and GigE.

Sets the width for the selected Color Overexposure Compensation AOI.

Visibility: Guru

Selected by: ColorOverexposureCompensationAOISelector

The feature documentation may provide more information.

variable ColorSpace#

Pylon::IEnumParameterT< ColorSpaceEnums > & ColorSpace;

Sets the color space for image acquisitions - Applies to: ace USB.

Sets the color space for image acquisitions. Note that the gamma correction value also influences the perception of brightness in the resulting images.

Visibility: Beginner

The feature documentation may provide more information.

variable ColorTransformationEnable#

Pylon::IBooleanEx & ColorTransformationEnable;

Enables color transformation - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

Selected by: ColorTransformationSelector

The feature documentation may provide more information.

variable ColorTransformationSelector#

Pylon::IEnumParameterT< ColorTransformationSelectorEnums > & ColorTransformationSelector;

Sets which type of color transformation will be performed - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Visibility: Expert

Selecting Parameters: ColorTransformationEnable, ColorTransformationValue, ColorTransformationValueSelector and LightSourceSelector

The feature documentation may provide more information.

variable ColorTransformationValue#

Pylon::IFloatEx & ColorTransformationValue;

Transformation value for the selected element in the color transformation matrix - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Visibility: Expert

Selected by: ColorTransformationSelector and ColorTransformationValueSelector

The feature documentation may provide more information.

variable ColorTransformationValueSelector#

Pylon::IEnumParameterT< ColorTransformationValueSelectorEnums > & ColorTransformationValueSelector;

Sets which element will be entered in the color transformation matrix - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Sets which element will be entered in the color transformation matrix. Depending on the camera model, some elements in the color transformation matrix may be preset and can't be changed.

Visibility: Expert

Selected by: ColorTransformationSelector

Selecting Parameters: ColorTransformationValue and ColorTransformationValueRaw

The feature documentation may provide more information.

variable CounterDuration#

Pylon::IIntegerEx & CounterDuration;

Number of times a sequencer set is used before the Counter End event is generated - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Visibility: Expert

Selected by: CounterSelector

The feature documentation may provide more information.

variable CounterResetActivation#

Pylon::IEnumParameterT< CounterResetActivationEnums > & CounterResetActivation;

Sets which type of signal transition will reset the counter - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Visibility: Beginner

Selected by: CounterSelector

The feature documentation may provide more information.

variable CounterEventActivation#

Pylon::IEnumParameterT< CounterEventActivationEnums > & CounterEventActivation;

Sets the type of signal transition that the counter will count - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Visibility: Expert

Selected by: CounterSelector

The feature documentation may provide more information.

variable CounterStatus#

Pylon::IEnumParameterT< CounterStatusEnums > & CounterStatus;

Returns the current status of the counter - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Visibility: Expert

Selected by: CounterSelector

The feature documentation may provide more information.

variable CounterTriggerActivation#

Pylon::IEnumParameterT< CounterTriggerActivationEnums > & CounterTriggerActivation;

Sets the type of signal transition that will start the counter - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Visibility: Expert

Selected by: CounterSelector

The feature documentation may provide more information.

variable CounterTriggerSource#

Pylon::IEnumParameterT< CounterTriggerSourceEnums > & CounterTriggerSource;

Sets the signal used to start the selected counter - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Sets the signal used to start the selected counter. If you start a counter, it will not necessarily start counting. If and when the counter counts, depends on the Counter Event Source parameter value.

Visibility: Expert

Selected by: CounterSelector

The feature documentation may provide more information.

variable CounterValue#

Pylon::IIntegerEx & CounterValue;

Current value of the counter - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Visibility: Expert

Selected by: CounterSelector

The feature documentation may provide more information.

variable CounterEventSource#

Pylon::IEnumParameterT< CounterEventSourceEnums > & CounterEventSource;

Sets which event increases the currently selected counter - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Visibility: Beginner

Selected by: CounterSelector

The feature documentation may provide more information.

variable CounterReset#

Pylon::ICommandEx & CounterReset;

Immediately resets the selected counter - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Immediately resets the selected counter. The counter starts counting again immediately after the reset.

Visibility: Beginner

Selected by: CounterSelector

The feature documentation may provide more information.

variable CounterResetSource#

Pylon::IEnumParameterT< CounterResetSourceEnums > & CounterResetSource;

Sets which source signal will reset the currently selected counter - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Visibility: Beginner

Selected by: CounterSelector

The feature documentation may provide more information.

variable CounterSelector#

Pylon::IEnumParameterT< CounterSelectorEnums > & CounterSelector;

Sets which counter can be configured - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Sets which counter can be configured. All changes to the counter settings will be applied to the selected counter.

Visibility: Beginner

Selecting Parameters: CounterDuration, CounterEventActivation, CounterEventSource, CounterReset, CounterResetActivation, CounterResetSource, CounterStatus, CounterTriggerActivation, CounterTriggerSource and CounterValue

The feature documentation may provide more information.

variable CriticalTemperature#

Pylon::IBooleanEx & CriticalTemperature;

Indicates whether the critical temperature has been reached - Applies to: CameraLink and GigE.

Visibility: Expert

The feature documentation may provide more information.

variable DeviceID#

Pylon::IStringEx & DeviceID;

ID of the camera - Applies to: CameraLink and GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable OverTemperature#

Pylon::IBooleanEx & OverTemperature;

Indicates whether an over temperature state has been detected - Applies to: CameraLink and GigE.

Visibility: Expert

The feature documentation may provide more information.

variable TemperatureAbs#

Pylon::IFloatEx & TemperatureAbs;

Temperature at the selected location in the camera (in degrees centigrade) - Applies to: CameraLink and GigE.

Temperature at the selected location in the camera (in degrees centigrade). The temperature is measured at the location specified by the Temperature Selector parameter.

Visibility: Expert

Selected by: TemperatureSelector

The feature documentation may provide more information.

variable TemperatureSelector#

Pylon::IEnumParameterT< TemperatureSelectorEnums > & TemperatureSelector;

Sets the location in the camera where the temperature will be measured - Applies to: CameraLink and GigE.

Visibility: Expert

Selecting Parameters: TemperatureAbs

The feature documentation may provide more information.

variable CriticalTemperatureEventStreamChannelIndex#

Pylon::IIntegerEx & CriticalTemperatureEventStreamChannelIndex;

Stream channel index of the Critical Temperature event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable CriticalTemperatureEventTimestamp#

Pylon::IIntegerEx & CriticalTemperatureEventTimestamp;

Timestamp of the Critical Temperature event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable CxpConnectionSelector#

Pylon::IIntegerEx & CxpConnectionSelector;

Sets the CoaXPress physical connection to control - Applies to: boost CoaXPress and boost_V_CoaXPress.

Visibility: Expert

Selecting Parameters: CxpConnectionTestErrorCount, CxpConnectionTestMode, CxpErrorCounterSelector and CxpSendReceiveSelector

The feature documentation may provide more information.

variable CxpConnectionTestErrorCount#

Pylon::IIntegerEx & CxpConnectionTestErrorCount;

Number of test packet connection errors received by the device on the connection selected by the Connection Selector parameter - Applies to: boost CoaXPress and boost_V_CoaXPress.

Visibility: Expert

Selected by: CxpConnectionSelector

The feature documentation may provide more information.

variable CxpConnectionTestMode#

Pylon::IEnumParameterT< CxpConnectionTestModeEnums > & CxpConnectionTestMode;

Sets the test mode for an individual physical connection of the device - Applies to: boost CoaXPress and boost_V_CoaXPress.

Visibility: Expert

Selected by: CxpConnectionSelector

The feature documentation may provide more information.

variable CxpConnectionTestPacketCount#

Pylon::IIntegerEx & CxpConnectionTestPacketCount;

Number of test packets received by the device on the connection selected by the Cxp Connection Selector parameter - Applies to: boost CoaXPress and boost_V_CoaXPress.

Visibility: Expert

Selected by: CxpSendReceiveSelector

The feature documentation may provide more information.

variable CxpErrorCounterReset#

Pylon::ICommandEx & CxpErrorCounterReset;

Resets the selected CoaXPress error counter - Applies to: boost CoaXPress.

Visibility: Expert

Selected by: CxpErrorCounterSelector

The feature documentation may provide more information.

variable CxpErrorCounterSelector#

Pylon::IEnumParameterT< CxpErrorCounterSelectorEnums > & CxpErrorCounterSelector;

Sets which CoaXPress error counter to read or reset - Applies to: boost CoaXPress.

Visibility: Expert

Selected by: CxpConnectionSelector

Selecting Parameters: CxpErrorCounterReset, CxpErrorCounterStatus and CxpErrorCounterValue

The feature documentation may provide more information.

variable CxpErrorCounterStatus#

Pylon::IEnumParameterT< CxpErrorCounterStatusEnums > & CxpErrorCounterStatus;

Indicates the current status of the selected CoaXPress error counter - Applies to: boost CoaXPress.

Visibility: Expert

Selected by: CxpErrorCounterSelector

The feature documentation may provide more information.

variable CxpErrorCounterValue#

Pylon::IIntegerEx & CxpErrorCounterValue;

Current value of the selected CoaXPress error counter - Applies to: boost CoaXPress.

Visibility: Expert

Selected by: CxpErrorCounterSelector

The feature documentation may provide more information.

variable CxpLinkConfiguration#

Pylon::IEnumParameterT< CxpLinkConfigurationEnums > & CxpLinkConfiguration;

Sets the link configuration - Applies to: boost CoaXPress and boost_V_CoaXPress.

Visibility: Beginner

The feature documentation may provide more information.

variable CxpLinkConfigurationPreferred#

Pylon::IEnumParameterT< CxpLinkConfigurationPreferredEnums > & CxpLinkConfigurationPreferred;

Sets the link configuration that allows the device to operate in its default mode - Applies to: boost CoaXPress and boost_V_CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable CxpLinkConfigurationStatus#

Pylon::IEnumParameterT< CxpLinkConfigurationStatusEnums > & CxpLinkConfigurationStatus;

Indicates the link configuration used by the device - Applies to: boost CoaXPress.

Visibility: Beginner

The feature documentation may provide more information.

variable CxpSendReceiveSelector#

Pylon::IEnumParameterT< CxpSendReceiveSelectorEnums > & CxpSendReceiveSelector;

Sets whether the send or the receive features can be configured - Applies to: boost CoaXPress and boost_V_CoaXPress.

Visibility: Expert

Selected by: CxpConnectionSelector

Selecting Parameters: CxpConnectionTestPacketCount

The feature documentation may provide more information.

variable Image1StreamID#

Pylon::IIntegerEx & Image1StreamID;

Stream ID of the first image stream - Applies to: boost CoaXPress and boost_V_CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable Image2StreamID#

Pylon::IIntegerEx & Image2StreamID;

Stream ID of the second image stream - Applies to: boost_V_CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable DemosaicingMode#

Pylon::IEnumParameterT< DemosaicingModeEnums > & DemosaicingMode;

Sets the demosaicing mode - Applies to: GigE and ace USB.

Visibility: Beginner

The feature documentation may provide more information.

variable NoiseReduction#

Pylon::IFloatEx & NoiseReduction;

Amount of noise reduction to be applied - Applies to: ace USB.

Amount of noise reduction to be applied. The higher the value, the less chroma noise will be visible in your images. However, excessively high values may result in image information loss.

Visibility: Beginner

The feature documentation may provide more information.

variable NoiseReductionAbs#

Pylon::IFloatEx & NoiseReductionAbs;

Amount of noise reduction to be applied - Applies to: GigE.

Amount of noise reduction to be applied. The higher the value, the less chroma noise will be visible in your images. However, excessively high values may result in image information loss.

Visibility: Beginner

The feature documentation may provide more information.

variable NoiseReductionRaw#

Pylon::IIntegerEx & NoiseReductionRaw;

Amount of noise reduction to be applied (raw value) - Applies to: GigE.

Amount of noise reduction to be applied (raw value). The higher the value, the less chroma noise will be visible in your images. However, excessively high values may result in image information loss.

Visibility: Beginner

The feature documentation may provide more information.

variable PgiMode#

Pylon::IEnumParameterT< PgiModeEnums > & PgiMode;

Enables Basler PGI image optimizations - Applies to: GigE and ace USB.

Visibility: Beginner

The feature documentation may provide more information.

variable SharpnessEnhancementAbs#

Pylon::IFloatEx & SharpnessEnhancementAbs;

Sharpening value to be applied - Applies to: GigE.

Sharpening value to be applied. The higher the sharpness, the more distinct the image subject's contours will be. However, excessively high values may result in image information loss.

Visibility: Beginner

The feature documentation may provide more information.

variable SharpnessEnhancementRaw#

Pylon::IIntegerEx & SharpnessEnhancementRaw;

Sharpening value to be applied (raw value) - Applies to: GigE.

Sharpening value to be applied (raw value). The higher the sharpness, the more distinct the image subject's contours will be. However, excessively high values may result in image information loss.

Visibility: Beginner

The feature documentation may provide more information.

variable EventActionLate#

Pylon::IIntegerEx & EventActionLate;

Unique identifier of the Action Late event - Applies to: ace 2 GigE.

Unique identifier of the Action Late event. Use this parameter to get notified when the event occurs.

Visibility: Expert

The feature documentation may provide more information.

variable EventActionLateTimestamp#

Pylon::IIntegerEx & EventActionLateTimestamp;

Timestamp of the Action Late event - Applies to: ace 2 GigE.

Timestamp of the Action Late event. An Action Late event is raised when a scheduled action command with a timestamp in the past is received.

Visibility: Expert

The feature documentation may provide more information.

variable EventCriticalTemperature#

Pylon::IIntegerEx & EventCriticalTemperature;

Unique identifier of the Critical Temperature event - Applies to: ace USB.

Unique identifier of the Critical Temperature event. Use this parameter to get notified when the event occurs.

Visibility: Beginner

The feature documentation may provide more information.

variable EventCriticalTemperatureTimestamp#

Pylon::IIntegerEx & EventCriticalTemperatureTimestamp;

Timestamp of the Critical Temperature event - Applies to: ace USB.

Visibility: Beginner

The feature documentation may provide more information.

variable EventExposureEnd#

Pylon::IIntegerEx & EventExposureEnd;

Unique identifier of the Exposure End event - Applies to: ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.

Unique identifier of the Exposure End event. Use this parameter to get notified when the event occurs.

Visibility: Expert

The feature documentation may provide more information.

variable EventExposureEndFrameID#

Pylon::IIntegerEx & EventExposureEndFrameID;

Frame ID of the Exposure End event - Applies to: ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.

Visibility: Expert

The feature documentation may provide more information.

variable EventExposureEndTimestamp#

Pylon::IIntegerEx & EventExposureEndTimestamp;

Timestamp of the Exposure End event - Applies to: ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.

Visibility: Expert

The feature documentation may provide more information.

variable EventFrameBufferOverrun#

Pylon::IIntegerEx & EventFrameBufferOverrun;

Unique identifier of the Frame Buffer Overrun event - Applies to: ace 2 GigE and ace 2 USB.

Visibility: Expert

The feature documentation may provide more information.

variable EventFrameBufferOverrunTimestamp#

Pylon::IIntegerEx & EventFrameBufferOverrunTimestamp;

Timestamp of the Frame Buffer Overrun event - Applies to: ace 2 GigE and ace 2 USB.

Visibility: Expert

The feature documentation may provide more information.

variable EventFrameBurstStart#

Pylon::IIntegerEx & EventFrameBurstStart;

Unique identifier of the Frame Burst Start event - Applies to: ace USB.

Unique identifier of the Frame Burst Start event. Use this parameter to get notified when the event occurs.

Visibility: Expert

The feature documentation may provide more information.

variable EventFrameBurstStartFrameID#

Pylon::IIntegerEx & EventFrameBurstStartFrameID;

Frame ID of the Frame Burst Start event - Applies to: ace USB.

Visibility: Expert

The feature documentation may provide more information.

variable EventFrameBurstStartTimestamp#

Pylon::IIntegerEx & EventFrameBurstStartTimestamp;

Timestamp of the Frame Burst Start event - Applies to: ace USB.

Visibility: Expert

The feature documentation may provide more information.

variable EventFrameBurstStartOvertrigger#

Pylon::IIntegerEx & EventFrameBurstStartOvertrigger;

Unique identifier of the Frame Burst Start Overtrigger event - Applies to: ace USB.

Unique identifier of the Frame Burst Start Overtrigger event. Use this parameter to get notified when the event occurs.

Visibility: Expert

The feature documentation may provide more information.

variable EventFrameBurstStartOvertriggerFrameID#

Pylon::IIntegerEx & EventFrameBurstStartOvertriggerFrameID;

Frame ID of the Frame Burst Start Overtrigger event - Applies to: ace USB.

Visibility: Expert

The feature documentation may provide more information.

variable EventFrameBurstStartOvertriggerTimestamp#

Pylon::IIntegerEx & EventFrameBurstStartOvertriggerTimestamp;

Timestamp of the Frame Burst Start Overtrigger event - Applies to: ace USB.

Visibility: Expert

The feature documentation may provide more information.

variable EventFrameBurstStartWait#

Pylon::IIntegerEx & EventFrameBurstStartWait;

Unique identifier of the Frame Burst Start Wait event - Applies to: ace USB.

Unique identifier of the Frame Burst Start Wait event. Use this parameter to get notified when the event occurs.

Visibility: Beginner

The feature documentation may provide more information.

variable EventFrameBurstStartWaitTimestamp#

Pylon::IIntegerEx & EventFrameBurstStartWaitTimestamp;

Timestamp of the Frame Burst Start Wait event - Applies to: ace USB.

Visibility: Beginner

The feature documentation may provide more information.

variable EventFrameStart#

Pylon::IIntegerEx & EventFrameStart;

Unique identifier of the Frame Start event - Applies to: ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.

Unique identifier of the Frame Start event. Use this parameter to get notified when the event occurs.

Visibility: Expert

The feature documentation may provide more information.

variable EventFrameStartFrameID#

Pylon::IIntegerEx & EventFrameStartFrameID;

Frame ID of the Frame Start event - Applies to: ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.

Visibility: Expert

The feature documentation may provide more information.

variable EventFrameStartTimestamp#

Pylon::IIntegerEx & EventFrameStartTimestamp;

Timestamp of the Frame Start event - Applies to: ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.

Visibility: Expert

The feature documentation may provide more information.

variable EventFrameStartOvertrigger#

Pylon::IIntegerEx & EventFrameStartOvertrigger;

Unique identifier of the Frame Start Overtrigger event - Applies to: ace USB.

Unique identifier of the Frame Start Overtrigger event. Use this parameter to get notified when the event occurs.

Visibility: Expert

The feature documentation may provide more information.

variable EventFrameStartOvertriggerFrameID#

Pylon::IIntegerEx & EventFrameStartOvertriggerFrameID;

Frame ID of the Frame Start Overtrigger event - Applies to: ace USB.

Visibility: Expert

The feature documentation may provide more information.

variable EventFrameStartOvertriggerTimestamp#

Pylon::IIntegerEx & EventFrameStartOvertriggerTimestamp;

Timestamp of the Frame Start Overtrigger event - Applies to: ace USB.

Visibility: Expert

The feature documentation may provide more information.

variable EventFrameStartWait#

Pylon::IIntegerEx & EventFrameStartWait;

Unique identifier of the Frame Start Wait event - Applies to: ace USB.

Unique identifier of the Frame Start Wait event. Use this parameter to get notified when the event occurs.

Visibility: Beginner

The feature documentation may provide more information.

variable EventFrameStartWaitTimestamp#

Pylon::IIntegerEx & EventFrameStartWaitTimestamp;

Timestamp of the Frame Start Wait event - Applies to: ace USB.

Visibility: Beginner

The feature documentation may provide more information.

variable EventFrameTriggerMissed#

Pylon::IIntegerEx & EventFrameTriggerMissed;

Unique identifier of the Frame Trigger Missed event - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.

Unique identifier of the Frame Trigger Missed event. Use this parameter to get notified when the event occurs.

Visibility: Expert

The feature documentation may provide more information.

variable EventFrameTriggerMissedTimestamp#

Pylon::IIntegerEx & EventFrameTriggerMissedTimestamp;

Timestamp of the Frame Trigger Missed event - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.

Visibility: Expert

The feature documentation may provide more information.

variable EventNotification#

Pylon::IEnumParameterT< EventNotificationEnums > & EventNotification;

Enables event notifications for the currently selected event - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.

Enables event notifications for the currently selected event. The event can selected using the Event Selector parameter.

Visibility: Beginner

Selected by: EventSelector

The feature documentation may provide more information.

variable EventSelector#

Pylon::IEnumParameterT< EventSelectorEnums > & EventSelector;

Sets the event notification to be enabled - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB and dart 2 USB.

Sets the event notification to be enabled. The notification can be enabled using the Event Notification parameter.

Visibility: Beginner

Selecting Parameters: EventNotification

The feature documentation may provide more information.

variable EventOverTemperature#

Pylon::IIntegerEx & EventOverTemperature;

Unique identifier of the Over Temperature event - Applies to: ace USB.

Unique identifier of the Over Temperature event. Use this parameter to get notified when the event occurs.

Visibility: Beginner

The feature documentation may provide more information.

variable EventOverTemperatureTimestamp#

Pylon::IIntegerEx & EventOverTemperatureTimestamp;

Timestamp of the Over Temperature event - Applies to: ace USB.

Visibility: Beginner

The feature documentation may provide more information.

variable EventOverrun#

Pylon::IIntegerEx & EventOverrun;

Unique identifier of the Event Overrun event - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.

Unique identifier of the Event Overrun event. Use this parameter to get notified when the event occurs.

Visibility: Expert

The feature documentation may provide more information.

variable EventOverrunTimestamp#

Pylon::IIntegerEx & EventOverrunTimestamp;

Timestamp of the Event Overrun event - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.

Visibility: Expert

The feature documentation may provide more information.

variable EventOverrunEventFrameID#

Pylon::IIntegerEx & EventOverrunEventFrameID;

Frame ID of the Event Overrun event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable EventOverrunEventStreamChannelIndex#

Pylon::IIntegerEx & EventOverrunEventStreamChannelIndex;

Stream channel index of the Event Overrun event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable EventOverrunEventTimestamp#

Pylon::IIntegerEx & EventOverrunEventTimestamp;

Timestamp of the Event Overrun event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable EventTemperatureStatusChanged#

Pylon::IIntegerEx & EventTemperatureStatusChanged;

Unique identifier of the Temperature Status Changed event - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.

Unique identifier of the Temperature Status Changed event. Use this parameter to get notified when the event occurs.

Visibility: Expert

The feature documentation may provide more information.

variable EventTemperatureStatusChangedStatus#

Pylon::IEnumParameterT< EventTemperatureStatusChangedStatusEnums > & EventTemperatureStatusChangedStatus;

New temperature status that applies after the Temperature Status Changed event was raised - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.

Visibility: Beginner

The feature documentation may provide more information.

variable EventTemperatureStatusChangedTimestamp#

Pylon::IIntegerEx & EventTemperatureStatusChangedTimestamp;

Timestamp of the Temperature Status Changed event - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.

Visibility: Expert

The feature documentation may provide more information.

variable EventTest#

Pylon::IIntegerEx & EventTest;

Unique identifier of the Test event - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.

Unique identifier of the Test event. Use this parameter to get notified when the event occurs.

Visibility: Expert

The feature documentation may provide more information.

variable EventTestTimestamp#

Pylon::IIntegerEx & EventTestTimestamp;

Timestamp of the test event - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.

Visibility: Expert

The feature documentation may provide more information.

variable ExpertFeatureAccessKey#

Pylon::IIntegerEx & ExpertFeatureAccessKey;

Key for making the selected expert feature available - Applies to: CameraLink, GigE and ace USB.

Visibility: Guru

Selected by: ExpertFeatureAccessSelector

The feature documentation may provide more information.

variable ExpertFeatureAccessSelector#

Pylon::IEnumParameterT< ExpertFeatureAccessSelectorEnums > & ExpertFeatureAccessSelector;

Sets the expert feature to be made available - Applies to: CameraLink, GigE and ace USB.

Sets the expert feature to be made available. All changes will be applied to the selected feature.

Visibility: Guru

Selecting Parameters: ExpertFeatureAccessKey and ExpertFeatureEnable

The feature documentation may provide more information.

variable ExpertFeatureEnable#

Pylon::IBooleanEx & ExpertFeatureEnable;

Enables the currently selected expert feature - Applies to: CameraLink, GigE and ace USB.

Visibility: Guru

Selected by: ExpertFeatureAccessSelector

The feature documentation may provide more information.

variable ExposureEndEventFrameID#

Pylon::IIntegerEx & ExposureEndEventFrameID;

Frame ID of the Exposure End event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ExposureEndEventStreamChannelIndex#

Pylon::IIntegerEx & ExposureEndEventStreamChannelIndex;

Stream channel index of the Exposure End event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ExposureEndEventTimestamp#

Pylon::IIntegerEx & ExposureEndEventTimestamp;

Timestamp of the Exposure End event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable FastMode#

Pylon::IBooleanEx & FastMode;

Enables the fast mode - Applies to: blaze.

The fast mode can be used to achieve the maximum frame rate, but this reduces image quality and measurement accuracy.

Visibility: Beginner

The feature documentation may provide more information.

variable MultiCameraChannel#

Pylon::IIntegerEx & MultiCameraChannel;

Operating channel of the camera - Applies to: blaze.

Operating channel of the camera. In multi-camera setups, use a different channel on each camera. This ensures that the cameras are operating at different frequencies and their light sources will not interfere with the other cameras' light sources.

Visibility: Expert

The feature documentation may provide more information.

variable OperatingMode#

Pylon::IEnumParameterT< OperatingModeEnums > & OperatingMode;

Sets the operating mode of the camera - Applies to: blaze.

Sets the operating mode of the camera. The choice you make here, affects the working range of the camera, i.e., the Minimum Working Range and Maximum Working Range parameters. If the operating mode is changed, the exposure time is set to the recommended default value.

Visibility: Beginner

The feature documentation may provide more information.

variable Scan3dAxisMax#

Pylon::IFloatEx & Scan3dAxisMax;

Maximum valid transmitted coordinate value of the selected Axis - Applies to: blaze.

Visibility: Expert

Selected by: Scan3dCoordinateSelector

The feature documentation may provide more information.

variable Scan3dAxisMin#

Pylon::IFloatEx & Scan3dAxisMin;

Minimum valid transmitted coordinate value of the selected Axis - Applies to: blaze.

Visibility: Expert

Selected by: Scan3dCoordinateSelector

The feature documentation may provide more information.

variable Scan3dCalibrationOffset#

Pylon::IFloatEx & Scan3dCalibrationOffset;

Adds an offset to the measured distance - Applies to: blaze.

This parameter allows you to adjust the internal camera calibration. The offset specified by Scan3dCalibrationOffset is added to the radial distances the camera measures. The camera transforms the radial distances into x, y, z coordinates in a Cartesian coordinate system whose origin lies in the camera's optical center. The Scan3dCalibrationOffset parameter can be used to manually correct a temperature-dependent drift. Note: Since Scan3dCalibrationOffset is added to the radial distances, it can't be used to translate the origin of the coordinate system, i.e., it can't be used to add a constant offset to the z coordinate. Specifically, you should not use it in an attempt to shift the origin of the camera's coordinate system from the optical center to the front of the camera housing. Trying to do so will result in measurement errors causing planar surfaces to appear curved.

      Visibility: Expert

      The <a href="https://docs.baslerweb.com/?rhcsh=1&rhmapid=Scan3dCalibrationOffset" target="_blank">feature documentation</a> may provide more information.```


### variable Scan3dCoordinateOffset

```cpp
Pylon::IFloatEx & Scan3dCoordinateOffset;

Offset when transforming a pixel from relative coordinates to world coordinates - Applies to: blaze.

Visibility: Expert

Selected by: Scan3dCoordinateSelector

The feature documentation may provide more information.

variable Scan3dCoordinateScale#

Pylon::IFloatEx & Scan3dCoordinateScale;

Scale factor when transforming a pixel from relative coordinates to world coordinates - Applies to: blaze.

Visibility: Expert

Selected by: Scan3dCoordinateSelector

The feature documentation may provide more information.

variable Scan3dCoordinateSelector#

Pylon::IEnumParameterT< Scan3dCoordinateSelectorEnums > & Scan3dCoordinateSelector;

Selects the individual coordinates in the vectors for 3D information/transformation - Applies to: blaze.

Visibility: Expert

Selecting Parameters: Scan3dAxisMax, Scan3dAxisMin, Scan3dCoordinateOffset, Scan3dCoordinateScale, Scan3dInvalidDataFlag and Scan3dInvalidDataValue

The feature documentation may provide more information.

variable Scan3dCoordinateSystem#

Pylon::IEnumParameterT< Scan3dCoordinateSystemEnums > & Scan3dCoordinateSystem;

Specifies the Coordinate system to use for the device - Applies to: blaze.

Visibility: Expert

The feature documentation may provide more information.

variable Scan3dCoordinateSystemReference#

Pylon::IEnumParameterT< Scan3dCoordinateSystemReferenceEnums > & Scan3dCoordinateSystemReference;

Defines coordinate system reference location - Applies to: blaze.

Visibility: Expert

The feature documentation may provide more information.

variable Scan3dDistanceUnit#

Pylon::IEnumParameterT< Scan3dDistanceUnitEnums > & Scan3dDistanceUnit;

Specifies the unit used when delivering (calibrated) distance data - Applies to: blaze.

Visibility: Expert

The feature documentation may provide more information.

variable Scan3dFocalLength#

Pylon::IFloatEx & Scan3dFocalLength;

Returns the focal length of the camera in pixel - Applies to: blaze.

Returns the focal length of the camera in pixel. The focal length depends on the selected region. The value of this feature takes into account horizontal binning, decimation, or any other function changing the image resolution.

Visibility: Expert

The feature documentation may provide more information.

variable Scan3dInvalidDataFlag#

Pylon::IBooleanEx & Scan3dInvalidDataFlag;

Enables the definition of a non-valid flag value in the data stream - Applies to: blaze.

Enables the definition of a non-valid flag value in the data stream. Note that the confidence output is an alternate recommended way to identify non-valid pixels. Using an Scan3dInvalidDataValue may give processing penalties due to special handling.

Visibility: Expert

Selected by: Scan3dCoordinateSelector

The feature documentation may provide more information.

variable Scan3dInvalidDataValue#

Pylon::IFloatEx & Scan3dInvalidDataValue;

Value which identifies a non-valid pixel if Scan3dInvalidDataFlag is enabled - Applies to: blaze.

Visibility: Expert

Selected by: Scan3dCoordinateSelector

The feature documentation may provide more information.

variable Scan3dOutputMode#

Pylon::IEnumParameterT< Scan3dOutputModeEnums > & Scan3dOutputMode;

Controls the Calibration and data organization of the device and the coordinates transmitted - Applies to: blaze.

Visibility: Expert

The feature documentation may provide more information.

variable Scan3dPrincipalPointU#

Pylon::IFloatEx & Scan3dPrincipalPointU;

Returns the value of the horizontal position of the principal point, relative to the region origin, i e - Applies to: blaze.

Returns the value of the horizontal position of the principal point, relative to the region origin, i.e. OffsetX. The value of this feature takes into account horizontal binning, decimation, or any other function changing the image resolution.

Visibility: Expert

The feature documentation may provide more information.

variable Scan3dPrincipalPointV#

Pylon::IFloatEx & Scan3dPrincipalPointV;

Returns the value of the vertical position of the principal point, relative to the region origin, i e - Applies to: blaze.

Returns the value of the vertical position of the principal point, relative to the region origin, i.e. OffsetY. The value of this feature takes into account vertical binning, decimation, or any other function changing the image resolution.

Visibility: Expert

The feature documentation may provide more information.

variable ZOffsetOriginToCameraFront#

Pylon::IFloatEx & ZOffsetOriginToCameraFront;

Distance between the origin of the z axis to the front of the camera housing - Applies to: blaze.

Distance between the origin of the z axis to the front of the camera housing. Due to mechanical tolerances, this offset is device-specific and needs to be taken into account when measuring absolute distances.

Visibility: Expert

The feature documentation may provide more information.

variable FeatureSet#

Pylon::IEnumParameterT< FeatureSetEnums > & FeatureSet;

Sets the default GenICam XML file - Applies to: CameraLink and GigE.

Sets the default GenICam XML file. If the camera has multiple GenICam XML files, this parameter determines which of them is accessible to non-manifest-aware software.

Visibility: Guru

The feature documentation may provide more information.

variable FieldOutputMode#

Pylon::IEnumParameterT< FieldOutputModeEnums > & FieldOutputMode;

Selects the mode to output the fields - Applies to: CameraLink and GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable PixelCoding#

Pylon::IEnumParameterT< PixelCodingEnums > & PixelCoding;

Sets the color coding of the pixels in the acquired images - Applies to: CameraLink and GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ProcessedRawEnable#

Pylon::IBooleanEx & ProcessedRawEnable;

Enables the output of color-improved raw image data - Applies to: CameraLink and GigE.

Enables the output of color-improved raw image data. If enabled, color transformation and color adjustment will be applied to Bayer pixel formats.

Visibility: Expert

The feature documentation may provide more information.

variable SensorBitDepth#

Pylon::IEnumParameterT< SensorBitDepthEnums > & SensorBitDepth;

Amount of data bits the sensor produces for one sample - Applies to: CameraLink and GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable SensorDigitizationTaps#

Pylon::IEnumParameterT< SensorDigitizationTapsEnums > & SensorDigitizationTaps;

This feature represents the number of digitized samples outputted simultaneously by the camera A/D conversion stage - Applies to: CameraLink and GigE.

This feature represents the number of digitized samples output simultaneously by the camera A/D conversion stage.

Visibility: Beginner

The feature documentation may provide more information.

variable SpatialCorrection#

Pylon::IIntegerEx & SpatialCorrection;

Correction factor to account for the gaps between the sensor's lines - Applies to: CameraLink and GigE.

Correction factor to account for the gaps between the sensor's lines. Related line captures will be combined. Positive values: The object will pass the top sensor line first. Negative values: The object will pass the bottom sensor line first. In color cameras, the top sensor line is the green line, and the bottom sensor line is the blue line.

Visibility: Beginner

The feature documentation may provide more information.

variable FileAccessBuffer#

Pylon::IRegisterEx & FileAccessBuffer;

Access buffer for file operations - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Access buffer for file operations. Basler advises against using this parameter. Use the appropriate feature for file access operations instead.

Visibility: Guru

Selected by: FileSelector

The feature documentation may provide more information.

variable FileAccessLength#

Pylon::IIntegerEx & FileAccessLength;

Number of bytes read from the file into the file access buffer or written to the file from the file access buffer - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Number of bytes read from the file into the file access buffer or written to the file from the file access buffer. Basler advises against using this parameter. Use the appropriate feature for file access operations instead.

Visibility: Guru

Selected by: FileOperationSelector and FileSelector

The feature documentation may provide more information.

variable FileAccessOffset#

Pylon::IIntegerEx & FileAccessOffset;

Number of bytes after which FileAccessLength bytes are read from the file into the file access buffer or are written to the file from the file access buffer - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Number of bytes after which FileAccessLength bytes are read from the file into the file access buffer or are written to the file from the file access buffer. Basler advises against using this parameter. Use the appropriate feature for file access operations instead.

Visibility: Guru

Selected by: FileOperationSelector and FileSelector

The feature documentation may provide more information.

variable FileOpenMode#

Pylon::IEnumParameterT< FileOpenModeEnums > & FileOpenMode;

Sets the access mode in which a file is opened in the camera - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Sets the access mode in which a file is opened in the camera. Basler advises against using this parameter. Use the appropriate feature for file access operations instead.

Visibility: Beginner

Selected by: FileSelector

The feature documentation may provide more information.

variable FileOperationExecute#

Pylon::ICommandEx & FileOperationExecute;

Executes the operation selected by File Operation Selector parameter - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Executes the operation selected by File Operation Selector parameter. Basler advises against using this parameter. Use the appropriate feature for file access operations instead.

Visibility: Guru

Selected by: FileOperationSelector and FileSelector

The feature documentation may provide more information.

variable FileOperationResult#

Pylon::IIntegerEx & FileOperationResult;

File operation result - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

File operation result. Basler advises against using this parameter. Use the appropriate feature for file access operations instead.

Visibility: Guru

Selected by: FileOperationSelector and FileSelector

The feature documentation may provide more information.

variable FileOperationSelector#

Pylon::IEnumParameterT< FileOperationSelectorEnums > & FileOperationSelector;

Sets the target operation for the currently selected file - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Sets the target operation for the currently selected file. Basler advises against using this parameter. Use the appropriate feature for file access operations instead.

Visibility: Guru

Selected by: FileSelector

Selecting Parameters: FileAccessLength, FileAccessOffset, FileOperationExecute, FileOperationResult and FileOperationStatus

The feature documentation may provide more information.

variable FileOperationStatus#

Pylon::IEnumParameterT< FileOperationStatusEnums > & FileOperationStatus;

Indicates the file operation execution status - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Indicates the file operation execution status. Basler advises against using this parameter. Use the appropriate feature for file access operations instead.

Visibility: Guru

Selected by: FileOperationSelector and FileSelector

The feature documentation may provide more information.

variable FileSelector#

Pylon::IEnumParameterT< FileSelectorEnums > & FileSelector;

Sets the target file in the camera - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Sets the target file in the camera. Basler advises against using this parameter. Use the appropriate feature for file access operations instead.

Visibility: Guru

Selecting Parameters: FileAccessBuffer, FileAccessLength, FileAccessOffset, FileOpenMode, FileOperationExecute, FileOperationResult, FileOperationSelector, FileOperationStatus and FileSize

The feature documentation may provide more information.

variable FileSize#

Pylon::IIntegerEx & FileSize;

Size of the currently selected file in bytes - Applies to: CameraLink, GigE and ace USB.

Size of the currently selected file in bytes. Basler advises against using this parameter. Use the appropriate feature for file access operations instead.

Visibility: Guru

Selected by: FileSelector

The feature documentation may provide more information.

variable FrameStartEventStreamChannelIndex#

Pylon::IIntegerEx & FrameStartEventStreamChannelIndex;

Stream channel index of the Frame Start event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable FrameStartEventTimestamp#

Pylon::IIntegerEx & FrameStartEventTimestamp;

Timestamp of the Frame Start event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable FrameStartOvertriggerEventStreamChannelIndex#

Pylon::IIntegerEx & FrameStartOvertriggerEventStreamChannelIndex;

Stream channel index of the Frame Start Overtrigger event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable FrameStartOvertriggerEventTimestamp#

Pylon::IIntegerEx & FrameStartOvertriggerEventTimestamp;

Timestamp of the Frame Start Overtrigger event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable FrameStartWaitEventStreamChannelIndex#

Pylon::IIntegerEx & FrameStartWaitEventStreamChannelIndex;

Stream channel index of the Frame Start Wait event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable FrameStartWaitEventTimestamp#

Pylon::IIntegerEx & FrameStartWaitEventTimestamp;

Timestamp of the Frame Start Wait event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable FrameTimeoutEventStreamChannelIndex#

Pylon::IIntegerEx & FrameTimeoutEventStreamChannelIndex;

Stream channel index of the Frame Timeout event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable FrameTimeoutEventTimestamp#

Pylon::IIntegerEx & FrameTimeoutEventTimestamp;

Timestamp of the Frame Timeout event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable FrameWaitEventStreamChannelIndex#

Pylon::IIntegerEx & FrameWaitEventStreamChannelIndex;

Stream channel index of the Frame Wait event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable FrameWaitEventTimestamp#

Pylon::IIntegerEx & FrameWaitEventTimestamp;

Timestamp of the Frame Wait event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable FrequencyConverterInputSource#

Pylon::IEnumParameterT< FrequencyConverterInputSourceEnums > & FrequencyConverterInputSource;

Sets the input source - Applies to: CameraLink and GigE.

Sets the input source for the frequency converter module.

Visibility: Expert

The feature documentation may provide more information.

variable FrequencyConverterMultiplier#

Pylon::IIntegerEx & FrequencyConverterMultiplier;

Multiplication factor to be applied to the input signal frequency - Applies to: CameraLink and GigE.

Multiplication factor to be applied to the input signal frequency. The multiplication factor allows the generation of signals at higher frequencies.

Visibility: Expert

The feature documentation may provide more information.

variable FrequencyConverterPostDivider#

Pylon::IIntegerEx & FrequencyConverterPostDivider;

Post-divider value to decrease input signal frequency - Applies to: CameraLink and GigE.

Post-divider value to decrease input signal frequency. Determines the frequency with which input signals received from the multiplier sub-module are passed on.

Visibility: Expert

The feature documentation may provide more information.

variable FrequencyConverterPreDivider#

Pylon::IIntegerEx & FrequencyConverterPreDivider;

Pre-divider value to decrease signal frequency - Applies to: CameraLink and GigE.

Pre-divider value to decrease signal frequency. Determines the frequency with which input signals are passed to the multiplier sub-module.

Visibility: Expert

The feature documentation may provide more information.

variable FrequencyConverterPreventOvertrigger#

Pylon::IBooleanEx & FrequencyConverterPreventOvertrigger;

Enables overtriggering protection - Applies to: CameraLink and GigE.

Enables overtriggering protection. This ensures that the multiplier sub-module doesn't generate too many signals within a certain amount of time.

Visibility: Guru

The feature documentation may provide more information.

variable FrequencyConverterSignalAlignment#

Pylon::IEnumParameterT< FrequencyConverterSignalAlignmentEnums > & FrequencyConverterSignalAlignment;

Sets the signal transition relationships between received and generated signals - Applies to: CameraLink and GigE.

Sets the signal transition relationships between the signals received from the pre-divider sub-module and the signals generated by the multiplier sub-module.

Visibility: Expert

The feature documentation may provide more information.

variable GevCurrentDefaultGateway#

Pylon::IIntegerEx & GevCurrentDefaultGateway;

Current default gateway of the selected network interface - Applies to: GigE and blaze.

Visibility: Beginner

Selected by: GevInterfaceSelector

The feature documentation may provide more information.

variable GevCurrentIPAddress#

Pylon::IIntegerEx & GevCurrentIPAddress;

Current IP address of the selected network interface - Applies to: GigE and blaze.

Visibility: Beginner

Selected by: GevInterfaceSelector

The feature documentation may provide more information.

variable GevCurrentSubnetMask#

Pylon::IIntegerEx & GevCurrentSubnetMask;

Current subnet mask of the selected network interface - Applies to: GigE and blaze.

Visibility: Beginner

Selected by: GevInterfaceSelector

The feature documentation may provide more information.

variable GevGVSPExtendedIDMode#

Pylon::IEnumParameterT< GevGVSPExtendedIDModeEnums > & GevGVSPExtendedIDMode;

Sets the Extended ID mode for GVSP - Applies to: GigE and ace 2 GigE.

Sets the Extended ID mode for GVSP (64-bit block ID, 32-bit packet ID). This bit can't be reset if the stream channels do not support the standard ID mode.

Visibility: Expert

Selected by: GevStreamChannelSelector

The feature documentation may provide more information.

variable GevMACAddress#

Pylon::IIntegerEx & GevMACAddress;

MAC address of the selected network interface - Applies to: GigE and blaze.

Visibility: Beginner

Selected by: GevInterfaceSelector

The feature documentation may provide more information.

variable GevPersistentDefaultGateway#

Pylon::IIntegerEx & GevPersistentDefaultGateway;

Fixed default gateway of the selected network interface - Applies to: GigE and blaze.

Fixed default gateway of the selected network interface (if fixed IP addressing is supported by the camera and enabled).

Visibility: Beginner

Selected by: GevInterfaceSelector

The feature documentation may provide more information.

variable GevPersistentIPAddress#

Pylon::IIntegerEx & GevPersistentIPAddress;

Fixed IP address of the selected network interface - Applies to: GigE and blaze.

Fixed IP address of the selected network interface (if fixed IP addressing is supported by the camera and enabled).

Visibility: Beginner

Selected by: GevInterfaceSelector

The feature documentation may provide more information.

variable GevPersistentSubnetMask#

Pylon::IIntegerEx & GevPersistentSubnetMask;

Fixed subnet mask of the selected network interface - Applies to: GigE and blaze.

Fixed subnet mask of the selected network interface (if fixed IP addressing is supported by the camera and enabled).

Visibility: Beginner

Selected by: GevInterfaceSelector

The feature documentation may provide more information.

variable GevSCBWR#

Pylon::IIntegerEx & GevSCBWR;

Percentage of the Ethernet bandwidth assigned to the camera to be held in reserve - Applies to: CamEmu, GigE and ace 2 GigE.

Percentage of the Ethernet bandwidth assigned to the camera to be held in reserve for packet resends and for the transmission of control data between the camera and the host computer. The setting is expressed as a percentage of the Bandwidth Assigned parameter. For example, if the Bandwidth Assigned parameter indicates that 30 MBytes/s have been assigned to the camera and the Bandwidth Reserve parameter is set to 5 %, the bandwidth reserve will be 1.5 MBytes/s.

Visibility: Expert

Selected by: GevStreamChannelSelector

The feature documentation may provide more information.

variable GevSCBWRA#

Pylon::IIntegerEx & GevSCBWRA;

Multiplier for the Bandwidth Reserve parameter - Applies to: CamEmu, GigE and ace 2 GigE.

Multiplier for the Bandwidth Reserve parameter. The multiplier is used to establish an extra pool of reserved bandwidth that can be used if an unusually large burst of packet resends is needed.

Visibility: Expert

Selected by: GevStreamChannelSelector

The feature documentation may provide more information.

variable GevSCFTD#

Pylon::IIntegerEx & GevSCFTD;

Frame transmission delay on the selected stream channel - Applies to: CamEmu, GigE and ace 2 GigE.

Frame transmission delay on the selected stream channel (in ticks). This value sets a delay before transmitting the acquired image.

Visibility: Expert

Selected by: GevStreamChannelSelector

The feature documentation may provide more information.

variable GevSCPD#

Pylon::IIntegerEx & GevSCPD;

Delay between the transmission of each packet on the selected stream channel - Applies to: CamEmu, GigE and ace 2 GigE.

Delay between the transmission of each packet on the selected stream channel. The delay is measured in ticks.

Visibility: Beginner

Selected by: GevStreamChannelSelector

The feature documentation may provide more information.

variable GevSCPSPacketSize#

Pylon::IIntegerEx & GevSCPSPacketSize;

Packet size in bytes on the selected stream channel Excludes data leader and data trailer - Applies to: CamEmu, GigE, ace 2 GigE and blaze.

Packet size in bytes on the selected stream channel. Excludes data leader and data trailer. (The last packet may be smaller because the packet size is not necessarily a multiple of the block size of the stream channel.)

Visibility: Beginner

Selected by: GevStreamChannelSelector

The feature documentation may provide more information.

variable GevTimestampTickFrequency#

Pylon::IIntegerEx & GevTimestampTickFrequency;

Number of timestamp clock ticks in 1 second - Applies to: GigE, ace 2 GigE and blaze.

Visibility: Beginner

The feature documentation may provide more information.

variable HeightMax#

Pylon::IIntegerEx & HeightMax;

Maximum height of the region of interest (area of interest) in pixels - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Maximum height of the region of interest (area of interest) in pixels. The value takes into account any features that may limit the maximum height, e.g., binning.

Visibility: Beginner

The feature documentation may provide more information.

variable SensorHeight#

Pylon::IIntegerEx & SensorHeight;

Height of the camera's sensor in pixels - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Beginner

The feature documentation may provide more information.

variable SensorWidth#

Pylon::IIntegerEx & SensorWidth;

Width of the camera's sensor in pixels - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Beginner

The feature documentation may provide more information.

variable WidthMax#

Pylon::IIntegerEx & WidthMax;

Maximum width of the region of interest (area of interest) in pixels - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Maximum width of the region of interest (area of interest) in pixels. The value takes into account any function that may limit the maximum width.

Visibility: Beginner

The feature documentation may provide more information.

variable LUTEnable#

Pylon::IBooleanEx & LUTEnable;

Enables the selected lookup table (LUT) - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Visibility: Beginner

Selected by: LUTSelector

The feature documentation may provide more information.

variable LUTIndex#

Pylon::IIntegerEx & LUTIndex;

Pixel value to be replaced with the LUT Value pixel value - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Visibility: Beginner

Selected by: LUTSelector

Selecting Parameters: LUTValue

The feature documentation may provide more information.

variable LUTSelector#

Pylon::IEnumParameterT< LUTSelectorEnums > & LUTSelector;

Sets the lookup table (LUT) to be configured - Applies to: CameraLink, GigE and ace USB.

Sets the lookup table (LUT) to be configured. All changes to the LUT settings will be applied to the selected LUT.

Visibility: Beginner

Selecting Parameters: LUTEnable, LUTIndex, LUTValue and LUTValueAll

The feature documentation may provide more information.

variable LUTValue#

Pylon::IIntegerEx & LUTValue;

New pixel value to replace the LUT Index pixel value - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Visibility: Beginner

Selected by: LUTIndex and LUTSelector

The feature documentation may provide more information.

variable LUTValueAll#

Pylon::IRegisterEx & LUTValueAll;

A single register that lets you access all LUT entries - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

A single register that lets you access all LUT entries. In many cases, this is faster than repeatedly changing individual entries in the LUT.

Visibility: Beginner

Selected by: LUTSelector

The feature documentation may provide more information.

variable LateActionEventStreamChannelIndex#

Pylon::IIntegerEx & LateActionEventStreamChannelIndex;

Stream channel index of the Action Late event - Applies to: GigE.

Stream channel index of the Action Late event. An Action Late event is raised when a scheduled action command with a timestamp in the past is received.

Visibility: Beginner

The feature documentation may provide more information.

variable LateActionEventTimestamp#

Pylon::IIntegerEx & LateActionEventTimestamp;

Timestamp of the Action Late event - Applies to: GigE.

Timestamp of the Action Late event. An Action Late event is raised when a scheduled action command with a timestamp in the past is received.

Visibility: Beginner

The feature documentation may provide more information.

variable Line1RisingEdgeEventStreamChannelIndex#

Pylon::IIntegerEx & Line1RisingEdgeEventStreamChannelIndex;

Stream channel index of the Line 1 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable Line1RisingEdgeEventTimestamp#

Pylon::IIntegerEx & Line1RisingEdgeEventTimestamp;

Timestamp of the Line 1 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable Line2RisingEdgeEventStreamChannelIndex#

Pylon::IIntegerEx & Line2RisingEdgeEventStreamChannelIndex;

Stream channel index of the Line 2 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable Line2RisingEdgeEventTimestamp#

Pylon::IIntegerEx & Line2RisingEdgeEventTimestamp;

Timestamp of the Line 2 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable Line3RisingEdgeEventStreamChannelIndex#

Pylon::IIntegerEx & Line3RisingEdgeEventStreamChannelIndex;

Stream channel index of the Line 3 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable Line3RisingEdgeEventTimestamp#

Pylon::IIntegerEx & Line3RisingEdgeEventTimestamp;

Timestamp of the Line 3 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable Line4RisingEdgeEventStreamChannelIndex#

Pylon::IIntegerEx & Line4RisingEdgeEventStreamChannelIndex;

Stream channel index of the Line 4 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable Line4RisingEdgeEventTimestamp#

Pylon::IIntegerEx & Line4RisingEdgeEventTimestamp;

Timestamp of the Line 4 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable LineDebouncerTimeAbs#

Pylon::IFloatEx & LineDebouncerTimeAbs;

Line debouncer time in microseconds - Applies to: CameraLink and GigE.

Line debouncer time in microseconds. The Line Debouncer allows you to filter out invalid hardware signals by specifying a minimum signal length.

Visibility: Beginner

Selected by: LineSelector

The feature documentation may provide more information.

variable LineTermination#

Pylon::IBooleanEx & LineTermination;

Enables the termination resistor of the selected input line - Applies to: CameraLink and GigE.

Visibility: Beginner

Selected by: LineSelector

The feature documentation may provide more information.

variable MinOutPulseWidthAbs#

Pylon::IFloatEx & MinOutPulseWidthAbs;

Minimum signal width of an output signal (in microseconds) - Applies to: CameraLink and GigE.

Visibility: Beginner

Selected by: LineSelector

The feature documentation may provide more information.

variable SyncUserOutputSelector#

Pylon::IEnumParameterT< SyncUserOutputSelectorEnums > & SyncUserOutputSelector;

Sets the user-settable synchronous output signal to be configured - Applies to: CameraLink and GigE.

Visibility: Beginner

Selecting Parameters: SyncUserOutputValue

The feature documentation may provide more information.

variable SyncUserOutputValue#

Pylon::IBooleanEx & SyncUserOutputValue;

Enables the selected user-settable synchronous output line - Applies to: CameraLink and GigE.

Visibility: Beginner

Selected by: SyncUserOutputSelector

The feature documentation may provide more information.

variable SyncUserOutputValueAll#

Pylon::IIntegerEx & SyncUserOutputValueAll;

Single bit field that sets the state of all user-settable synchronous output signals in one access - Applies to: CameraLink and GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable UserOutputValueAllMask#

Pylon::IIntegerEx & UserOutputValueAllMask;

Defines a mask that is used when the User Output Value All setting is used to set all of the user settable output signals in one access - Applies to: CameraLink and GigE.

This integer value defines a mask that is used when the User Output Value All setting is used to set all of the user settable output signals in one access.

Visibility: Beginner

The feature documentation may provide more information.

variable LineFormat#

Pylon::IEnumParameterT< LineFormatEnums > & LineFormat;

Indicates the electrical configuration of the currently selected line - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart USB.

Visibility: Beginner

Selected by: LineSelector

The feature documentation may provide more information.

variable LineInverter#

Pylon::IBooleanEx & LineInverter;

Enables the signal inverter function for the currently selected input or output line - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart USB.

Visibility: Beginner

Selected by: LineSelector

The feature documentation may provide more information.

variable LineLogic#

Pylon::IEnumParameterT< LineLogicEnums > & LineLogic;

Indicates the line logic of the currently selected line - Applies to: CameraLink, GigE and ace USB.

Visibility: Beginner

Selected by: LineSelector

The feature documentation may provide more information.

variable LineMode#

Pylon::IEnumParameterT< LineModeEnums > & LineMode;

Sets the mode for the selected line - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart USB.

Sets the mode for the selected line. This controls whether the physical line is used to input or output a signal.

Visibility: Beginner

Selected by: LineSelector

The feature documentation may provide more information.

variable LineSelector#

Pylon::IEnumParameterT< LineSelectorEnums > & LineSelector;

Sets the I/O line to be configured - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart USB.

Sets the I/O line to be configured. All changes to the line settings will be applied to the selected line.

Visibility: Beginner

Selecting Parameters: BslInputFilterTime, BslInputHoldOffTime, BslLineConnection, BslLineOverloadStatus, LineDebouncerTime, LineDebouncerTimeAbs, LineFormat, LineInverter, LineLogic, LineMinimumOutputPulseWidth, LineMode, LineOverloadReset, LineOverloadStatus, LineSource, LineStatus, LineTermination and MinOutPulseWidthAbs

The feature documentation may provide more information.

variable LineSource#

Pylon::IEnumParameterT< LineSourceEnums > & LineSource;

Sets the source signal for the currently selected line - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart USB.

Sets the source signal for the currently selected line. The currently selected line must be an output line.

Visibility: Beginner

Selected by: LineSelector

The feature documentation may provide more information.

variable LineStatus#

Pylon::IBooleanEx & LineStatus;

Indicates the current logical state of the selected line - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB and dart USB.

Visibility: Beginner

Selected by: LineSelector

The feature documentation may provide more information.

variable LineStatusAll#

Pylon::IIntegerEx & LineStatusAll;

Single bit field indicating the current logical state of all available line signals at time of polling - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB and dart USB.

Visibility: Beginner

The feature documentation may provide more information.

variable UserOutputSelector#

Pylon::IEnumParameterT< UserOutputSelectorEnums > & UserOutputSelector;

Sets the user-settable output signal to be configured - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB and dart USB.

Sets the user-settable output signal to be configured. All changes to the user-settable output signal settings will be applied to the selected user-settable output signal.

Visibility: Beginner

Selecting Parameters: UserOutputValue

The feature documentation may provide more information.

variable UserOutputValue#

Pylon::IBooleanEx & UserOutputValue;

Enables the selected user-settable output line - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB and dart USB.

Visibility: Beginner

Selected by: UserOutputSelector

The feature documentation may provide more information.

variable UserOutputValueAll#

Pylon::IIntegerEx & UserOutputValueAll;

Single bit field that sets the state of all user-settable output signals in one access - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Visibility: Beginner

The feature documentation may provide more information.

variable LineStartOvertriggerEventStreamChannelIndex#

Pylon::IIntegerEx & LineStartOvertriggerEventStreamChannelIndex;

Stream channel index of the Line Start Overtrigger event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable LineStartOvertriggerEventTimestamp#

Pylon::IIntegerEx & LineStartOvertriggerEventTimestamp;

Timestamp of the Line Start Overtrigger event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable OverTemperatureEventStreamChannelIndex#

Pylon::IIntegerEx & OverTemperatureEventStreamChannelIndex;

Stream channel index of the Over Temperature event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable OverTemperatureEventTimestamp#

Pylon::IIntegerEx & OverTemperatureEventTimestamp;

Timestamp of the Over Temperature event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable ParameterSelector#

Pylon::IEnumParameterT< ParameterSelectorEnums > & ParameterSelector;

Sets the parameter whose factory limits can be removed - Applies to: CameraLink and GigE.

Sets the parameter whose factory limits can be removed. The factory limits can be removed using the Remove Limits parameter.

Visibility: Guru

Selecting Parameters: RemoveLimits

The feature documentation may provide more information.

variable Prelines#

Pylon::IIntegerEx & Prelines;

Sets the number of prelines - Applies to: CameraLink and GigE.

This value sets the number of prelines.

Visibility: Guru

The feature documentation may provide more information.

variable RemoveLimits#

Pylon::IBooleanEx & RemoveLimits;

Removes the factory-set limit of the selected parameter - Applies to: CameraLink and GigE.

Removes the factory-set limit of the selected parameter. If the factory limits are removed, a wider range of parameter values is available and only subect to technical restrictions. Choosing parameter values outside of the factory limits may affect image quality.

Visibility: Guru

Selected by: ParameterSelector

The feature documentation may provide more information.

variable PayloadSize#

Pylon::IIntegerEx & PayloadSize;

Size of the payload in bytes - Applies to: CamEmu, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Size of the payload in bytes. This is the total number of bytes sent in the payload.

Visibility: Beginner

The feature documentation may provide more information.

variable PixelColorFilter#

Pylon::IEnumParameterT< PixelColorFilterEnums > & PixelColorFilter;

Indicates the alignment of the camera's Bayer filter to the pixels in the acquired images - Applies to: CameraLink, GigE, ace USB, dart USB and pulse USB.

Visibility: Beginner

The feature documentation may provide more information.

variable PixelDynamicRangeMax#

Pylon::IIntegerEx & PixelDynamicRangeMax;

Maximum possible pixel value that can be transferred from the camera - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Beginner

The feature documentation may provide more information.

variable PixelDynamicRangeMin#

Pylon::IIntegerEx & PixelDynamicRangeMin;

Minimum possible pixel value that can be transferred from the camera - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Visibility: Beginner

The feature documentation may provide more information.

variable PixelFormat#

Pylon::IEnumParameterT< PixelFormatEnums > & PixelFormat;

Sets the format of the pixel data transmitted by the camera - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Sets the format of the pixel data transmitted by the camera. The available pixel formats depend on the camera model and whether the camera is monochrome or color.

Visibility: Beginner

Selected by: ComponentSelector

The feature documentation may provide more information.

variable PixelSize#

Pylon::IEnumParameterT< PixelSizeEnums > & PixelSize;

Indicates the depth of the pixel values in the image (in bits per pixel) - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart MIPI, dart USB and pulse USB.

Indicates the depth of the pixel values in the image (in bits per pixel). The potential values depend on the pixel format setting.

Visibility: Beginner

The feature documentation may provide more information.

variable ReverseX#

Pylon::IBooleanEx & ReverseX;

Enables horizontal mirroring of the image - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.

Enables horizontal mirroring of the image. The pixel values of every line in a captured image will be swapped along the line's center. You can use the ROI feature when using the Reverse X feature. The position of the ROI relative to the sensor remains the same.

Visibility: Beginner

The feature documentation may provide more information.

variable ReverseY#

Pylon::IBooleanEx & ReverseY;

Enables vertical mirroring of the image - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.

Enables vertical mirroring of the image. The pixel values of every column in a captured image will be swapped along the column's center. You can use the ROI feature when using the Reverse Y feature. The position of the ROI relative to the sensor remains the same.

Visibility: Beginner

The feature documentation may provide more information.

variable TestImageResetAndHold#

Pylon::IBooleanEx & TestImageResetAndHold;

Allows you to turn a moving test image into a fixed one - Applies to: GigE and ace USB.

Allows you to turn a moving test image into a fixed one. The test image will be displayed at its starting position and will stay fixed.

Visibility: Beginner

The feature documentation may provide more information.

variable TestImageSelector#

Pylon::IEnumParameterT< TestImageSelectorEnums > & TestImageSelector;

Sets the test image to display - Applies to: CamEmu, CameraLink, GigE and ace USB.

Visibility: Beginner

The feature documentation may provide more information.

variable RemoveParameterLimit#

Pylon::IBooleanEx & RemoveParameterLimit;

Removes the factory-set limit of the selected parameter - Applies to: ace USB.

Removes the factory-set limit of the selected parameter. If the factory limits are removed, a wider range of parameter values is available and only subect to technical restrictions. Choosing parameter values outside of the factory limits may affect image quality.

Visibility: Guru

Selected by: RemoveParameterLimitSelector

The feature documentation may provide more information.

variable RemoveParameterLimitSelector#

Pylon::IEnumParameterT< RemoveParameterLimitSelectorEnums > & RemoveParameterLimitSelector;

Sets the parameter whose factory limits can be removed - Applies to: ace USB.

Sets the parameter whose factory limits can be removed. The factory limits can be removed using the Remove Limits parameter.

Visibility: Guru

Selecting Parameters: RemoveParameterLimit

The feature documentation may provide more information.

variable SequenceAddressBitSelector#

Pylon::IEnumParameterT< SequenceAddressBitSelectorEnums > & SequenceAddressBitSelector;

Sets which bit of the sequence set address can be assigned to an input line - Applies to: CameraLink and GigE.

Sets which bit of the sequence set address can be assigned to an input line. An input line can be set as the control source for this bit using the Address Bit Source parameter.

Visibility: Guru

Selecting Parameters: SequenceAddressBitSource

The feature documentation may provide more information.

variable SequenceAddressBitSource#

Pylon::IEnumParameterT< SequenceAddressBitSourceEnums > & SequenceAddressBitSource;

Sets an input line as the control source for the currently selected sequence set address bit - Applies to: CameraLink and GigE.

Sets an input line as the control source for the currently selected sequence set address bit. The bit can be selected using the Address Bit Selector parameter.

Visibility: Guru

Selected by: SequenceAddressBitSelector

The feature documentation may provide more information.

variable SequenceAdvanceMode#

Pylon::IEnumParameterT< SequenceAdvanceModeEnums > & SequenceAdvanceMode;

Sets the sequence set advance mode - Applies to: CameraLink and GigE.

Visibility: Guru

The feature documentation may provide more information.

variable SequenceControlSelector#

Pylon::IEnumParameterT< SequenceControlSelectorEnums > & SequenceControlSelector;

Sets whether sequence advance or sequence restart can be configured - Applies to: CameraLink and GigE.

Sets whether sequence advance or sequence restart can be configured. A control source must be chosen using the Sequence Control Source parameter.

Visibility: Guru

Selecting Parameters: SequenceControlSource

The feature documentation may provide more information.

variable SequenceControlSource#

Pylon::IEnumParameterT< SequenceControlSourceEnums > & SequenceControlSource;

Sets the source for sequence control - Applies to: CameraLink and GigE.

Visibility: Guru

Selected by: SequenceControlSelector

The feature documentation may provide more information.

variable SequenceAsyncAdvance#

Pylon::ICommandEx & SequenceAsyncAdvance;

Enables asynchronous advance from one sequence set to the next - Applies to: CameraLink and GigE.

Enables asynchronous advance from one sequence set to the next. The advance is asynchronous to the camera's frame trigger. Only available in Controlled sequence advance mode.

Visibility: Guru

The feature documentation may provide more information.

variable SequenceAsyncRestart#

Pylon::ICommandEx & SequenceAsyncRestart;

Enables asynchronous restart of the sequence set sequence - Applies to: CameraLink and GigE.

Enables asynchronous restart of the sequence set sequence, starting with the sequence set that has the lowest index number. The restart is asynchronous to the camera's frame trigger. Only available in Auto and Controlled sequence advance mode.

Visibility: Expert

The feature documentation may provide more information.

variable SequenceConfigurationMode#

Pylon::IEnumParameterT< SequenceConfigurationModeEnums > & SequenceConfigurationMode;

Sets whether the sequencer can be configured - Applies to: GigE.

Visibility: Expert

The feature documentation may provide more information.

variable SequenceCurrentSet#

Pylon::IIntegerEx & SequenceCurrentSet;

Current sequence set - Applies to: CameraLink and GigE.

Visibility: Expert

The feature documentation may provide more information.

variable SequenceEnable#

Pylon::IBooleanEx & SequenceEnable;

Enables the sequencer - Applies to: CameraLink and GigE.

Visibility: Expert

The feature documentation may provide more information.

variable SequenceSetExecutions#

Pylon::IIntegerEx & SequenceSetExecutions;

Number of sequence set executions - Applies to: CameraLink and GigE.

Number of consecutive executions per sequence cycle of the selected sequence set. Only available in Auto sequence advance mode.

Visibility: Guru

The feature documentation may provide more information.

variable SequenceSetIndex#

Pylon::IIntegerEx & SequenceSetIndex;

Index number of a sequence set - Applies to: CameraLink and GigE.

This number uniquely identifies a sequence set.

Visibility: Expert

The feature documentation may provide more information.

variable SequenceSetLoad#

Pylon::ICommandEx & SequenceSetLoad;

Loads the parameter values of the currently selected sequence set for configuration - Applies to: CameraLink and GigE.

Visibility: Expert

The feature documentation may provide more information.

variable SequenceSetStore#

Pylon::ICommandEx & SequenceSetStore;

Stores the sequencer parameter values in the currently selected sequence set - Applies to: CameraLink and GigE.

Visibility: Expert

The feature documentation may provide more information.

variable SequenceSetTotalNumber#

Pylon::IIntegerEx & SequenceSetTotalNumber;

Total number of sequence sets in the sequence - Applies to: CameraLink and GigE.

Visibility: Expert

The feature documentation may provide more information.

variable SequencerConfigurationMode#

Pylon::IEnumParameterT< SequencerConfigurationModeEnums > & SequencerConfigurationMode;

Sets whether the sequencer can be configured - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable SequencerMode#

Pylon::IEnumParameterT< SequencerModeEnums > & SequencerMode;

Sets whether the sequencer can be used for image acquisition - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable SequencerPathSelector#

Pylon::IIntegerEx & SequencerPathSelector;

Sets which path can be configured - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Sets which path can be configured. By configuring multiple paths, you can define different conditions and settings for sequencer set advance. For example, you can define that the camera should advance to set 0 when a trigger signal on Line 1 is received, and advance to set 3 when a trigger signal on Line 2 is received.

Visibility: Expert

Selected by: SequencerSetSelector

Selecting Parameters: SequencerSetNext, SequencerTriggerActivation and SequencerTriggerSource

The feature documentation may provide more information.

variable SequencerSetActive#

Pylon::IIntegerEx & SequencerSetActive;

Index number of the currently active sequencer set - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Index number of the current sequencer set, i.e., of the sequencer set that will be used for image acquisition.

Visibility: Expert

The feature documentation may provide more information.

variable SequencerSetLoad#

Pylon::ICommandEx & SequencerSetLoad;

Loads the parameter values of the currently selected sequencer set for configuration - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Visibility: Expert

Selected by: SequencerSetSelector

The feature documentation may provide more information.

variable SequencerSetNext#

Pylon::IIntegerEx & SequencerSetNext;

Next sequencer set that the sequencer will advance to when the configured trigger signal is received - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Visibility: Expert

Selected by: SequencerPathSelector and SequencerSetSelector

The feature documentation may provide more information.

variable SequencerSetSave#

Pylon::ICommandEx & SequencerSetSave;

Saves the sequencer parameter values in the currently selected sequencer set - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Visibility: Expert

Selected by: SequencerSetSelector

The feature documentation may provide more information.

variable SequencerSetSelector#

Pylon::IIntegerEx & SequencerSetSelector;

The sequencer set to be configured - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

The sequencer set to be configured. Sequencer sets are identified by their sequencer set index numbers.

Visibility: Expert

Selecting Parameters: SequencerPathSelector, SequencerSetLoad, SequencerSetNext, SequencerSetSave, SequencerTriggerActivation and SequencerTriggerSource

The feature documentation may provide more information.

variable SequencerSetStart#

Pylon::IIntegerEx & SequencerSetStart;

First sequencer set to be used after the Sequencer Mode parameter is set to On - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Visibility: Expert

The feature documentation may provide more information.

variable SequencerTriggerActivation#

Pylon::IEnumParameterT< SequencerTriggerActivationEnums > & SequencerTriggerActivation;

Sets the logical state that makes the sequencer advance to the next set - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Visibility: Expert

Selected by: SequencerPathSelector and SequencerSetSelector

The feature documentation may provide more information.

variable SequencerTriggerSource#

Pylon::IEnumParameterT< SequencerTriggerSourceEnums > & SequencerTriggerSource;

Sets the source signal to be used to advance to the next set - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Visibility: Expert

Selected by: SequencerPathSelector and SequencerSetSelector

The feature documentation may provide more information.

variable ShadingEnable#

Pylon::IBooleanEx & ShadingEnable;

Enables the selected shading correction type - Applies to: CameraLink and GigE.

Visibility: Beginner

Selected by: ShadingSelector

The feature documentation may provide more information.

variable ShadingSelector#

Pylon::IEnumParameterT< ShadingSelectorEnums > & ShadingSelector;

Sets the kind of shading correction - Applies to: CameraLink and GigE.

Visibility: Beginner

Selecting Parameters: ShadingEnable, ShadingSetDefaultSelector and ShadingSetSelector

The feature documentation may provide more information.

variable ShadingSetActivate#

Pylon::ICommandEx & ShadingSetActivate;

Loads the selected shading set - Applies to: CameraLink and GigE.

This command copies the selected shading set from the camera's non-volatile memory into the volatile memory. If shading correction is enabled, it will be performed using the shading set in the volatile memory.

Visibility: Expert

Selected by: ShadingSetSelector

The feature documentation may provide more information.

variable ShadingSetCreate#

Pylon::IEnumParameterT< ShadingSetCreateEnums > & ShadingSetCreate;

Enables/disables shading set creation - Applies to: CameraLink and GigE.

Visibility: Expert

Selected by: ShadingSetSelector

The feature documentation may provide more information.

variable ShadingSetDefaultSelector#

Pylon::IEnumParameterT< ShadingSetDefaultSelectorEnums > & ShadingSetDefaultSelector;

Sets the bootup shading set - Applies to: CameraLink and GigE.

Sets the shading set that will be loaded into the volatile memory during camera start.

Visibility: Expert

Selected by: ShadingSelector

The feature documentation may provide more information.

variable ShadingSetSelector#

Pylon::IEnumParameterT< ShadingSetSelectorEnums > & ShadingSetSelector;

Sets which shading set can be enabled or created - Applies to: CameraLink and GigE.

Visibility: Expert

Selected by: ShadingSelector

Selecting Parameters: ShadingSetActivate and ShadingSetCreate

The feature documentation may provide more information.

variable ShadingStatus#

Pylon::IEnumParameterT< ShadingStatusEnums > & ShadingStatus;

Indicates error statuses related to shading correction - Applies to: CameraLink and GigE.

Visibility: Expert

The feature documentation may provide more information.

variable ShaftEncoderModuleCounter#

Pylon::IIntegerEx & ShaftEncoderModuleCounter;

Current value of the tick counter - Applies to: CameraLink and GigE.

Current value of the tick counter of the shaft encoder module.

Visibility: Expert

The feature documentation may provide more information.

variable ShaftEncoderModuleCounterMax#

Pylon::IIntegerEx & ShaftEncoderModuleCounterMax;

Maximum value of the tick counter - Applies to: CameraLink and GigE.

Maximum value of the tick counter of the shaft encoder module. If the tick counter is incrementing and reaches the maximum, it will roll over to 0. If the tick counter is decrementing and reaches 0, it will roll back to the specified maximum value.

Visibility: Expert

The feature documentation may provide more information.

variable ShaftEncoderModuleCounterMode#

Pylon::IEnumParameterT< ShaftEncoderModuleCounterModeEnums > & ShaftEncoderModuleCounterMode;

Sets the counting mode of the tick counter - Applies to: CameraLink and GigE.

Sets the counting mode of the tick counter of the shaft encoder module.

Visibility: Expert

The feature documentation may provide more information.

variable ShaftEncoderModuleCounterReset#

Pylon::ICommandEx & ShaftEncoderModuleCounterReset;

Resets the tick counter to 0 - Applies to: CameraLink and GigE.

Resets the tick counter of the shaft encoder module to 0.

Visibility: Expert

The feature documentation may provide more information.

variable ShaftEncoderModuleLineSelector#

Pylon::IEnumParameterT< ShaftEncoderModuleLineSelectorEnums > & ShaftEncoderModuleLineSelector;

Sets the phase of the shaft encoder - Applies to: CameraLink and GigE.

Sets the phase of the shaft encoder as input for the shaft encoder module.

Visibility: Expert

Selecting Parameters: ShaftEncoderModuleLineSource

The feature documentation may provide more information.

variable ShaftEncoderModuleLineSource#

Pylon::IEnumParameterT< ShaftEncoderModuleLineSourceEnums > & ShaftEncoderModuleLineSource;

Sets the line source for the shaft encoder module - Applies to: CameraLink and GigE.

Visibility: Expert

Selected by: ShaftEncoderModuleLineSelector

The feature documentation may provide more information.

variable ShaftEncoderModuleMode#

Pylon::IEnumParameterT< ShaftEncoderModuleModeEnums > & ShaftEncoderModuleMode;

Sets how the shaft encoder module outputs trigger signals - Applies to: CameraLink and GigE.

Visibility: Expert

The feature documentation may provide more information.

variable ShaftEncoderModuleReverseCounterMax#

Pylon::IIntegerEx & ShaftEncoderModuleReverseCounterMax;

Maximum value of the reverse counter - Applies to: CameraLink and GigE.

Maximum value of the reverse counter of the shaft encoder module (range: 0 to 32767).

Visibility: Expert

The feature documentation may provide more information.

variable ShaftEncoderModuleReverseCounterReset#

Pylon::ICommandEx & ShaftEncoderModuleReverseCounterReset;

Resets the reverse counter of the shaft encoder module - Applies to: CameraLink and GigE.

Resets the reverse counter of the shaft encoder module to 0 and informs the module that the current direction of conveyor movement is forward. Reset must be carried out before the first conveyor movement in the forward direction.

Visibility: Expert

The feature documentation may provide more information.

variable SharpnessEnhancement#

Pylon::IFloatEx & SharpnessEnhancement;

Sharpening value to be applied - Applies to: ace USB, dart USB and pulse USB.

Sharpening value to be applied. The higher the sharpness, the more distinct the image subject's contours will be. However, excessively high values may result in image information loss.

Visibility: Beginner

The feature documentation may provide more information.

variable SoftwareSignalPulse#

Pylon::ICommandEx & SoftwareSignalPulse;

Executes the selected software signal - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Visibility: Beginner

Selected by: SoftwareSignalSelector

The feature documentation may provide more information.

variable SoftwareSignalSelector#

Pylon::IEnumParameterT< SoftwareSignalSelectorEnums > & SoftwareSignalSelector;

Sets the software signal to be executed - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Visibility: Beginner

Selecting Parameters: SoftwareSignalPulse

The feature documentation may provide more information.

variable StackedZoneImagingEnable#

Pylon::IBooleanEx & StackedZoneImagingEnable;

Enables the Stacked Zone Imaging feature - Applies to: CameraLink and GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable StackedZoneImagingIndex#

Pylon::IIntegerEx & StackedZoneImagingIndex;

Index number of the zone to configure - Applies to: CameraLink and GigE.

Visibility: Beginner

Selecting Parameters: StackedZoneImagingZoneEnable, StackedZoneImagingZoneHeight and StackedZoneImagingZoneOffsetY

The feature documentation may provide more information.

variable StackedZoneImagingZoneEnable#

Pylon::IBooleanEx & StackedZoneImagingZoneEnable;

Enables the selected zone - Applies to: CameraLink and GigE.

Visibility: Beginner

Selected by: StackedZoneImagingIndex

The feature documentation may provide more information.

variable StackedZoneImagingZoneHeight#

Pylon::IIntegerEx & StackedZoneImagingZoneHeight;

Height of the selected zone - Applies to: CameraLink and GigE.

Visibility: Beginner

Selected by: StackedZoneImagingIndex

The feature documentation may provide more information.

variable StackedZoneImagingZoneOffsetY#

Pylon::IIntegerEx & StackedZoneImagingZoneOffsetY;

Vertical offset (top offset) of the selected zone - Applies to: CameraLink and GigE.

Visibility: Beginner

Selected by: StackedZoneImagingIndex

The feature documentation may provide more information.

variable TestEventGenerate#

Pylon::ICommandEx & TestEventGenerate;

Generates a Test event that can be used for testing event notification - Applies to: ace 2 GigE, ace 2 USB and dart 2 USB.

Visibility: Expert

The feature documentation may provide more information.

variable TestPendingAck#

Pylon::IIntegerEx & TestPendingAck;

Test pending acknowledge time in milliseconds - Applies to: ace 2 GigE, ace 2 USB, dart 2 USB, dart USB and pulse USB.

Test pending acknowledge time in milliseconds. On write, the camera waits for this time period before acknowledging the write. If the time period is longer than the value in the Maximum Device Response Time register, the camera must use PENDING_ACK during the completion of this request. On reads, the camera returns the current value without any additional wait time.

Visibility: Guru

The feature documentation may provide more information.

variable TimerDelay#

Pylon::IFloatEx & TimerDelay;

Delay of the currently selected timer in microseconds - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Visibility: Beginner

Selected by: TimerSelector

The feature documentation may provide more information.

variable TimerDuration#

Pylon::IFloatEx & TimerDuration;

Duration of the currently selected timer in microseconds - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Visibility: Beginner

Selected by: TimerSelector

The feature documentation may provide more information.

variable TimerDelayAbs#

Pylon::IFloatEx & TimerDelayAbs;

Delay of the currently selected timer in microseconds - Applies to: CameraLink and GigE.

Visibility: Beginner

Selected by: TimerSelector

The feature documentation may provide more information.

variable TimerDelayRaw#

Pylon::IIntegerEx & TimerDelayRaw;

Delay of the selected timer (raw value) - Applies to: CameraLink and GigE.

Delay of the selected timer (raw value). This value will be used as a multiplier for the timer delay timebase. The actual delay time equals the current Timer Delay Raw value multiplied with the current Timer Delay Timebase value.

Visibility: Beginner

Selected by: TimerSelector

The feature documentation may provide more information.

variable TimerDelayTimebaseAbs#

Pylon::IFloatEx & TimerDelayTimebaseAbs;

Timebase (in microseconds) that is used when a timer delay is specified using the Timer Delay Raw parameter - Applies to: CameraLink and GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable TimerDurationAbs#

Pylon::IFloatEx & TimerDurationAbs;

Duration of the currently selected timer in microseconds - Applies to: CameraLink and GigE.

Visibility: Beginner

Selected by: TimerSelector

The feature documentation may provide more information.

variable TimerDurationRaw#

Pylon::IIntegerEx & TimerDurationRaw;

Duration of the selected timer (raw value) - Applies to: CameraLink and GigE.

Duration of the selected timer (raw value). This value will be used as a multiplier for the timer duration timebase. The actual duration time equals the current Timer Duration Raw value multiplied with the current Timer Duration Timebase value.

Visibility: Beginner

Selected by: TimerSelector

The feature documentation may provide more information.

variable TimerDurationTimebaseAbs#

Pylon::IFloatEx & TimerDurationTimebaseAbs;

Timebase (in microseconds) that is used when a timer duration is specified using the Timer Duration Raw parameter - Applies to: CameraLink and GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable TimerReset#

Pylon::ICommandEx & TimerReset;

Resets the selected timer - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Visibility: Expert

Selected by: TimerSelector

The feature documentation may provide more information.

variable TimerStatus#

Pylon::IEnumParameterT< TimerStatusEnums > & TimerStatus;

Indicates the status of the currently selected timer - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Visibility: Expert

Selected by: TimerSelector

The feature documentation may provide more information.

variable TimerTriggerArmDelay#

Pylon::IFloatEx & TimerTriggerArmDelay;

Arm delay of the currently selected timer - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Arm delay of the currently selected timer. If an arm delay is set and the timer is triggered, the camera accepts the trigger signal and stops accepting any further timer trigger signals until the arm delay has elapsed.

Visibility: Expert

Selected by: TimerSelector

The feature documentation may provide more information.

variable TimerSelector#

Pylon::IEnumParameterT< TimerSelectorEnums > & TimerSelector;

Sets the timer to be configured - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Visibility: Beginner

Selecting Parameters: TimerDelay, TimerDelayAbs, TimerDelayRaw, TimerDuration, TimerDurationAbs, TimerDurationRaw, TimerReset, TimerStatus, TimerTriggerActivation, TimerTriggerArmDelay and TimerTriggerSource

The feature documentation may provide more information.

variable TimerTriggerSource#

Pylon::IEnumParameterT< TimerTriggerSourceEnums > & TimerTriggerSource;

Sets the internal camera signal used to trigger the selected timer - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Visibility: Beginner

Selected by: TimerSelector

The feature documentation may provide more information.

variable TimerSequenceCurrentEntryIndex#

Pylon::IIntegerEx & TimerSequenceCurrentEntryIndex;

Applies to: CameraLink and GigE.

Visibility: Guru

The feature documentation may provide more information.

variable TimerSequenceEnable#

Pylon::IBooleanEx & TimerSequenceEnable;

Applies to: CameraLink and GigE.

Visibility: Guru

The feature documentation may provide more information.

variable TimerSequenceEntrySelector#

Pylon::IEnumParameterT< TimerSequenceEntrySelectorEnums > & TimerSequenceEntrySelector;

Applies to: CameraLink and GigE.

Visibility: Guru

Selecting Parameters: TimerSequenceTimerSelector

The feature documentation may provide more information.

variable TimerSequenceLastEntryIndex#

Pylon::IIntegerEx & TimerSequenceLastEntryIndex;

Applies to: CameraLink and GigE.

Visibility: Guru

The feature documentation may provide more information.

variable TimerSequenceTimerDelayRaw#

Pylon::IIntegerEx & TimerSequenceTimerDelayRaw;

Applies to: CameraLink and GigE.

Visibility: Guru

Selected by: TimerSequenceTimerSelector

The feature documentation may provide more information.

variable TimerSequenceTimerDurationRaw#

Pylon::IIntegerEx & TimerSequenceTimerDurationRaw;

Applies to: CameraLink and GigE.

Visibility: Guru

Selected by: TimerSequenceTimerSelector

The feature documentation may provide more information.

variable TimerSequenceTimerEnable#

Pylon::IBooleanEx & TimerSequenceTimerEnable;

Applies to: CameraLink and GigE.

Visibility: Guru

Selected by: TimerSequenceTimerSelector

The feature documentation may provide more information.

variable TimerSequenceTimerInverter#

Pylon::IBooleanEx & TimerSequenceTimerInverter;

Applies to: CameraLink and GigE.

Visibility: Guru

Selected by: TimerSequenceTimerSelector

The feature documentation may provide more information.

variable TimerSequenceTimerSelector#

Pylon::IEnumParameterT< TimerSequenceTimerSelectorEnums > & TimerSequenceTimerSelector;

Applies to: CameraLink and GigE.

Visibility: Guru

Selected by: TimerSequenceEntrySelector

Selecting Parameters: TimerSequenceTimerDelayRaw, TimerSequenceTimerDurationRaw, TimerSequenceTimerEnable and TimerSequenceTimerInverter

The feature documentation may provide more information.

variable TimerTriggerActivation#

Pylon::IEnumParameterT< TimerTriggerActivationEnums > & TimerTriggerActivation;

Sets the type of signal transition that will start the timer - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB.

Visibility: Beginner

Selected by: TimerSelector

The feature documentation may provide more information.

variable TonalRangeAuto#

Pylon::IEnumParameterT< TonalRangeAutoEnums > & TonalRangeAuto;

Sets the operation mode of the Tonal Range Auto auto function - Applies to: GigE and ace USB.

Visibility: Beginner

The feature documentation may provide more information.

variable TonalRangeEnable#

Pylon::IEnumParameterT< TonalRangeEnableEnums > & TonalRangeEnable;

Sets whether tonal range adjustment is used - Applies to: GigE and ace USB.

Visibility: Beginner

The feature documentation may provide more information.

variable TonalRangeSelector#

Pylon::IEnumParameterT< TonalRangeSelectorEnums > & TonalRangeSelector;

Sets which pixel values are used for tonal range adjustments - Applies to: GigE and ace USB.

Visibility: Expert

Selecting Parameters: TonalRangeSourceBright, TonalRangeSourceDark, TonalRangeTargetBright and TonalRangeTargetDark

The feature documentation may provide more information.

variable TonalRangeSourceBright#

Pylon::IIntegerEx & TonalRangeSourceBright;

Source value for tonal range adjustments at the bright end of the tonal range - Applies to: GigE and ace USB.

Source value for tonal range adjustments at the bright end of the tonal range. When tonal range adjustments are enabled, the source and target values are compared and the tonal range is adjusted accordingly. The kind of adjustment depends on whether you want to adjust color or contrast or both, whether you want to adjust all pixel values or, e.g., only the red pixel values, and so on.

Visibility: Expert

Selected by: TonalRangeSelector

The feature documentation may provide more information.

variable TonalRangeSourceDark#

Pylon::IIntegerEx & TonalRangeSourceDark;

Source value for tonal range adjustments at the dark end of the tonal range - Applies to: GigE and ace USB.

Source value for tonal range adjustments at the dark end of the tonal range. When tonal range adjustments are enabled, the source and target values are compared and the tonal range is adjusted accordingly. The kind of adjustment depends on whether you want to adjust color or contrast or both, whether you want to adjust all pixel values or, e.g., only the red pixel values, and so on.

Visibility: Expert

Selected by: TonalRangeSelector

The feature documentation may provide more information.

variable TonalRangeTargetBright#

Pylon::IIntegerEx & TonalRangeTargetBright;

Target value at the bright end of the tonal range to which pixel values should be mapped during tonal range adjustments - Applies to: GigE and ace USB.

Target value at the bright end of the tonal range to which pixel values should be mapped during tonal range adjustments. When tonal range adjustments are enabled, the source and target values at the bright end are compared and the tonal range is adjusted accordingly. The kind of adjustment depends on whether you want to adjust color or contrast or both, whether you want to adjust all pixel values or, e.g., only the red pixel values, and so on.

Visibility: Expert

Selected by: TonalRangeSelector

The feature documentation may provide more information.

variable TonalRangeTargetDark#

Pylon::IIntegerEx & TonalRangeTargetDark;

Target value at the dark end of the tonal range to which pixel values should be mapped during tonal range adjustments - Applies to: GigE and ace USB.

Target value at the dark end of the tonal range to which pixel values should be mapped during tonal range adjustments. When tonal range adjustments are enabled, the source and target values at the dark end are compared and the tonal range is adjusted accordingly. The kind of adjustment depends on whether you want to adjust color or contrast or both, whether you want to adjust all pixel values or, e.g., only the red pixel values, and so on.

Visibility: Expert

Selected by: TonalRangeSelector

The feature documentation may provide more information.

variable UserDefinedValue#

Pylon::IIntegerEx & UserDefinedValue;

User-defined value - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

User-defined value. The value can serve as storage location for the camera user. It has no impact on the operation of the camera.

Visibility: Guru

Selected by: UserDefinedValueSelector

The feature documentation may provide more information.

variable UserDefinedValueSelector#

Pylon::IEnumParameterT< UserDefinedValueSelectorEnums > & UserDefinedValueSelector;

Sets the user-defined value to set or read - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress and dart 2 USB.

Visibility: Guru

Selecting Parameters: UserDefinedValue

The feature documentation may provide more information.

variable UserSetDefault#

Pylon::IEnumParameterT< UserSetDefaultEnums > & UserSetDefault;

Sets the user set or the factory set to be used as the startup set - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.

Sets the user set or the factory set to be used as the startup set. The startup set will be loaded as the active set whenever the camera is powered on or reset.

Visibility: Beginner

The feature documentation may provide more information.

variable UserSetDefaultSelector#

Pylon::IEnumParameterT< UserSetDefaultSelectorEnums > & UserSetDefaultSelector;

Sets the user set or the factory set to be used as the startup set - Applies to: CameraLink and GigE.

Sets the user set or the factory set to be used as the startup set. The default startup set will be loaded as the active set whenever the camera is powered on or reset.

Visibility: Beginner

The feature documentation may provide more information.

variable UserSetLoad#

Pylon::ICommandEx & UserSetLoad;

Loads the selected set into the camera's volatile memory and makes it the active configuration set - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.

Loads the selected set into the camera's volatile memory and makes it the active configuration set. After the selected set has been loaded, the parameters in that set will control the camera.

Visibility: Beginner

Selected by: UserSetSelector

The feature documentation may provide more information.

variable UserSetSave#

Pylon::ICommandEx & UserSetSave;

Saves the current active set as the selected user set - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.

Visibility: Beginner

Selected by: UserSetSelector

The feature documentation may provide more information.

variable UserSetSelector#

Pylon::IEnumParameterT< UserSetSelectorEnums > & UserSetSelector;

Sets the user set or the factory set to load, save, or configure - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB.

Visibility: Beginner

Selecting Parameters: UserSetLoad and UserSetSave

The feature documentation may provide more information.

variable VInpBitLength#

Pylon::IIntegerEx & VInpBitLength;

Sets the length of the input bit - Applies to: CameraLink and GigE.

This integer value sets the length of the input bit in microseconds. It applies to all bits in the signal.

Visibility: Beginner

The feature documentation may provide more information.

variable VInpSamplingPoint#

Pylon::IIntegerEx & VInpSamplingPoint;

Time span between the beginning of the input bit and the time when the high/low status is evaluated - Applies to: CameraLink and GigE.

This integer value sets the time in microseconds that elapses between the beginning of the input bit and the time when the high/low status of the bit is evaluated. It applies to all bits.

Visibility: Beginner

The feature documentation may provide more information.

variable VInpSignalReadoutActivation#

Pylon::IEnumParameterT< VInpSignalReadoutActivationEnums > & VInpSignalReadoutActivation;

Selects when to start the signal evaluation - Applies to: CameraLink and GigE.

This enumeration selects when to start the signal evaluation. The camera waits for a rising/falling edge on the input line. When the appropriate signal has been received, the camera starts evaluating the incoming bit patterns. When one bit pattern is finished, the camera waits for the next rising/falling edge to read out the next incoming bit pattern. The camera stops listening once three bits have been received.

Visibility: Beginner

The feature documentation may provide more information.

variable VInpSignalSource#

Pylon::IEnumParameterT< VInpSignalSourceEnums > & VInpSignalSource;

Sets the I/O line on which the camera receives the virtual input signal - Applies to: CameraLink and GigE.

This enumeration selects the I/O line on which the camera receives the virtual input signal.

Visibility: Beginner

The feature documentation may provide more information.

variable VignettingCorrectionLoad#

Pylon::ICommandEx & VignettingCorrectionLoad;

Loads the vignetting correction data - Applies to: GigE and ace USB.

Loads the vignetting correction data into the camera.

Visibility: Expert

The feature documentation may provide more information.

variable VignettingCorrectionMode#

Pylon::IEnumParameterT< VignettingCorrectionModeEnums > & VignettingCorrectionMode;

Enables/disables the vignetting correction - Applies to: GigE and ace USB.

The Vignetting Correction feature allows you to remove vignetting artifacts from your images. To do this, you first have to create vignetting correction data. For more information, see the Basler Product Documentation.

Visibility: Expert

The feature documentation may provide more information.

variable VirtualLine1RisingEdgeEventStreamChannelIndex#

Pylon::IIntegerEx & VirtualLine1RisingEdgeEventStreamChannelIndex;

Stream channel index of the Virtual Line 1 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable VirtualLine1RisingEdgeEventTimestamp#

Pylon::IIntegerEx & VirtualLine1RisingEdgeEventTimestamp;

Timestamp of the Virtual Line 1 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable VirtualLine2RisingEdgeEventStreamChannelIndex#

Pylon::IIntegerEx & VirtualLine2RisingEdgeEventStreamChannelIndex;

Stream channel index of the Virtual Line 2 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable VirtualLine2RisingEdgeEventTimestamp#

Pylon::IIntegerEx & VirtualLine2RisingEdgeEventTimestamp;

Timestamp of the Virtual Line 2 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable VirtualLine3RisingEdgeEventStreamChannelIndex#

Pylon::IIntegerEx & VirtualLine3RisingEdgeEventStreamChannelIndex;

Stream channel index of the Virtual Line 3 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable VirtualLine3RisingEdgeEventTimestamp#

Pylon::IIntegerEx & VirtualLine3RisingEdgeEventTimestamp;

Timestamp of the Virtual Line 3 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable VirtualLine4RisingEdgeEventStreamChannelIndex#

Pylon::IIntegerEx & VirtualLine4RisingEdgeEventStreamChannelIndex;

Stream channel index of the Virtual Line 4 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable VirtualLine4RisingEdgeEventTimestamp#

Pylon::IIntegerEx & VirtualLine4RisingEdgeEventTimestamp;

Timestamp of the Virtual Line 4 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The feature documentation may provide more information.

variable VolatileColumnOffsetEnable#

Pylon::IBooleanEx & VolatileColumnOffsetEnable;

Applies to: CameraLink.

Visibility: Beginner

The feature documentation may provide more information.

variable VolatileColumnOffsetIndex#

Pylon::IIntegerEx & VolatileColumnOffsetIndex;

Applies to: CameraLink.

Visibility: Beginner

Selecting Parameters: VolatileColumnOffsetValue

The feature documentation may provide more information.

variable VolatileColumnOffsetValue#

Pylon::IIntegerEx & VolatileColumnOffsetValue;

Applies to: CameraLink.

Visibility: Beginner

Selected by: VolatileColumnOffsetIndex

The feature documentation may provide more information.

variable VolatileRowOffsetEnable#

Pylon::IBooleanEx & VolatileRowOffsetEnable;

Applies to: CameraLink.

Visibility: Beginner

The feature documentation may provide more information.

variable VolatileRowOffsetIndex#

Pylon::IIntegerEx & VolatileRowOffsetIndex;

Applies to: CameraLink.

Visibility: Beginner

Selecting Parameters: VolatileRowOffsetValue

The feature documentation may provide more information.

variable VolatileRowOffsetValue#

Pylon::IIntegerEx & VolatileRowOffsetValue;

Applies to: CameraLink.

Visibility: Beginner

Selected by: VolatileRowOffsetIndex

The feature documentation may provide more information.

variable AcquisitionStartStopExecutionEnable#

Pylon::IBooleanEx & AcquisitionStartStopExecutionEnable;

If set, this will automatically execute AcquisitionStart when calling StartGrabbing and AcquisitionStop when calling StopGrabbing This option is enabled by default - Applies to: InstantCamera.

Visibility: Guru

variable BufferHandlingMode#

Pylon::IEnumParameterT< BufferHandlingModeEnums > & BufferHandlingMode;

Buffer handling mode - Applies to: InstantCamera.

Determines whether the number of available buffers is limited and when they are allocated.

Visibility: Expert

variable ChunkNodeMapsEnable#

Pylon::IBooleanEx & ChunkNodeMapsEnable;

Enables/disables the use of a chunk node map for each grab result Grab result chunk node maps can be disabled to save resources - Applies to: InstantCamera.

Visibility: Guru

variable ClearBufferModeEnable#

Pylon::IBooleanEx & ClearBufferModeEnable;

If set, all buffers will be cleared (set to 0) before grabbing an image Note that this requires additional processing time per frame - Applies to: InstantCamera.

Visibility: Guru

variable GrabCameraEvents#

Pylon::IBooleanEx & GrabCameraEvents;

Enables/disables the grabbing of camera events while images are grabbed Is writable when the camera object is closed - Applies to: InstantCamera.

Visibility: Expert

variable MaxNumBuffer#

Pylon::IIntegerEx & MaxNumBuffer;

The maximum number of buffers that are allocated and used for grabbing - Applies to: InstantCamera.

Visibility: Beginner

variable MaxNumGrabResults#

Pylon::IIntegerEx & MaxNumGrabResults;

The maximum number of grab results available at any time during a grab session This value can be limited to save resources Furthermore, it can be used to check that the grab results are returned correctly - Applies to: InstantCamera.

Visibility: Beginner

variable MaxNumQueuedBuffer#

Pylon::IIntegerEx & MaxNumQueuedBuffer;

The maximum number of buffers that are queued in the stream grabber input queue - Applies to: InstantCamera.

Visibility: Beginner

variable MigrationModeActive#

Pylon::IBooleanEx & MigrationModeActive;

The migration mode is set up according to this setting at defined points e g , when the camera is opened - Applies to: InstantCamera.

Visibility: Guru

variable MonitorModeActive#

Pylon::IBooleanEx & MonitorModeActive;

The camera object is set to monitor mode when enabled, e g when using the GigE multicast feature Is writable when the camera object is closed - Applies to: InstantCamera.

Visibility: Guru

variable NumEmptyBuffers#

Pylon::IIntegerEx & NumEmptyBuffers;

The number of empty buffers that are not used for grabbing yet - Applies to: InstantCamera.

Visibility: Expert

variable NumQueuedBuffers#

Pylon::IIntegerEx & NumQueuedBuffers;

The number of buffers queued at Low Level API stream grabber - Applies to: InstantCamera.

This is the number of buffers that are queued for grabbing in the stream grabber. The number is influenced by the number of available free buffers and the maximum number of buffers that can be queued. See also the MaxNumBuffer and MaxNumQueuedBuffer parameters.

This parameter can be used to check whether the number of buffers ready for grabbing is stable, which means that the image processing is fast enough to keep up with the rate of incoming images when using the GrabStrategy_OneByOne grab strategy.

Visibility: Expert

variable NumReadyBuffers#

Pylon::IIntegerEx & NumReadyBuffers;

The number of grab result buffers in the output queue that are ready for retrieval - Applies to: InstantCamera.

Visibility: Expert

variable OutputQueueSize#

Pylon::IIntegerEx & OutputQueueSize;

The size of the grab result buffer output queue - Applies to: InstantCamera.

Visibility: Expert

variable StaticChunkNodeMapPoolSize#

Pylon::IIntegerEx & StaticChunkNodeMapPoolSize;

If larger than 0, a static chunk node map pool is used instead of dynamic chunk node map creation - Applies to: InstantCamera.

Visibility: Guru

variable UseExtendedIdIfAvailable#

Pylon::IBooleanEx & UseExtendedIdIfAvailable;

Use Extended ID if available in the camera and supported by the driver - Applies to: InstantCamera.

Enabling this setting will use Extended ID if it is supported by the camera and driver. If it is not supported, it will not be used and this setting has no negative side effects.

Visibility: Guru

variable GrabLoopThreadPriority#

Pylon::IIntegerEx & GrabLoopThreadPriority;

The grab loop thread priority - Applies to: InstantCamera.

This value sets the absolute thread priority for the grab loop thread.

Visibility: Guru

variable GrabLoopThreadPriorityOverride#

Pylon::IBooleanEx & GrabLoopThreadPriorityOverride;

If enabled, the user can set a custom priority for the grab loop thread Otherwise, the priority of the newly created thread is not changed - Applies to: InstantCamera.

Visibility: Guru

variable GrabLoopThreadTimeout#

Pylon::IIntegerEx & GrabLoopThreadTimeout;

A custom timeout for the grab loop thread's call to RetrieveResult RetrieveResult is configured to throw an exception on timeout, which will stop the grab session - Applies to: InstantCamera.

Visibility: Beginner

variable GrabLoopThreadUseTimeout#

Pylon::IBooleanEx & GrabLoopThreadUseTimeout;

If enabled, the user can set a custom timeout for the grab loop thread's call to RetrieveResult RetrieveResult is configured to throw an exception on timeout, which will stop the grab session - Applies to: InstantCamera.

Visibility: Guru

variable InternalGrabEngineThreadPriority#

Pylon::IIntegerEx & InternalGrabEngineThreadPriority;

The internal grab engine thread priority - Applies to: InstantCamera.

This value sets the absolute thread priority for the internal grab engine thread operating the stream grabber.

Visibility: Guru

variable InternalGrabEngineThreadPriorityOverride#

Pylon::IBooleanEx & InternalGrabEngineThreadPriorityOverride;

If enabled, the user can set a custom priority for the internal grab engine thread operating the stream grabber Otherwise the priority defaults to 25 - Applies to: InstantCamera.

Visibility: Guru