Pylon Logo Basler Logo
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
Pylon::CBaslerUniversalInstantCamera Class Reference

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

#include <pylon/BaslerUniversalInstantCamera.h>

Inheritance diagram for Pylon::CBaslerUniversalInstantCamera:
Inheritance graph
[legend]

Public Types

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_ParamsTlParams_t
 A parameter class containing all parameters as members that are available for pylon device transport layers.
 
typedef CNodeMapProxyT< Basler_UniversalStreamParams::CUniversalStreamParams_ParamsStreamGrabberParams_t
 The parameters of the universal stream grabber.
 
typedef CNodeMapProxyT< Basler_UniversalEventParams::CUniversalEventParams_ParamsEventGrabberParams_t
 The parameters of the universal event grabber.
 

Public Member Functions

 CBaslerUniversalInstantCamera ()
 Creates an Instant Camera object with no attached Pylon device. More...
 
 CBaslerUniversalInstantCamera (IPylonDevice *pDevice, ECleanup cleanupProcedure=Cleanup_Delete)
 Creates an Instant Camera object and calls Attach(). More...
 
 ~CBaslerUniversalInstantCamera ()
 Destroys an Instant Camera object. More...
 
void ChangeIpConfiguration (bool EnablePersistentIp, bool EnableDhcp)
 Enables/disables use of persistent IP address and DHCP usage of the attached Pylon Device. More...
 
void GetPersistentIpAddress (String_t &IpAddress, String_t &SubnetMask, String_t &DefaultGateway)
 Reads the persistent IP address from the attached Pylon Device. More...
 
void SetPersistentIpAddress (const String_t &IpAddress, const String_t &SubnetMask, const String_t &DefaultGateway)
 Writes a persistent IP address to the attached Pylon Device. More...
 
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. More...
 
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. More...
 
virtual bool GrabOne (unsigned int timeoutMs, typename CBaslerUniversalInstantCameraTraits::GrabResultPtr_t &grabResult, ETimeoutHandling timeoutHandling=TimeoutHandling_ThrowException)
 Grabs one image. More...
 
virtual bool GrabOne (unsigned int timeoutMs, CGrabResultPtr &grabResult, ETimeoutHandling timeoutHandling=TimeoutHandling_ThrowException)
 Grabs one image. More...
 
virtual void RegisterConfiguration (typename CBaslerUniversalInstantCameraTraits::ConfigurationEventHandler_t *pConfigurator, ERegistrationMode mode, ECleanup cleanupProcedure)
 Adds a configurator to the list of registered configurator objects. More...
 
virtual void RegisterConfiguration (CConfigurationEventHandler *pConfigurator, ERegistrationMode mode, ECleanup cleanupProcedure)
 Adds a configurator to the list of registered configurator objects. More...
 
virtual bool DeregisterConfiguration (typename CBaslerUniversalInstantCameraTraits::ConfigurationEventHandler_t *configurator)
 Removes a configurator from the list of registered configurator objects. More...
 
virtual bool DeregisterConfiguration (CConfigurationEventHandler *configurator)
 Removes a configurator from the list of registered configurator objects. More...
 
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. More...
 
virtual void RegisterImageEventHandler (CImageEventHandler *pImageEventHandler, ERegistrationMode mode, ECleanup cleanupProcedure)
 Adds an image event handler to the list of registered image event handler objects. More...
 
virtual bool DeregisterImageEventHandler (typename CBaslerUniversalInstantCameraTraits::ImageEventHandler_t *imageEventHandler)
 Removes an image event handler from the list of registered image event handler objects. More...
 
virtual bool DeregisterImageEventHandler (CImageEventHandler *imageEventHandler)
 Removes an image event handler from the list of registered image event handler objects. More...
 
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. More...
 
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. More...
 
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. More...
 
virtual bool DeregisterCameraEventHandler (CCameraEventHandler *cameraEventHandler, const String_t &nodeName)
 Removes a camera event handler from the list of registered camera event handler objects. More...
 
virtual const CBaslerUniversalInstantCameraTraits::DeviceInfo_tGetDeviceInfo () const
 Provides access to the device info object of the attached Pylon device or an empty one. More...
 
virtual CBaslerUniversalInstantCameraTraits::TlParams_tGetTLParams ()
 Provides access to the transport layer parameters of the attached Pylon Device. More...
 
virtual CBaslerUniversalInstantCameraTraits::StreamGrabberParams_tGetStreamGrabberParams ()
 Provides access to the stream grabber parameters of the attached Pylon Device. More...
 
virtual CBaslerUniversalInstantCameraTraits::EventGrabberParams_tGetEventGrabberParams ()
 Provides access to the event grabber parameters of the attached Pylon Device. More...
 
virtual bool IsPylonDeviceAttached () const
 Returns the Pylon device attached state of the Instant Camera object. More...
 
virtual bool IsCameraDeviceRemoved () const
 Returns the connection state of the camera device. More...
 
virtual bool HasOwnership () const
 Returns the ownership of the attached Pylon device. More...
 
virtual bool IsOpen () const
 Returns the open state of the attached Pylon device object. More...
 
virtual void StartGrabbing (EGrabStrategy strategy=GrabStrategy_OneByOne, EGrabLoop grabLoopType=GrabLoop_ProvidedByUser)
 Starts the grabbing of images. More...
 
virtual void StartGrabbing (size_t maxImages, EGrabStrategy strategy=GrabStrategy_OneByOne, EGrabLoop grabLoopType=GrabLoop_ProvidedByUser)
 Starts the grabbing for a maximum number of images. More...
 
virtual void StopGrabbing ()
 Stops the grabbing of images. More...
 
virtual bool IsGrabbing () const
 Returns state of grabbing. More...
 
virtual size_t GetQueuedBufferCount ()
 Deprecated: This method has been deprecated. More...
 
virtual const WaitObjectGetGrabResultWaitObject ()
 Provides access to a wait object indicating available grab results. More...
 
virtual const WaitObjectGetGrabStopWaitObject ()
 Provides access to a wait object indicating that the grabbing has stopped. More...
 
virtual const WaitObjectGetCameraEventWaitObject ()
 Provides access to a wait object indicating available camera events. More...
 
virtual bool WaitForFrameTriggerReady (unsigned int timeoutMs, ETimeoutHandling timeoutHandling=TimeoutHandling_ThrowException)
 Actively waits until the the camera is ready to accept a frame trigger. More...
 
virtual bool CanWaitForFrameTriggerReady () const
 Checks to see whether the camera device can be queried whether it is ready to accept the next frame trigger. More...
 
virtual void ExecuteSoftwareTrigger ()
 Executes the software trigger command. More...
 
virtual void SetCameraContext (intptr_t context)
 Sets a context that is attached to each grab result of the camera object on RetrieveResult(). More...
 
virtual intptr_t GetCameraContext () const
 Returns the context that is attached to each grab result of the camera object. More...
 
virtual GenApi::INodeMapGetNodeMap ()
 Provides access to the node map of the camera device. More...
 
virtual GenApi::INodeMapGetTLNodeMap ()
 Provides access to the transport layer node map of the attached Pylon device. More...
 
virtual GenApi::INodeMapGetStreamGrabberNodeMap ()
 Provides access to the stream grabber node map of the attached Pylon device. More...
 
virtual GenApi::INodeMapGetEventGrabberNodeMap ()
 Provides access to the event grabber node map of the attached Pylon device. More...
 
virtual GenApi::INodeMapGetInstantCameraNodeMap ()
 Provides access to the node map of the Instant Camera object. More...
 
virtual void SetBufferFactory (IBufferFactory *pFactory, ECleanup cleanupProcedure=Cleanup_Delete)
 Sets an alternative buffer factory that is used for buffer allocation. More...
 
virtual bool Is1394 () const
 Returns true if an IEEE 1394 Pylon device is attached to the Instant Camera object. More...
 
virtual bool IsGigE () const
 Returns true if a GigE Pylon device is attached to the Instant Camera object. More...
 
virtual bool IsUsb () const
 Returns true if a USB Pylon device is attached to the Instant Camera object. More...
 
virtual bool IsCameraLink () const
 Returns true if a Camera Link Pylon device is attached to the Instant Camera object. More...
 
virtual bool IsCxp () const
 Returns true if a CoaXPress GenTL device is attached to the Instant Camera object. More...
 
VersionInfo GetSfncVersion () const
 Returns the SFNC version read from the camera node map. More...
 
virtual bool IsBcon () const
 Returns true if a BCON Pylon device is attached to the Instant Camera object. More...
 

Static Public Member Functions

static bool HasSpecificDeviceClass ()
 Can be used to check whether the DeviceClass() can be used for enumeration.
 
static String_t DeviceClass ()
 The name of this device class. Use this one for enumeration.
 

Public Attributes

Categories: Root
Pylon::IBooleanExAcquisitionStartStopExecutionEnable
 If set, this will automatically execute AcquisitionStart when calling StartGrabbing and AcquisitionStop when calling StopGrabbing This option is enabled by default - Applies to: InstantCamera. More...
 
Pylon::IBooleanExChunkNodeMapsEnable
 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. More...
 
Pylon::IBooleanExClearBufferModeEnable
 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. More...
 
Pylon::IBooleanExGrabCameraEvents
 Enables/disables the grabbing of camera events while images are grabbed Is writable when the camera object is closed - Applies to: InstantCamera. More...
 
Pylon::IIntegerExMaxNumBuffer
 The maximum number of buffers that are allocated and used for grabbing - Applies to: InstantCamera. More...
 
Pylon::IIntegerExMaxNumGrabResults
 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. More...
 
Pylon::IIntegerExMaxNumQueuedBuffer
 The maximum number of buffers that are queued in the stream grabber input queue - Applies to: InstantCamera. More...
 
Pylon::IBooleanExMigrationModeActive
 The migration mode is set up according to this setting at defined points e g , when the camera is opened - Applies to: InstantCamera. More...
 
Pylon::IBooleanExMonitorModeActive
 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. More...
 
Pylon::IIntegerExNumEmptyBuffers
 The number of empty buffers that are not used for grabbing yet - Applies to: InstantCamera. More...
 
Pylon::IIntegerExNumQueuedBuffers
 The number of buffers queued at Low Level API stream grabber - Applies to: InstantCamera. More...
 
Pylon::IIntegerExNumReadyBuffers
 The number of grab result buffers in the output queue that are ready for retrieval - Applies to: InstantCamera. More...
 
Pylon::IIntegerExOutputQueueSize
 The size of the grab result buffer output queue - Applies to: InstantCamera. More...
 
Pylon::IIntegerExStaticChunkNodeMapPoolSize
 If larger than 0, a static chunk node map pool is used instead of dynamic chunk node map creation - Applies to: InstantCamera. More...
 
Categories: GrabLoopThread
Pylon::IIntegerExGrabLoopThreadPriority
 The grab loop thread priority - Applies to: InstantCamera. More...
 
Pylon::IBooleanExGrabLoopThreadPriorityOverride
 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. More...
 
Pylon::IIntegerExGrabLoopThreadTimeout
 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. More...
 
Pylon::IBooleanExGrabLoopThreadUseTimeout
 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. More...
 
Categories: InternalGrabEngineThread
Pylon::IIntegerExInternalGrabEngineThreadPriority
 The internal grab engine thread priority - Applies to: InstantCamera. More...
 
Pylon::IBooleanExInternalGrabEngineThreadPriorityOverride
 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. More...
 
Categories: AcquisitionControl and AcquisitionTrigger
Pylon::ICommandExAcquisitionAbort
 Aborts the acquisition of images - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IBooleanExAcquisitionFrameRateEnable
 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 and boost CoaXPress. More...
 
Pylon::IBooleanExAcquisitionIdle
 A check determines whether the camera is currently idle - Applies to: GigE and ace USB. More...
 
Pylon::IEnumParameterT< AcquisitionModeEnums > & AcquisitionMode
 Sets the image acquisition mode - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::ICommandExAcquisitionStart
 Starts the acquisition of images - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IBooleanExAcquisitionStatus
 Indicates whether the camera is waiting for trigger signals - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress. More...
 
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 and boost CoaXPress. More...
 
Pylon::ICommandExAcquisitionStop
 Stops the acquisition of images - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IEnumParameterT< ExposureAutoEnums > & ExposureAuto
 Sets the operation mode of the Exposure Auto auto function - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IEnumParameterT< ExposureModeEnums > & ExposureMode
 Sets the exposure mode - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IEnumParameterT< ExposureOverlapTimeModeEnums > & ExposureOverlapTimeMode
 Sets the exposure overlap time mode - Applies to: GigE and ace USB. More...
 
Pylon::IEnumParameterT< ExposureTimeModeEnums > & ExposureTimeMode
 Sets the exposure time mode - Applies to: GigE and ace USB. More...
 
Pylon::IEnumParameterT< SensorReadoutModeEnums > & SensorReadoutMode
 Sets the sensor readout mode - Applies to: GigE and ace USB. More...
 
Pylon::IEnumParameterT< ShutterModeEnums > & ShutterMode
 Sets the shutter mode of the camera - Applies to: CameraLink, GigE and ace USB. More...
 
Pylon::IEnumParameterT< TriggerActivationEnums > & TriggerActivation
 Sets the type of signal transition that will activate the selected trigger - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
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, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IEnumParameterT< TriggerSelectorEnums > & TriggerSelector
 Sets the trigger type to be configured - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::ICommandExTriggerSoftware
 Generates a software trigger signal - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
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, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Categories: AcquisitionControl
Pylon::IIntegerExAcquisitionBurstFrameCount
 Number of frames to acquire for each Frame Burst Start trigger - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress. More...
 
Pylon::IFloatExAcquisitionFrameRate
 Acquisition frame rate of the camera in frames per second - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IEnumParameterT< BslAcquisitionStopModeEnums > & BslAcquisitionStopMode
 Sets whether Acquistion Stop commands abort exposure - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IEnumParameterT< BslExposureTimeModeEnums > & BslExposureTimeMode
 Sets the exposure time mode - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IEnumParameterT< BslImmediateTriggerModeEnums > & BslImmediateTriggerMode
 Enables the Immediate Trigger mode - Applies to: dart BCON, dart USB and pulse USB. More...
 
Pylon::IEnumParameterT< BslSensorBitDepthEnums > & BslSensorBitDepth
 Sets the bit depth of the image sensor's data output - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IEnumParameterT< BslSensorBitDepthModeEnums > & BslSensorBitDepthMode
 Sets the sensor bit depth mode - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IFloatExExposureOverlapTimeMax
 Maximum overlap of the sensor exposure with sensor readout in Trigger Width exposure mode (in microseconds) - Applies to: ace USB. More...
 
Pylon::IFloatExExposureTime
 Exposure time of the camera in microseconds - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IEnumParameterT< OverlapModeEnums > & OverlapMode
 Configures overlapping exposure and image readout - Applies to: dart BCON, dart USB and pulse USB. More...
 
Pylon::IFloatExResultingFrameRate
 Maximum frame acquisition rate with current camera settings - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IFloatExSensorReadoutTime
 Sensor readout time with current settings - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress. More...
 
Pylon::IEnumParameterT< SensorShutterModeEnums > & SensorShutterMode
 Sets the shutter mode of the camera - Applies to: dart BCON, dart USB and pulse USB. More...
 
Pylon::IFloatExTriggerDelay
 Trigger delay time in microseconds - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress. More...
 
Categories: AcquisitionTrigger
Pylon::IIntegerExAcquisitionFrameCount
 Number of frames to acquire for each Acquisition Start trigger - Applies to: CameraLink and GigE. More...
 
Pylon::IFloatExAcquisitionFrameRateAbs
 Acquisition frame rate of the camera in frames per second - Applies to: CamEmu, CameraLink and GigE. More...
 
Pylon::IEnumParameterT< AcquisitionFrameRateEnumEnums > & AcquisitionFrameRateEnum
 Applies to: CameraLink. More...
 
Pylon::IFloatExAcquisitionLineRateAbs
 Acquisition line rate of the camera in lines per second - Applies to: CameraLink and GigE. More...
 
Pylon::IBooleanExEnableBurstAcquisition
 Enables Burst Acquisition - Applies to: CameraLink and GigE. More...
 
Pylon::IFloatExExposureOverlapTimeMaxAbs
 Maximum overlap of the sensor exposure with sensor readout in Trigger Width exposure mode (in microseconds) - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExExposureOverlapTimeMaxRaw
 Maximum overlap of the sensor exposure with sensor readout in Trigger Width exposure mode (raw value) - Applies to: CameraLink and GigE. More...
 
Pylon::IFloatExExposureStartDelayAbs
 Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExExposureStartDelayRaw
 Applies to: CameraLink and GigE. More...
 
Pylon::IFloatExExposureTimeAbs
 Exposure time of the camera in microseconds - Applies to: CamEmu, CameraLink and GigE. More...
 
Pylon::IFloatExExposureTimeBaseAbs
 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. More...
 
Pylon::IBooleanExExposureTimeBaseAbsEnable
 Enables the use of the exposure timebase - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExExposureTimeRaw
 Exposure time of the camera (raw value) - Applies to: CamEmu, CameraLink and GigE. More...
 
Pylon::IFloatExFrameTimeoutAbs
 Frame timeout in microseconds - Applies to: CameraLink and GigE. More...
 
Pylon::IBooleanExFrameTimeoutEnable
 Enables the frame timeout - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< InterlacedIntegrationModeEnums > & InterlacedIntegrationMode
 Selects the Interlaced Integration Mode - Applies to: CameraLink and GigE. More...
 
Pylon::IFloatExReadoutTimeAbs
 Sensor readout time with current settings - Applies to: CameraLink and GigE. More...
 
Pylon::IFloatExResultingFramePeriodAbs
 Maximum frame acquisition period with current camera settings - Applies to: CameraLink and GigE. More...
 
Pylon::IFloatExResultingFrameRateAbs
 Maximum frame acquisition rate with current camera settings - Applies to: CamEmu, CameraLink and GigE. More...
 
Pylon::IFloatExResultingLinePeriodAbs
 Maximum line acquisition period with current camera settings - Applies to: CameraLink and GigE. More...
 
Pylon::IFloatExResultingLineRateAbs
 Maximum line acquisition rate with current camera settings - Applies to: CameraLink and GigE. More...
 
Pylon::IBooleanExSyncFreeRunTimerEnable
 Enables the synchronous free run mode - Applies to: GigE. More...
 
Pylon::IIntegerExSyncFreeRunTimerStartTimeHigh
 High 32 bits of the synchronous free run trigger start time - Applies to: GigE. More...
 
Pylon::IIntegerExSyncFreeRunTimerStartTimeLow
 Low 32 bits of the synchronous free run trigger start time - Applies to: GigE. More...
 
Pylon::IFloatExSyncFreeRunTimerTriggerRateAbs
 Synchronous free run trigger rate - Applies to: GigE. More...
 
Pylon::ICommandExSyncFreeRunTimerUpdate
 Updates synchronous free run settings - Applies to: GigE. More...
 
Pylon::IEnumParameterT< TriggerControlImplementationEnums > & TriggerControlImplementation
 Sets the image acquisition control mode - Applies to: CameraLink and GigE. More...
 
Pylon::IFloatExTriggerDelayAbs
 Trigger delay time in microseconds - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExTriggerDelayLineTriggerCount
 Trigger delay as number of line triggers - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< TriggerDelaySourceEnums > & TriggerDelaySource
 Sets the kind of trigger delay - Applies to: CameraLink and GigE. More...
 
Pylon::IBooleanExTriggerPartialClosingFrame
 Determines whether a partial or a complete frame is transmitted when the Frame Start trigger signal transitions prematurely - Applies to: CameraLink and GigE. More...
 
Categories: AcquisitionStartEventData
Pylon::IIntegerExAcquisitionStartEventStreamChannelIndex
 Stream channel index of the Acquisition Start event - Applies to: GigE. More...
 
Pylon::IIntegerExAcquisitionStartEventTimestamp
 Timestamp of the Acquisition Start event - Applies to: GigE. More...
 
Categories: AcquisitionStartOvertriggerEventData
Pylon::IIntegerExAcquisitionStartOvertriggerEventStreamChannelIndex
 Stream channel index of the Acquisition Start Overtrigger event - Applies to: GigE. More...
 
Pylon::IIntegerExAcquisitionStartOvertriggerEventTimestamp
 Timestamp of the Acquisition Start Overtrigger event - Applies to: GigE. More...
 
Categories: AcquisitionStartWaitEventData
Pylon::IIntegerExAcquisitionStartWaitEventStreamChannelIndex
 Stream channel index of the Acquisition Start Wait event - Applies to: GigE. More...
 
Pylon::IIntegerExAcquisitionStartWaitEventTimestamp
 Timestamp of the Acquisition Start Wait event - Applies to: GigE. More...
 
Categories: AcquisitionWaitEventData
Pylon::IIntegerExAcquisitionWaitEventStreamChannelIndex
 Stream channel index of the Acquisition Wait event - Applies to: GigE. More...
 
Pylon::IIntegerExAcquisitionWaitEventTimestamp
 Timestamp of an Acquisition Wait event - Applies to: GigE. More...
 
Categories: ActionControl
Pylon::IIntegerExActionCommandCount
 Number of separate action signals supported by the camera - Applies to: GigE. More...
 
Pylon::IIntegerExActionDeviceKey
 Device key used for action commands - Applies to: GigE and ace 2 GigE. More...
 
Pylon::IIntegerExActionGroupKey
 Group key used for action commands - Applies to: GigE and ace 2 GigE. More...
 
Pylon::IIntegerExActionGroupMask
 Group mask used for action commands - Applies to: GigE and ace 2 GigE. More...
 
Pylon::IIntegerExActionQueueSize
 Number of action commands that can be queued by the camera - Applies to: ace 2 GigE. More...
 
Pylon::IIntegerExActionSelector
 Action command to be configured - Applies to: GigE and ace 2 GigE. More...
 
Pylon::IIntegerExNumberOfActionSignals
 Number of separate action signals supported by the camera - Applies to: GigE. More...
 
Categories: ActionLateEventData
Pylon::IIntegerExActionLateEventStreamChannelIndex
 Stream channel index of the Action Late event - Applies to: GigE. More...
 
Pylon::IIntegerExActionLateEventTimestamp
 Timestamp of the Action Late event - Applies to: GigE. More...
 
Categories: AutoFunctionControl
Pylon::IFloatExAutoBacklightCompensation
 Backlight compensation to be applied - Applies to: dart BCON, dart USB and pulse USB. More...
 
Pylon::IFloatExAutoTargetBrightness
 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 BCON, dart USB and pulse USB. More...
 
Pylon::IFloatExAutoTargetBrightnessDamping
 Brightness adjustment damping factor to be applied - Applies to: dart BCON, dart USB and pulse USB. More...
 
Categories: AutoFunctions
Pylon::IFloatExAutoExposureTimeAbsLowerLimit
 Lower limit of the Exposure Time parameter when the Exposure Auto auto function is active - Applies to: CameraLink and GigE. More...
 
Pylon::IFloatExAutoExposureTimeAbsUpperLimit
 Upper limit of the Exposure Time parameter when the Exposure Auto auto function is active - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExAutoExposureTimeLowerLimitRaw
 Lower limit of the Exposure Time parameter when the Exposure Auto auto function is active (raw value) - Applies to: GigE. More...
 
Pylon::IIntegerExAutoExposureTimeUpperLimitRaw
 Upper limit of the Exposure Time parameter when the Exposure Auto auto function is active (raw value) - Applies to: GigE. More...
 
Pylon::IIntegerExAutoGainRawLowerLimit
 Lower limit of the Gain parameter when the Gain Auto auto function is active (raw value) - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExAutoGainRawUpperLimit
 Upper limit of the Gain parameter when the Gain Auto auto function is active (raw value) - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExAutoTargetValue
 Target brightness for the Gain Auto and the Exposure Auto auto functions - Applies to: CameraLink and GigE. More...
 
Pylon::IFloatExBalanceWhiteAdjustmentDampingAbs
 Balance White adjustment damping factor to be applied - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExBalanceWhiteAdjustmentDampingRaw
 Balance White adjustment damping factor to be applied (raw value) - Applies to: CameraLink and GigE. More...
 
Pylon::IFloatExGrayValueAdjustmentDampingAbs
 Gray value adjustment damping factor to be applied - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExGrayValueAdjustmentDampingRaw
 Gray value adjustment damping factor (raw value) to be applied - Applies to: CameraLink and GigE. More...
 
Categories: AcquisitionControl and AutoFunctionControl
Pylon::IFloatExAutoExposureTimeLowerLimit
 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 BCON, dart USB and pulse USB. More...
 
Pylon::IFloatExAutoExposureTimeUpperLimit
 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 BCON, dart USB and pulse USB. More...
 
Categories: AutoFunctionAOIs
Pylon::IIntegerExAutoFunctionAOIHeight
 Height of the auto function AOI (in pixels) - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExAutoFunctionAOIOffsetX
 Horizontal offset of the auto function AOI from the left side of the sensor (in pixels) - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExAutoFunctionAOIOffsetY
 Vertical offset from the top of the sensor to the auto function AOI (in pixels) - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< AutoFunctionAOISelectorEnums > & AutoFunctionAOISelector
 Sets which auto function AOI can be configured - Applies to: CameraLink and GigE. More...
 
Pylon::IBooleanExAutoFunctionAOIUsageIntensity
 Assigns the Gain Auto and the Exposure Auto auto functions to the currently selected auto function AOI - Applies to: CameraLink and GigE. More...
 
Pylon::IBooleanExAutoFunctionAOIUsageRedLightCorrection
 Assigns the Red Light Correction auto function to the currently selected auto function AOI - Applies to: CameraLink and GigE. More...
 
Pylon::IBooleanExAutoFunctionAOIUsageTonalRange
 Assigns the Tonal Range Auto auto function to the currently selected auto function AOI - Applies to: GigE. More...
 
Pylon::IBooleanExAutoFunctionAOIUsageWhiteBalance
 Assigns the Balance White Auto auto function to the currently selected auto function AOI - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExAutoFunctionAOIWidth
 Width of the auto function AOI (in pixels) - Applies to: CameraLink and GigE. More...
 
Categories: AutoFunctionAOIControl
Pylon::IBooleanExAutoFunctionAOIUseBrightness
 Assigns the Gain Auto and the Exposure Auto auto functions to the currently selected auto function AOI - Applies to: ace USB. More...
 
Pylon::IBooleanExAutoFunctionAOIUseWhiteBalance
 Assigns the Balance White auto function to the currently selected auto function AOI - Applies to: ace USB. More...
 
Categories: AutoFunctionControl and AutoFunctions
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 BCON, dart USB and pulse USB. More...
 
Categories: AutoFunctionROIControl
Pylon::IIntegerExAutoFunctionROIHeight
 Height of the auto function ROI (in pixels) - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IBooleanExAutoFunctionROIHighlight
 Highlights the current auto function ROI in the image window - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IIntegerExAutoFunctionROIOffsetX
 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, dart BCON, dart USB and pulse USB. More...
 
Pylon::IIntegerExAutoFunctionROIOffsetY
 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, dart BCON, dart USB and pulse USB. More...
 
Pylon::IEnumParameterT< AutoFunctionROISelectorEnums > & AutoFunctionROISelector
 Sets which auto function ROI can be configured - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IBooleanExAutoFunctionROIUseBrightness
 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 BCON, dart USB and pulse USB. More...
 
Pylon::IBooleanExAutoFunctionROIUseTonalRange
 Assigns the Tonal Range Auto auto function to the currently selected auto function ROI - Applies to: ace USB. More...
 
Pylon::IBooleanExAutoFunctionROIUseWhiteBalance
 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, dart BCON, dart USB and pulse USB. More...
 
Pylon::IIntegerExAutoFunctionROIWidth
 Width of the auto function ROI (in pixels) - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Categories: AnalogControl and AutoFunctionControl
Pylon::IFloatExAutoGainLowerLimit
 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 BCON, dart USB and pulse USB. More...
 
Pylon::IFloatExAutoGainUpperLimit
 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 BCON, dart USB and pulse USB. More...
 
Categories: AutoTonalRangeControl
Pylon::IEnumParameterT< AutoTonalRangeAdjustmentSelectorEnums > & AutoTonalRangeAdjustmentSelector
 Sets which parts of the tonal range can be adjusted - Applies to: GigE and ace USB. More...
 
Pylon::IEnumParameterT< AutoTonalRangeModeSelectorEnums > & AutoTonalRangeModeSelector
 Sets the kind of tonal range auto adjustment - Applies to: GigE and ace USB. More...
 
Pylon::IIntegerExAutoTonalRangeTargetBright
 Bright target value to be used during automatic tonal range adjustments - Applies to: GigE and ace USB. More...
 
Pylon::IIntegerExAutoTonalRangeTargetDark
 Dark target value to be used during automatic tonal range adjustments - Applies to: GigE and ace USB. More...
 
Pylon::IFloatExAutoTonalRangeThresholdBright
 Threshold value from which the Tonal Range Source Bright parameter value is calculated during automatic tonal range adjustments - Applies to: GigE and ace USB. More...
 
Pylon::IIntegerExAutoTonalRangeThresholdBrightRaw
 Threshold value from which the Tonal Range Source Bright parameter value is calculated during automatic tonal range adjustments (raw value) - Applies to: GigE. More...
 
Pylon::IFloatExAutoTonalRangeThresholdDark
 Threshold value from which the Tonal Range Source Dark parameter value is calculated during automatic tonal range adjustments - Applies to: GigE and ace USB. More...
 
Pylon::IIntegerExAutoTonalRangeThresholdDarkRaw
 Threshold value from which the Tonal Range Source Dark parameter value is calculated during automatic tonal range adjustments (raw value) - Applies to: GigE. More...
 
Categories: BLCSerialPortControl
Pylon::IBooleanExBLCSerialFramingError
 A serial framing error occurred on reception - Applies to: GigE and ace USB. More...
 
Pylon::IBooleanExBLCSerialParityError
 A serial parity error occurred on reception - Applies to: GigE and ace USB. More...
 
Pylon::IEnumParameterT< BLCSerialPortBaudRateEnums > & BLCSerialPortBaudRate
 Reports the baud rate of the serial communication module - Applies to: GigE and ace USB. More...
 
Pylon::ICommandExBLCSerialPortClearErrors
 Clears the error flags of the serial communication module - Applies to: GigE and ace USB. More...
 
Pylon::IEnumParameterT< BLCSerialPortParityEnums > & BLCSerialPortParity
 Reports the parity bit configuration of the serial communication module - Applies to: GigE and ace USB. More...
 
Pylon::ICommandExBLCSerialPortReceiveCmd
 Reads and removes the front byte value from the serial communication receive queue - Applies to: GigE and ace USB. More...
 
Pylon::IIntegerExBLCSerialPortReceiveValue
 Last byte value read from the serial communication receive queue - Applies to: GigE and ace USB. More...
 
Pylon::IEnumParameterT< BLCSerialPortSourceEnums > & BLCSerialPortSource
 Sets the signal source for the serial communication module - Applies to: GigE and ace USB. More...
 
Pylon::IEnumParameterT< BLCSerialPortStopBitsEnums > & BLCSerialPortStopBits
 Reports the number of stop bits used by the serial communication module - Applies to: GigE and ace USB. More...
 
Pylon::ICommandExBLCSerialPortTransmitCmd
 Writes the current byte value to the transmit queue - Applies to: GigE and ace USB. More...
 
Pylon::IIntegerExBLCSerialPortTransmitValue
 Byte value to be written to the transmit queue - Applies to: GigE and ace USB. More...
 
Pylon::IEnumParameterT< BLCSerialReceiveQueueStatusEnums > & BLCSerialReceiveQueueStatus
 Reports the status of the serial communication receive queue - Applies to: GigE and ace USB. More...
 
Pylon::IEnumParameterT< BLCSerialTransmitQueueStatusEnums > & BLCSerialTransmitQueueStatus
 Reports the status of the serial communication transmit queue - Applies to: GigE and ace USB. More...
 
Categories: ImageQualityControl and WhiteBalanceControl
Pylon::IFloatExBalanceRatio
 Balance Ratio value to be applied to the currently selected channel - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Categories: ColorImprovementsControl and ImageQualityControl
Pylon::IFloatExBalanceRatioAbs
 Balance Ratio value to be applied to the currently selected channel - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExBalanceRatioRaw
 Balance Ratio value to be applied to the currently selected channel (raw value) - Applies to: CameraLink and GigE. More...
 
Pylon::ICommandExBalanceWhiteReset
 Resets all white balance adjustments - Applies to: CameraLink and GigE. More...
 
Pylon::IBooleanExColorAdjustmentEnable
 Enables color adjustment - Applies to: CameraLink and GigE. More...
 
Pylon::IFloatExColorAdjustmentHue
 Hue adjustment value to be applied to the currently selected color channel - Applies to: CameraLink, GigE and ace USB. More...
 
Pylon::IIntegerExColorAdjustmentHueRaw
 Hue adjustment value to be applied to the currently selected color channel (raw value) - Applies to: CameraLink and GigE. More...
 
Pylon::ICommandExColorAdjustmentReset
 Allows you to restore previous color adjustment settings - Applies to: CameraLink and GigE. More...
 
Pylon::IFloatExColorAdjustmentSaturation
 Saturation adjustment value to be applied to the currently selected color channel - Applies to: CameraLink, GigE and ace USB. More...
 
Pylon::IIntegerExColorAdjustmentSaturationRaw
 Saturation adjustment value to be applied to the currently selected color channel (raw value) - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< ColorAdjustmentSelectorEnums > & ColorAdjustmentSelector
 Sets which color in your images will be adjusted - Applies to: CameraLink, GigE and ace USB. More...
 
Pylon::IFloatExColorTransformationMatrixFactor
 Extent to which the color matrix influences the color values - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExColorTransformationMatrixFactorRaw
 Extent to which the color matrix influences the color values (raw value) - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExColorTransformationValueRaw
 Transformation value for the selected element in the color transformation matrix (raw value) - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< LightSourceSelectorEnums > & LightSourceSelector
 Sets the type of light source for which color transformation will be performed - Applies to: CameraLink and GigE. More...
 
Categories: ColorImprovementsControl, ImageQualityControl and WhiteBalanceControl
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, dart BCON, dart USB and pulse USB. More...
 
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, dart BCON, dart USB and pulse USB. More...
 
Categories: GigEVision
Pylon::IEnumParameterT< BandwidthReserveModeEnums > & BandwidthReserveMode
 Sets a predefined bandwidth reserve or enables manual configuration of the bandwidth reserve - Applies to: ace 2 GigE. More...
 
Categories: TransportLayerControl
Pylon::IEnumParameterT< BconClockFrequencyEnums > & BconClockFrequency
 Sets the clock frequency for the BCON transport layer - Applies to: dart BCON. More...
 
Pylon::IEnumParameterT< BconPixelsPerClockCycleEnums > & BconPixelsPerClockCycle
 Sets the number of pixels transmitted per clock cycle via the BCON interface - Applies to: dart BCON. More...
 
Pylon::IEnumParameterT< BslUSBSpeedModeEnums > & BslUSBSpeedMode
 Indicates the speed mode of the USB port - Applies to: ace 2 USB, ace USB, dart USB and pulse USB. More...
 
Pylon::IEnumParameterT< DeviceTapGeometryEnums > & DeviceTapGeometry
 Sets the tap geometry - Applies to: boost CoaXPress. More...
 
Pylon::IIntegerExPayloadFinalTransfer1Size
 For information only May be required when contacting Basler support - Applies to: dart USB and pulse USB. More...
 
Pylon::IIntegerExPayloadFinalTransfer2Size
 For information only May be required when contacting Basler support - Applies to: dart USB and pulse USB. More...
 
Pylon::IIntegerExPayloadTransferBlockDelay
 This parameter is required when using the sequencer - Applies to: ace USB. More...
 
Pylon::IIntegerExPayloadTransferCount
 For information only May be required when contacting Basler support - Applies to: dart USB and pulse USB. More...
 
Pylon::IIntegerExPayloadTransferSize
 For information only May be required when contacting Basler support - Applies to: dart USB and pulse USB. More...
 
Pylon::IIntegerExSIPayloadFinalTransfer1Size
 For information only May be required when contacting Basler support - Applies to: ace 2 USB and ace USB. More...
 
Pylon::IIntegerExSIPayloadFinalTransfer2Size
 For information only May be required when contacting Basler support - Applies to: ace 2 USB and ace USB. More...
 
Pylon::IIntegerExSIPayloadTransferCount
 For information only May be required when contacting Basler support - Applies to: ace 2 USB and ace USB. More...
 
Pylon::IIntegerExSIPayloadTransferSize
 For information only May be required when contacting Basler support - Applies to: ace 2 USB and ace USB. More...
 
Categories: AOI and ImageFormatControl
Pylon::IIntegerExBinningHorizontal
 Number of adjacent horizontal pixels to be summed - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IEnumParameterT< BinningHorizontalModeEnums > & BinningHorizontalMode
 Sets the binning mode for horizontal binning - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IIntegerExBinningVertical
 Number of adjacent vertical pixels to be summed - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IEnumParameterT< BinningVerticalModeEnums > & BinningVerticalMode
 Sets the binning mode for vertical binning - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IBooleanExCenterX
 Centers the image horizontally - Applies to: CameraLink, GigE and ace USB. More...
 
Pylon::IBooleanExCenterY
 Centers the image vertically - Applies to: CameraLink, GigE and ace USB. More...
 
Pylon::IIntegerExDecimationHorizontal
 Horizontal decimation factor - Applies to: CameraLink, GigE and ace USB. More...
 
Pylon::IIntegerExDecimationVertical
 Vertical decimation factor - Applies to: CameraLink, GigE and ace USB. More...
 
Pylon::IIntegerExHeight
 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, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IIntegerExOffsetX
 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, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IIntegerExOffsetY
 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, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IEnumParameterT< ROIZoneModeEnums > & ROIZoneMode
 Enables or disables the currently selected ROI zone - Applies to: GigE and ace USB. More...
 
Pylon::IIntegerExROIZoneOffset
 Vertical offset of the currently selected ROI zone - Applies to: GigE and ace USB. More...
 
Pylon::IEnumParameterT< ROIZoneSelectorEnums > & ROIZoneSelector
 Sets the ROI zone that can be configured - Applies to: GigE and ace USB. More...
 
Pylon::IIntegerExROIZoneSize
 Height of the currently selected ROI zone - Applies to: GigE and ace USB. More...
 
Pylon::IIntegerExWidth
 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, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Categories: AOI
Pylon::IEnumParameterT< BinningModeHorizontalEnums > & BinningModeHorizontal
 Sets the binning mode for horizontal binning - Applies to: CameraLink. More...
 
Pylon::IEnumParameterT< BinningModeVerticalEnums > & BinningModeVertical
 Sets the binning mode for vertical binning - Applies to: CameraLink. More...
 
Pylon::IEnumParameterT< LegacyBinningVerticalEnums > & LegacyBinningVertical
 Sets whether vertical binning is used - Applies to: CameraLink and GigE. More...
 
Pylon::IFloatExScalingHorizontalAbs
 Horizontal scaling factor - Applies to: GigE. More...
 
Pylon::IFloatExScalingVerticalAbs
 Vertical scaling factor - Applies to: GigE. More...
 
Categories: AnalogControl
Pylon::IFloatExBlackLevel
 Black level value to be applied to the currently selected sensor tap - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IEnumParameterT< BslColorSpaceModeEnums > & BslColorSpaceMode
 Sets the color space for image acquisitions - Applies to: dart BCON, dart USB and pulse USB. More...
 
Pylon::IFloatExGain
 Value of the currently selected gain in dB - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Categories: AnalogControls
Pylon::IFloatExBlackLevelAbs
 Sets the value of the selected black level control as a float - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExBlackLevelRaw
 Black level value to be applied to the currently selected sensor tap (raw value) - Applies to: CameraLink and GigE. More...
 
Pylon::IFloatExGainAbs
 This is a float value that sets the selected gain control in dB - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExGainRaw
 Value of the currently selected gain (raw value) - Applies to: CamEmu, CameraLink and GigE. More...
 
Pylon::IBooleanExGammaEnable
 Enables gamma correction - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< GammaSelectorEnums > & GammaSelector
 Sets the type of gamma to be applied - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExSubstrateVoltage
 Substrate voltage - Applies to: CameraLink and GigE. More...
 
Categories: AnalogControl and AnalogControls
Pylon::IEnumParameterT< BlackLevelSelectorEnums > & BlackLevelSelector
 Sets which sensor tap can be configured - Applies to: CameraLink, GigE, ace USB, dart BCON, dart USB and pulse USB. More...
 
Pylon::IIntegerExDigitalShift
 Digital shift to be applied - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress. More...
 
Pylon::IEnumParameterT< GainAutoEnums > & GainAuto
 Sets the operation mode of the Gain Auto auto function - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IEnumParameterT< GainSelectorEnums > & GainSelector
 Sets the gain type to be adjusted - Applies to: CameraLink, GigE, ace USB, dart BCON, dart USB and pulse USB. More...
 
Pylon::IFloatExGamma
 Gamma correction to be applied - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Categories: ImageQualityControl
Pylon::IFloatExBslBrightness
 Brightness value to be applied - Applies to: GigE, ace USB, dart BCON, dart USB and pulse USB. More...
 
Pylon::IIntegerExBslBrightnessRaw
 Brightness value to be applied (raw value) - Applies to: GigE. More...
 
Pylon::IFloatExBslContrast
 Contrast value to be applied - Applies to: GigE, ace USB, dart BCON, dart USB and pulse USB. More...
 
Pylon::IEnumParameterT< BslContrastModeEnums > & BslContrastMode
 Sets the contrast mode - Applies to: GigE, ace USB, dart BCON, dart USB and pulse USB. More...
 
Pylon::IIntegerExBslContrastRaw
 Contrast value to be applied (raw value) - Applies to: GigE. More...
 
Pylon::IFloatExBslHue
 Hue shift value to be applied - Applies to: GigE and ace USB. More...
 
Pylon::IIntegerExBslHueRaw
 Hue shift value to be applied (raw value) - Applies to: GigE. More...
 
Pylon::IIntegerExBslHueValue
 Hue shift value to be applied - Applies to: dart BCON, dart USB and pulse USB. More...
 
Pylon::IFloatExBslSaturation
 Saturation value to be applied - Applies to: GigE and ace USB. More...
 
Pylon::IIntegerExBslSaturationRaw
 Saturation value to be applied (raw value) - Applies to: GigE. More...
 
Pylon::IFloatExBslSaturationValue
 Saturation value to be applied - Applies to: dart BCON, dart USB and pulse USB. More...
 
Pylon::IEnumParameterT< DefectPixelCorrectionModeEnums > & DefectPixelCorrectionMode
 Identifies outlier pixels and adjusts their intensity value - Applies to: dart BCON, dart USB and pulse USB. More...
 
Pylon::IEnumParameterT< LightSourcePresetEnums > & LightSourcePreset
 Sets the light source preset - Applies to: ace USB, dart BCON, dart USB and pulse USB. More...
 
Categories: ImageFormatControl
Pylon::ICommandExBslCenterX
 Centers the image horizontally - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::ICommandExBslCenterY
 Centers the image vertically - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IIntegerExLinePitch
 Number of bytes separating the starting pixels of two consecutive lines - Applies to: ace USB. More...
 
Pylon::IBooleanExLinePitchEnable
 Enables the alignment of output image data to multiples of 4 bytes - Applies to: ace USB. More...
 
Pylon::IFloatExScalingHorizontal
 Horizontal scaling factor - Applies to: ace USB. More...
 
Pylon::IFloatExScalingVertical
 Vertical scaling factor - Applies to: ace USB. More...
 
Pylon::IEnumParameterT< TestPatternEnums > & TestPattern
 Sets the test pattern to display - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Categories: ColorAdjustmentControl
Pylon::IBooleanExBslColorAdjustmentEnable
 Enables color adjustment - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IFloatExBslColorAdjustmentHue
 Hue adjustment value to be applied to the currently selected color channel - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IFloatExBslColorAdjustmentSaturation
 Saturation adjustment value to be applied to the currently selected color channel - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IEnumParameterT< BslColorAdjustmentSelectorEnums > & BslColorAdjustmentSelector
 Sets which color in your images will be adjusted - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Categories: AnalogControl and ImageProcessingControl
Pylon::IEnumParameterT< BslColorSpaceEnums > & BslColorSpace
 Sets the color space for image acquisitions - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Categories: DeviceControl
Pylon::IIntegerExBslDeviceLinkCurrentThroughput
 Actual bandwidth the camera will use - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IFloatExBslTemperatureMax
 Indicates the maximum temperature the camera reached during operation - Applies to: ace 2 GigE and ace 2 USB. More...
 
Pylon::IEnumParameterT< BslTemperatureStatusEnums > & BslTemperatureStatus
 Indicates the temperature state - Applies to: ace 2 GigE and ace 2 USB. More...
 
Pylon::IIntegerExBslTemperatureStatusErrorCount
 Indicates how often the temperature state changed to Error - Applies to: ace 2 GigE and ace 2 USB. More...
 
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 and boost CoaXPress. More...
 
Pylon::IFloatExDeviceClockFrequency
 Clock frequency used - Applies to: dart BCON. More...
 
Pylon::IEnumParameterT< DeviceClockSelectorEnums > & DeviceClockSelector
 Sets the clock of the camera - Applies to: dart BCON. More...
 
Pylon::IStringExDeviceFamilyName
 Identifier of the product family of the device - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::ICommandExDeviceFeaturePersistenceEnd
 Disables feature streaming on the device - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::ICommandExDeviceFeaturePersistenceStart
 Enables feature streaming on the device - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IIntegerExDeviceGenCPVersionMajor
 Major version of the GenCP protocol supported by the device - Applies to: ace 2 USB. More...
 
Pylon::IIntegerExDeviceGenCPVersionMinor
 Minor version of the GenCP protocol supported by the device - Applies to: ace 2 USB. More...
 
Pylon::IEnumParameterT< DeviceIndicatorModeEnums > & DeviceIndicatorMode
 Sets the behavior of the camera's status LED - Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart BCON and dart USB. More...
 
Pylon::IIntegerExDeviceLinkCurrentThroughput
 Actual bandwidth the camera will use - Applies to: ace USB. More...
 
Pylon::IIntegerExDeviceLinkSelector
 Device link to be configured - Applies to: ace USB, dart USB and pulse USB. More...
 
Pylon::IIntegerExDeviceLinkSpeed
 Speed of transmission negotiated on the selected link - Applies to: ace USB, dart USB and pulse USB. More...
 
Pylon::IIntegerExDeviceLinkThroughputLimit
 Bandwidth limit for data transmission (in bytes per second) - Applies to: ace 2 GigE, ace 2 USB, ace USB, dart USB and pulse USB. More...
 
Pylon::IEnumParameterT< DeviceLinkThroughputLimitModeEnums > & DeviceLinkThroughputLimitMode
 Enables/disables the device link throughput limit - Applies to: ace 2 GigE, ace 2 USB, ace USB, dart USB and pulse USB. More...
 
Pylon::IStringExDeviceManifestPrimaryURL
 First URL to the GenICam XML device description file of the selected manifest entry - Applies to: ace 2 GigE and boost CoaXPress. More...
 
Pylon::IIntegerExDeviceManifestSchemaMajorVersion
 Major version number of the schema file of the selected manifest entry - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IIntegerExDeviceManifestSchemaMinorVersion
 Minor version number of the schema file of the selected manifest entry - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IIntegerExDeviceManifestXMLMajorVersion
 Major version number of the GenICam XML file of the selected manifest entry - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IIntegerExDeviceManifestXMLMinorVersion
 Minor version number of the GenICam XML file of the selected manifest entry - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IIntegerExDeviceManifestXMLSubMinorVersion
 Subminor version number of the GenICam XML file of the selected manifest entry - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IEnumParameterT< DeviceRegistersEndiannessEnums > & DeviceRegistersEndianness
 Endianness of the registers of the device - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::ICommandExDeviceRegistersStreamingEnd
 Announces the end of feature streaming - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::ICommandExDeviceRegistersStreamingStart
 Prepares the camera for feature streaming - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IIntegerExDeviceSFNCVersionMajor
 Major version number of the SFNC specification that the camera is compatible with - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IIntegerExDeviceSFNCVersionMinor
 Minor version number of the SFNC specification that the camera is compatible with - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IIntegerExDeviceSFNCVersionSubMinor
 Subminor version number of the SFNC specification that the camera is compatible with - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IStringExDeviceSerialNumber
 Serial number of the camera - Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IEnumParameterT< DeviceTLTypeEnums > & DeviceTLType
 Indicates the type of the device's transport layer - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IIntegerExDeviceTLVersionMajor
 Major version number of the device's transport layer - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IIntegerExDeviceTLVersionMinor
 Minor version number of the device's transport layer - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IIntegerExDeviceTLVersionSubMinor
 Subminor version number of the device's transport layer - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IFloatExDeviceTemperature
 Temperature at the selected location in the camera (in degrees centigrade) - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress. More...
 
Pylon::IEnumParameterT< DeviceTemperatureSelectorEnums > & DeviceTemperatureSelector
 Sets the location in the camera where the temperature will be measured - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress. More...
 
Pylon::ICommandExTimestampLatch
 Latches the current timestamp counter and stores its value in TimestampLatchValue - Applies to: ace 2 GigE, ace 2 USB and ace USB. More...
 
Pylon::IIntegerExTimestampLatchValue
 Latched value of the timestamp counter - Applies to: ace 2 GigE, ace 2 USB and ace USB. More...
 
Pylon::ICommandExTimestampReset
 Resets the current timestamp counter - Applies to: ace 2 GigE. More...
 
Categories: ErrorReportControl
Pylon::IBooleanExBslErrorPresent
 Indicates whether an internal error occured on the device - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::ICommandExBslErrorReportNext
 Retrieves the next error code from the device - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IIntegerExBslErrorReportValue
 Error code indicating the cause of the internal error - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Categories: ImageCompression
Pylon::IFloatExBslImageCompressionLastRatio
 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. More...
 
Pylon::IIntegerExBslImageCompressionLastSize
 Compressed payload size of the last acquired image in bytes - Applies to: ace 2 GigE and ace 2 USB. More...
 
Pylon::IFloatExBslImageCompressionRatio
 Maximum ratio between the payload size of compressed and uncompressed images - Applies to: ace 2 GigE and ace 2 USB. More...
 
Pylon::IEnumParameterT< ImageCompressionModeEnums > & ImageCompressionMode
 Sets the compression mode of the camera - Applies to: ace 2 GigE and ace 2 USB. More...
 
Pylon::IEnumParameterT< ImageCompressionRateOptionEnums > & ImageCompressionRateOption
 Configures the selected compression mechanism - Applies to: ace 2 GigE and ace 2 USB. More...
 
Categories: DigitalIOControl
Pylon::IFloatExBslInputFilterTime
 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 and boost CoaXPress. More...
 
Pylon::IFloatExBslInputHoldOffTime
 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 and boost CoaXPress. More...
 
Pylon::IBooleanExBslLineOverloadStatus
 Indicates whether a GPIO line is overloaded, i e , not powered correctly - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IFloatExLineDebouncerTime
 Line debouncer time in microseconds - Applies to: ace USB, dart BCON and dart USB. More...
 
Pylon::IFloatExLineMinimumOutputPulseWidth
 Minimum signal width of an output signal (in microseconds) - Applies to: ace USB. More...
 
Pylon::ICommandExLineOverloadReset
 Resets the overload status of the selected line - Applies to: ace USB. More...
 
Pylon::IBooleanExLineOverloadStatus
 Indicates whether an overload condition has been detected on the selected line - Applies to: ace USB. More...
 
Categories: BslLightControl
Pylon::ICommandExBslLightControlEnumerateDevices
 Searches for light devices connected to your camera - Applies to: GigE and ace USB. More...
 
Pylon::IEnumParameterT< BslLightControlErrorStatusEnums > & BslLightControlErrorStatus
 Indicates whether any of the light devices are currently experiencing problems - Applies to: GigE and ace USB. More...
 
Pylon::IEnumParameterT< BslLightControlModeEnums > & BslLightControlMode
 Enables/disables the light control features - Applies to: GigE and ace USB. More...
 
Pylon::IEnumParameterT< BslLightControlSourceEnums > & BslLightControlSource
 Sets which line is used to control the light features - Applies to: GigE and ace USB. More...
 
Pylon::IEnumParameterT< BslLightControlStatusEnums > & BslLightControlStatus
 Indicates the current state of the light control mode - Applies to: GigE and ace USB. More...
 
Pylon::IFloatExBslLightDeviceBrightness
 Brightness of the light in percent of total brightness available - Applies to: GigE and ace USB. More...
 
Pylon::IIntegerExBslLightDeviceBrightnessRaw
 Brightness of the light in percent of total brightness available (raw value) - Applies to: GigE. More...
 
Pylon::IEnumParameterT< BslLightDeviceChangeIDEnums > & BslLightDeviceChangeID
 Changes the ID of the currently selected light device - Applies to: GigE and ace USB. More...
 
Pylon::ICommandExBslLightDeviceClearLastError
 Clears the last light device error - Applies to: GigE and ace USB. More...
 
Pylon::IStringExBslLightDeviceFirmwareVersion
 Version of the light device's firmware - Applies to: GigE and ace USB. More...
 
Pylon::IEnumParameterT< BslLightDeviceLastErrorEnums > & BslLightDeviceLastError
 Indicates the last light device error - Applies to: GigE and ace USB. More...
 
Pylon::IFloatExBslLightDeviceMaxCurrent
 Maximum current that the light device is going to use - Applies to: GigE and ace USB. More...
 
Pylon::IIntegerExBslLightDeviceMaxCurrentRaw
 Maximum current that the light device is going to use (raw value) - Applies to: GigE. More...
 
Pylon::IEnumParameterT< BslLightDeviceOperationModeEnums > & BslLightDeviceOperationMode
 Sets the operation mode of the light device - Applies to: GigE and ace USB. More...
 
Pylon::IEnumParameterT< BslLightDeviceSelectorEnums > & BslLightDeviceSelector
 Sets which light device can be configured - Applies to: GigE and ace USB. More...
 
Pylon::IFloatExBslLightDeviceStrobeDuration
 Duration of the individual strobe pulses - Applies to: GigE and ace USB. More...
 
Pylon::IIntegerExBslLightDeviceStrobeDurationRaw
 Duration of the individual strobe pulses (raw value) - Applies to: GigE. More...
 
Pylon::IEnumParameterT< BslLightDeviceStrobeModeEnums > & BslLightDeviceStrobeMode
 Sets the strobe mode of the light device - Applies to: GigE and ace USB. More...
 
Categories: ImageProcessingControl
Pylon::IEnumParameterT< BslLightSourcePresetEnums > & BslLightSourcePreset
 Sets the light source preset - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IBooleanExBslLightSourcePresetFeatureEnable
 Enables adjustment of the selected feature - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
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 and boost CoaXPress. More...
 
Pylon::IFloatExBslScalingFactor
 Scaling factor to be applied to all images - Applies to: ace 2 GigE and ace 2 USB. More...
 
Categories: BslPGIControl
Pylon::IFloatExBslNoiseReduction
 Amount of noise reduction to be applied - Applies to: ace 2 GigE and ace 2 USB. More...
 
Pylon::IFloatExBslSharpnessEnhancement
 Sharpening value to be applied - Applies to: ace 2 GigE and ace 2 USB. More...
 
Categories: BslPeriodicSignalControl
Pylon::IFloatExBslPeriodicSignalDelay
 Delay to be applied to the periodic signal in microseconds - Applies to: ace 2 GigE. More...
 
Pylon::IFloatExBslPeriodicSignalPeriod
 Length of the periodic signal in microseconds - Applies to: ace 2 GigE. More...
 
Pylon::IEnumParameterT< BslPeriodicSignalSelectorEnums > & BslPeriodicSignalSelector
 Sets the periodic signal channel to be configured - Applies to: ace 2 GigE. More...
 
Pylon::IEnumParameterT< BslPeriodicSignalSourceEnums > & BslPeriodicSignalSource
 Indicates whether the camera is synchronized via Precision Time Protocol (PTP) - Applies to: ace 2 GigE. More...
 
Categories: PtpControl
Pylon::IEnumParameterT< BslPtpDelayMechanismEnums > & BslPtpDelayMechanism
 Indicates the PTP delay mechanism - Applies to: ace 2 GigE. More...
 
Pylon::IBooleanExBslPtpManagementEnable
 Enables PTP management - Applies to: ace 2 GigE. More...
 
Pylon::IEnumParameterT< BslPtpNetworkModeEnums > & BslPtpNetworkMode
 Sets the mode for PTP network communication - Applies to: ace 2 GigE. More...
 
Pylon::IIntegerExBslPtpPriority1
 Value indicating the priority of the device when determining the master clock - Applies to: ace 2 GigE. More...
 
Pylon::IEnumParameterT< BslPtpProfileEnums > & BslPtpProfile
 Sets the default PTP profile - Applies to: ace 2 GigE. More...
 
Pylon::IBooleanExBslPtpTwoStep
 Configures a two-step clock if enabled or a one-step clock if disabled - Applies to: ace 2 GigE. More...
 
Pylon::IIntegerExBslPtpUcPortAddr
 Unicast port address - Applies to: ace 2 GigE. More...
 
Pylon::IIntegerExBslPtpUcPortAddrIndex
 Unicast port address index - Applies to: ace 2 GigE. More...
 
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. More...
 
Pylon::IIntegerExPtpClockID
 Returns the latched clock ID of the PTP device - Applies to: ace 2 GigE. More...
 
Pylon::ICommandExPtpDataSetLatch
 Latches the current values from the device's PTP clock data set - Applies to: ace 2 GigE. More...
 
Pylon::IBooleanExPtpEnable
 Enables the Precision Time Protocol (PTP) - Applies to: ace 2 GigE. More...
 
Pylon::IIntegerExPtpGrandmasterClockID
 Returns the latched grandmaster clock ID of the PTP device - Applies to: ace 2 GigE. More...
 
Pylon::IIntegerExPtpOffsetFromMaster
 Returns the latched offset from the PTP master clock in nanoseconds - Applies to: ace 2 GigE. More...
 
Pylon::IIntegerExPtpParentClockID
 Returns the latched parent clock ID of the PTP device - Applies to: ace 2 GigE. More...
 
Pylon::IEnumParameterT< PtpServoStatusEnums > & PtpServoStatus
 Returns the latched state of the clock servo - Applies to: ace 2 GigE. More...
 
Pylon::IEnumParameterT< PtpStatusEnums > & PtpStatus
 Returns the latched state of the PTP clock - Applies to: ace 2 GigE. More...
 
Categories: VignettingCorrection
Pylon::ICommandExBslVignettingCorrectionLoad
 Loads the vignetting correction data from the camera's file system - Applies to: boost CoaXPress. More...
 
Pylon::IEnumParameterT< BslVignettingCorrectionModeEnums > & BslVignettingCorrectionMode
 Enables the vignetting correction - Applies to: boost CoaXPress. More...
 
Categories: CameraOperationControl
Pylon::IEnumParameterT< CameraOperationModeEnums > & CameraOperationMode
 Sets the camera operation mode - Applies to: ace USB. More...
 
Categories: ChunkData and ChunkDataControl
Pylon::IEnumParameterT< ChunkCounterSelectorEnums > & ChunkCounterSelector
 Sets which counter to retrieve chunk data from - Applies to: ace USB. More...
 
Pylon::IIntegerExChunkCounterValue
 Value of the selected chunk counter - Applies to: ace USB. More...
 
Pylon::IFloatExChunkExposureTime
 Exposure time used to acquire the image - Applies to: GigE and ace USB. More...
 
Pylon::IFloatExChunkGain
 Gain used during image acquisition - Applies to: ace USB. More...
 
Pylon::IEnumParameterT< ChunkGainSelectorEnums > & ChunkGainSelector
 Sets which gain channel to retrieve chunk data from - Applies to: ace USB. More...
 
Pylon::IIntegerExChunkLineStatusAll
 Bit field that indicates the status of all of the camera's input and output lines when the image was acquired - Applies to: GigE and ace USB. More...
 
Pylon::IIntegerExChunkPayloadCRC16
 CRC checksum of the acquired image - Applies to: GigE and ace USB. More...
 
Pylon::IIntegerExChunkSequencerSetActive
 Index of the active sequencer set - Applies to: ace USB. More...
 
Pylon::IIntegerExChunkTimestamp
 Value of the timestamp when the image was acquired - Applies to: GigE and ace USB. More...
 
Categories: ChunkData
Pylon::IIntegerExChunkDynamicRangeMax
 Maximum possible pixel value in the acquired image - Applies to: GigE. More...
 
Pylon::IIntegerExChunkDynamicRangeMin
 Minimum possible pixel value in the acquired image - Applies to: GigE. More...
 
Pylon::IIntegerExChunkFrameTriggerCounter
 Value of the Frame Trigger counter when the image was acquired - Applies to: GigE. More...
 
Pylon::IIntegerExChunkFrameTriggerIgnoredCounter
 Value of the Frame Trigger Ignored counter when the image was acquired - Applies to: GigE. More...
 
Pylon::IIntegerExChunkFramecounter
 Value of the Frame counter when the image was acquired - Applies to: GigE. More...
 
Pylon::IIntegerExChunkFramesPerTriggerCounter
 Value of the Frames per Trigger counter when the image was acquired - Applies to: GigE. More...
 
Pylon::IIntegerExChunkGainAll
 Gain All value of the acquired image - Applies to: GigE. More...
 
Pylon::IIntegerExChunkHeight
 AOI height of the acquired image - Applies to: GigE. More...
 
Pylon::IIntegerExChunkInputStatusAtLineTriggerBitsPerLine
 Number of bits per line used for the Input Status At Line Trigger parameter - Applies to: GigE. More...
 
Pylon::IIntegerExChunkInputStatusAtLineTriggerIndex
 Index number used for the Input Status At Line Trigger parameter - Applies to: GigE. More...
 
Pylon::IIntegerExChunkInputStatusAtLineTriggerValue
 Value indicating the status of the camera's input lines when a specific line was acquired - Applies to: GigE. More...
 
Pylon::IIntegerExChunkLineTriggerCounter
 Value of the Line Trigger counter when the image was acquired - Applies to: GigE. More...
 
Pylon::IIntegerExChunkLineTriggerEndToEndCounter
 Value of the Line Trigger End to End counter when the image was acquired - Applies to: GigE. More...
 
Pylon::IIntegerExChunkLineTriggerIgnoredCounter
 Value of the Line Trigger Ignored counter when the image was acquired - Applies to: GigE. More...
 
Pylon::IIntegerExChunkOffsetX
 X offset of the AOI of the acquired image - Applies to: GigE. More...
 
Pylon::IIntegerExChunkOffsetY
 Y offset of the AOI of the acquired image - Applies to: GigE. More...
 
Pylon::IEnumParameterT< ChunkPixelFormatEnums > & ChunkPixelFormat
 Indicates the pixel format of the acquired image - Applies to: GigE. More...
 
Pylon::IIntegerExChunkSequenceSetIndex
 Sequence set index number related to the acquired image - Applies to: GigE. More...
 
Pylon::IIntegerExChunkShaftEncoderCounter
 Value of the Shaft Encoder counter when the image was acquired - Applies to: GigE. More...
 
Pylon::IIntegerExChunkStride
 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. More...
 
Pylon::IIntegerExChunkTriggerinputcounter
 Value of the Trigger Input counter when the image was acquired - Applies to: GigE. More...
 
Pylon::IIntegerExChunkVirtLineStatusAll
 Status of all of the camera's virtual input and output lines when the image was acquired - Applies to: GigE. More...
 
Pylon::IIntegerExChunkWidth
 Width of the AOI of the acquired image - Applies to: GigE. More...
 
Categories: ChunkDataControl and ChunkDataStreams
Pylon::IBooleanExChunkEnable
 Includes the currently selected chunk in the payload data - Applies to: GigE and ace USB. More...
 
Pylon::IBooleanExChunkModeActive
 Enables the chunk mode - Applies to: GigE and ace USB. More...
 
Pylon::IEnumParameterT< ChunkSelectorEnums > & ChunkSelector
 Sets which chunk can be enabled - Applies to: GigE and ace USB. More...
 
Categories: TransportLayer
Pylon::IEnumParameterT< ClConfigurationEnums > & ClConfiguration
 Sets the configuration type - Applies to: CameraLink. More...
 
Pylon::IFloatExClInterLineDelayAbs
 Delay between end of transmission and start of transmission of consecutive lines - Applies to: CameraLink. More...
 
Pylon::IIntegerExClInterLineDelayRaw
 Delay between end of transmission and start of transmission of consecutive lines (raw value) - Applies to: CameraLink. More...
 
Pylon::IEnumParameterT< ClPixelClockEnums > & ClPixelClock
 Sets the pixel clock used in the communication with the frame grabber - Applies to: CameraLink. More...
 
Pylon::IFloatExClPixelClockAbs
 Pixel clock used in the communication with the frame grabber in Hz - Applies to: CameraLink. More...
 
Pylon::IEnumParameterT< ClSerialPortBaudRateEnums > & ClSerialPortBaudRate
 Sets the serial port baud rate - Applies to: CameraLink. More...
 
Pylon::IEnumParameterT< ClTapGeometryEnums > & ClTapGeometry
 Sets the tap geometry - Applies to: CameraLink. More...
 
Pylon::IEnumParameterT< ClTimeSlotsEnums > & ClTimeSlots
 Sets the number of time slots - Applies to: CameraLink. More...
 
Pylon::ICommandExForceFailedBuffer
 Marks the next buffer as failed - Applies to: CamEmu. More...
 
Pylon::IIntegerExForceFailedBufferCount
 Number of failed buffers to generate - Applies to: CamEmu. More...
 
Pylon::IEnumParameterT< GevCCPEnums > & GevCCP
 Sets the control channel privilege - Applies to: GigE. More...
 
Pylon::IIntegerExGevCurrentDefaultGateway
 Current default gateway of the selected network interface - Applies to: GigE. More...
 
Pylon::IIntegerExGevCurrentIPAddress
 Current IP address of the selected network interface - Applies to: GigE. More...
 
Pylon::IIntegerExGevCurrentIPConfiguration
 Current IP configuration of the selected network interface - Applies to: GigE. More...
 
Pylon::IIntegerExGevCurrentSubnetMask
 Current subnet mask of the selected network interface - Applies to: GigE. More...
 
Pylon::IIntegerExGevDeviceModeCharacterSet
 Character set used by all strings of the bootstrap registers - Applies to: GigE. More...
 
Pylon::IBooleanExGevDeviceModeIsBigEndian
 Indicates whether the bootstrap register is in big-endian format - Applies to: GigE. More...
 
Pylon::IStringExGevFirstURL
 First URL reference to the GenICam XML file - Applies to: GigE. More...
 
Pylon::IEnumParameterT< GevGVSPExtendedIDModeEnums > & GevGVSPExtendedIDMode
 Sets the Extended ID mode for GVSP - Applies to: GigE. More...
 
Pylon::IIntegerExGevHeartbeatTimeout
 Heartbeat timeout in milliseconds - Applies to: GigE. More...
 
Pylon::IBooleanExGevIEEE1588
 Enables the IEEE 1588 V2 Precision Time Protocol for the timestamp register - Applies to: GigE. More...
 
Pylon::IIntegerExGevIEEE1588ClockId
 Latched IEEE 1588 clock ID of the camera - Applies to: GigE. More...
 
Pylon::ICommandExGevIEEE1588DataSetLatch
 Latches the current IEEE 1588-related values of the camera - Applies to: GigE. More...
 
Pylon::IIntegerExGevIEEE1588OffsetFromMaster
 Latched offset from the IEEE 1588 master clock in nanoseconds - Applies to: GigE. More...
 
Pylon::IIntegerExGevIEEE1588ParentClockId
 Latched IEEE 1588 parent clock ID of the camera - Applies to: GigE. More...
 
Pylon::IEnumParameterT< GevIEEE1588StatusEnums > & GevIEEE1588Status
 Indicates the state of the IEEE 1588 clock - Applies to: GigE. More...
 
Pylon::IEnumParameterT< GevIEEE1588StatusLatchedEnums > & GevIEEE1588StatusLatched
 Indicates the latched state of the IEEE 1588 clock - Applies to: GigE. More...
 
Pylon::IEnumParameterT< GevInterfaceSelectorEnums > & GevInterfaceSelector
 Sets the physical network interface to be configured - Applies to: GigE. More...
 
Pylon::IBooleanExGevLinkCrossover
 Indicates the state of medium-dependent interface crossover (MDIX) for the selected network interface - Applies to: GigE. More...
 
Pylon::IBooleanExGevLinkFullDuplex
 Indicates whether the selected network interface operates in full-duplex mode - Applies to: GigE. More...
 
Pylon::IBooleanExGevLinkMaster
 Indicates whether the selected network interface is the clock master - Applies to: GigE. More...
 
Pylon::IIntegerExGevLinkSpeed
 Connection speed in Mbps of the selected network interface - Applies to: GigE. More...
 
Pylon::IIntegerExGevMACAddress
 MAC address of the selected network interface - Applies to: GigE. More...
 
Pylon::IIntegerExGevMessageChannelCount
 Number of message channels supported by the camera - Applies to: GigE. More...
 
Pylon::IIntegerExGevNumberOfInterfaces
 Number of network interfaces of the camera - Applies to: GigE. More...
 
Pylon::IIntegerExGevPTPDiagnosticsQueueRxEvntMaxNumElements
 Applies to: GigE. More...
 
Pylon::IIntegerExGevPTPDiagnosticsQueueRxEvntPushNumFailure
 Applies to: GigE. More...
 
Pylon::IIntegerExGevPTPDiagnosticsQueueRxGnrlMaxNumElements
 Applies to: GigE. More...
 
Pylon::IIntegerExGevPTPDiagnosticsQueueRxGnrlPushNumFailure
 Applies to: GigE. More...
 
Pylon::IIntegerExGevPTPDiagnosticsQueueSendNumFailure
 Applies to: GigE. More...
 
Pylon::IIntegerExGevPersistentDefaultGateway
 Fixed default gateway of the selected network interface - Applies to: GigE. More...
 
Pylon::IIntegerExGevPersistentIPAddress
 Fixed IP address of the selected network interface - Applies to: GigE. More...
 
Pylon::IIntegerExGevPersistentSubnetMask
 Fixed subnet mask of the selected network interface - Applies to: GigE. More...
 
Pylon::IIntegerExGevSCBWA
 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. More...
 
Pylon::IIntegerExGevSCDA
 Destination address of the selected stream channel - Applies to: GigE. More...
 
Pylon::IIntegerExGevSCDCT
 Actual bandwidth (in bytes per second) that the camera will use to transmit image data and chunk data - Applies to: GigE. More...
 
Pylon::IIntegerExGevSCDMT
 Maximum amount of data (in bytes per second) that the camera can generate - Applies to: GigE. More...
 
Pylon::IIntegerExGevSCFJM
 Maximum amount of time (in ticks) that the next frame transmission could be delayed due to a burst of resends - Applies to: GigE. More...
 
Pylon::IIntegerExGevSCPHostPort
 Destination port of the selected stream channel - Applies to: GigE. More...
 
Pylon::IIntegerExGevSCPInterfaceIndex
 Index of the network interface to be used - Applies to: GigE. More...
 
Pylon::IBooleanExGevSCPSBigEndian
 Indicates the endianness of multi-byte pixel data for this stream - Applies to: GigE. More...
 
Pylon::IBooleanExGevSCPSDoNotFragment
 Disables IP fragmentation of packets on the stream channel - Applies to: GigE. More...
 
Pylon::ICommandExGevSCPSFireTestPacket
 Sends a GigE Vision streaming test packet - Applies to: GigE. More...
 
Pylon::IStringExGevSecondURL
 Second URL reference to the GenICam XML file - Applies to: GigE. More...
 
Pylon::IIntegerExGevStreamChannelCount
 Number of stream channels supported by the camera - Applies to: GigE. More...
 
Pylon::IEnumParameterT< GevStreamChannelSelectorEnums > & GevStreamChannelSelector
 Sets the stream channel to be configured - Applies to: GigE. More...
 
Pylon::IBooleanExGevSupportedIEEE1588
 Indicates whether the IEEE 1588 V2 Precision Time Protocol (PTP) is supported - Applies to: GigE. More...
 
Pylon::IBooleanExGevSupportedIPConfigurationDHCP
 Indicates whether the selected network interface supports DHCP IP addressing - Applies to: GigE. More...
 
Pylon::IBooleanExGevSupportedIPConfigurationLLA
 Indicates whether the selected network interface supports auto IP addressing (also known as LLA) - Applies to: GigE. More...
 
Pylon::IBooleanExGevSupportedIPConfigurationPersistentIP
 Indicates whether the selected network interface supports fixed IP addressing (also known as persistent IP addressing) - Applies to: GigE. More...
 
Pylon::IBooleanExGevSupportedOptionalCommandsConcatenation
 Indicates whether multiple operations in a single message are supported - Applies to: GigE. More...
 
Pylon::IBooleanExGevSupportedOptionalCommandsEVENT
 Indicates whether EVENT_CMD and EVENT_ACK are supported - Applies to: GigE. More...
 
Pylon::IBooleanExGevSupportedOptionalCommandsEVENTDATA
 Indicates whether EVENTDATA_CMD and EVENTDATA_ACK are supported - Applies to: GigE. More...
 
Pylon::IBooleanExGevSupportedOptionalCommandsPACKETRESEND
 Indicates whether PACKETRESEND_CMD is supported - Applies to: GigE. More...
 
Pylon::IBooleanExGevSupportedOptionalCommandsWRITEMEM
 Indicates whether WRITEMEM_CMD and WRITEMEM_ACK are supported - Applies to: GigE. More...
 
Pylon::IBooleanExGevSupportedOptionalLegacy16BitBlockID
 Indicates whether this GVSP transmitter or receiver can support a 16-bit block ID - Applies to: GigE. More...
 
Pylon::ICommandExGevTimestampControlLatch
 Latches the current timestamp value of the camera - Applies to: GigE. More...
 
Pylon::ICommandExGevTimestampControlLatchReset
 Resets the timestamp control latch - Applies to: GigE. More...
 
Pylon::ICommandExGevTimestampControlReset
 Resets the timestamp value of the camera - Applies to: GigE. More...
 
Pylon::IIntegerExGevTimestampValue
 Latched value of the timestamp - Applies to: GigE. More...
 
Pylon::IIntegerExGevVersionMajor
 Major version number of the GigE Vision specification supported by this camera - Applies to: GigE. More...
 
Pylon::IIntegerExGevVersionMinor
 Minor version number of the GigE Vision specification supported by this camera - Applies to: GigE. More...
 
Pylon::IBooleanExPixelFormatLegacy
 Enables legacy pixel format encoding - Applies to: GigE. More...
 
Categories: DeviceInformation
Pylon::ICommandExClearLastError
 Clears the last error - Applies to: CameraLink and GigE. More...
 
Pylon::IBooleanExCriticalTemperature
 Indicates whether the critical temperature has been reached - Applies to: CameraLink and GigE. More...
 
Pylon::IStringExDeviceID
 ID of the camera - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< LastErrorEnums > & LastError
 Indicates the last error code in the memory - Applies to: CameraLink and GigE. More...
 
Pylon::IBooleanExOverTemperature
 Indicates whether an over temperature state has been detected - Applies to: CameraLink and GigE. More...
 
Pylon::IFloatExTemperatureAbs
 Temperature at the selected location in the camera (in degrees centigrade) - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< TemperatureSelectorEnums > & TemperatureSelector
 Sets the location in the camera where the temperature will be measured - Applies to: CameraLink and GigE. More...
 
Categories: ColorOverexposureCompensation
Pylon::IBooleanExColorOverexposureCompensationAOIEnable
 Enables color overexposure compensation - Applies to: CameraLink and GigE. More...
 
Pylon::IFloatExColorOverexposureCompensationAOIFactor
 Sets the color overexposure compensation factor for the selected C O C AOI - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExColorOverexposureCompensationAOIFactorRaw
 Sets the raw value for the color overexposure compensation factor - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExColorOverexposureCompensationAOIHeight
 Sets the height for the selected C O C AOI - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExColorOverexposureCompensationAOIOffsetX
 Sets the X offset for the selected C O C AOI - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExColorOverexposureCompensationAOIOffsetY
 Sets the Y offset for the selected C O C AOI - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< ColorOverexposureCompensationAOISelectorEnums > & ColorOverexposureCompensationAOISelector
 Selcts the AOI for color overexposure compensation - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExColorOverexposureCompensationAOIWidth
 Sets the width for the selected C O C AOI - Applies to: CameraLink and GigE. More...
 
Categories: AnalogControl and ImageQualityControl
Pylon::IEnumParameterT< ColorSpaceEnums > & ColorSpace
 Sets the color space for image acquisitions - Applies to: ace USB. More...
 
Categories: ColorTransformationControl
Pylon::IBooleanExColorTransformationEnable
 Enables color transformation - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Categories: ColorImprovementsControl, ColorTransformationControl and ImageQualityControl
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. More...
 
Pylon::IFloatExColorTransformationValue
 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. More...
 
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. More...
 
Categories: CounterAndTimerControl and CounterControl
Pylon::IIntegerExCounterDuration
 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 and boost CoaXPress. More...
 
Pylon::IEnumParameterT< CounterResetActivationEnums > & CounterResetActivation
 Sets which type of signal transition will reset the counter - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress. More...
 
Categories: CounterControl
Pylon::IEnumParameterT< CounterEventActivationEnums > & CounterEventActivation
 Sets the type of signal transition that the counter will count - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IEnumParameterT< CounterStatusEnums > & CounterStatus
 Returns the current status of the counter - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IEnumParameterT< CounterTriggerActivationEnums > & CounterTriggerActivation
 Sets the type of signal transition that will start the counter - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IEnumParameterT< CounterTriggerSourceEnums > & CounterTriggerSource
 Sets the signal used to start the selected counter - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IIntegerExCounterValue
 Current value of the counter - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Categories: CounterAndTimerControl, CounterControl and TimerControls
Pylon::IEnumParameterT< CounterEventSourceEnums > & CounterEventSource
 Sets which event increases the currently selected counter - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress. More...
 
Pylon::ICommandExCounterReset
 Immediately resets the selected counter - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress. More...
 
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 and boost CoaXPress. More...
 
Pylon::IEnumParameterT< CounterSelectorEnums > & CounterSelector
 Sets which counter can be configured - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress. More...
 
Categories: CriticalTemperatureEventData
Pylon::IIntegerExCriticalTemperatureEventStreamChannelIndex
 Stream channel index of the Critical Temperature event - Applies to: GigE. More...
 
Pylon::IIntegerExCriticalTemperatureEventTimestamp
 Timestamp of the Critical Temperature event - Applies to: GigE. More...
 
Categories: CoaXPress
Pylon::IIntegerExCxpConnectionSelector
 Sets the CoaXPress physical connection to control - Applies to: boost CoaXPress. More...
 
Pylon::IIntegerExCxpConnectionTestErrorCount
 Number of test packet connection errors received by the device on the connection selected by the Connection Selector parameter - Applies to: boost CoaXPress. More...
 
Pylon::IEnumParameterT< CxpConnectionTestModeEnums > & CxpConnectionTestMode
 Sets the test mode for an individual physical connection of the device - Applies to: boost CoaXPress. More...
 
Pylon::IIntegerExCxpConnectionTestPacketCount
 Number of test packets received by the device on the connection selected by the Cxp Connection Selector parameter - Applies to: boost CoaXPress. More...
 
Pylon::ICommandExCxpErrorCounterReset
 Resets the selected CoaXPress error counter - Applies to: boost CoaXPress. More...
 
Pylon::IEnumParameterT< CxpErrorCounterSelectorEnums > & CxpErrorCounterSelector
 Sets which CoaXPress error counter to read or reset - Applies to: boost CoaXPress. More...
 
Pylon::IEnumParameterT< CxpErrorCounterStatusEnums > & CxpErrorCounterStatus
 Indicates the current status of the selected CoaXPress error counter - Applies to: boost CoaXPress. More...
 
Pylon::IIntegerExCxpErrorCounterValue
 Current value of the selected CoaXPress error counter - Applies to: boost CoaXPress. More...
 
Pylon::IEnumParameterT< CxpLinkConfigurationEnums > & CxpLinkConfiguration
 Sets the link configuration - Applies to: boost CoaXPress. More...
 
Pylon::IEnumParameterT< CxpLinkConfigurationPreferredEnums > & CxpLinkConfigurationPreferred
 Sets the link configuration that allows the device to operate in its default mode - Applies to: boost CoaXPress. More...
 
Pylon::IEnumParameterT< CxpLinkConfigurationStatusEnums > & CxpLinkConfigurationStatus
 Indicates the link configuration used by the device - Applies to: boost CoaXPress. More...
 
Pylon::IEnumParameterT< CxpSendReceiveSelectorEnums > & CxpSendReceiveSelector
 Sets whether the send or the receive features can be configured - Applies to: boost CoaXPress. More...
 
Pylon::IIntegerExImage1StreamID
 Stream ID of the first image stream - Applies to: boost CoaXPress. More...
 
Categories: PGIControl
Pylon::IEnumParameterT< DemosaicingModeEnums > & DemosaicingMode
 Sets the demosaicing mode - Applies to: GigE and ace USB. More...
 
Pylon::IFloatExNoiseReduction
 Amount of noise reduction to be applied - Applies to: ace USB. More...
 
Pylon::IFloatExNoiseReductionAbs
 Amount of noise reduction to be applied - Applies to: GigE. More...
 
Pylon::IIntegerExNoiseReductionRaw
 Amount of noise reduction to be applied (raw value) - Applies to: GigE. More...
 
Pylon::IEnumParameterT< PgiModeEnums > & PgiMode
 Enables Basler PGI image optimizations - Applies to: GigE and ace USB. More...
 
Pylon::IFloatExSharpnessEnhancementAbs
 Sharpening value to be applied - Applies to: GigE. More...
 
Pylon::IIntegerExSharpnessEnhancementRaw
 Sharpening value to be applied (raw value) - Applies to: GigE. More...
 
Categories: DeviceControl and DeviceInformation
Pylon::IIntegerExDeviceColorPipelineVersion
 Version of the color modifications applied to images - Applies to: GigE and ace USB. More...
 
Pylon::IStringExDeviceFirmwareVersion
 Version of the camera's firmware - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IStringExDeviceManufacturerInfo
 Additional information from the vendor about the camera - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IStringExDeviceModelName
 Name of the camera model - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::ICommandExDeviceReset
 Immediately resets and restarts the camera - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
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, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IStringExDeviceUserID
 User-settable ID of the camera - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IStringExDeviceVendorName
 Name of the camera vendor - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IStringExDeviceVersion
 Version of the camera - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IEnumParameterT< TemperatureStateEnums > & TemperatureState
 Indicates the temperature state - Applies to: CameraLink, GigE and ace USB. More...
 
Categories: EventCriticalTemperatureData
Pylon::IIntegerExEventCriticalTemperature
 Unique identifier of the Critical Temperature event - Applies to: ace USB. More...
 
Pylon::IIntegerExEventCriticalTemperatureTimestamp
 Timestamp of the Critical Temperature event - Applies to: ace USB. More...
 
Categories: EventExposureEndData
Pylon::IIntegerExEventExposureEnd
 Unique identifier of the Exposure End event - Applies to: ace USB. More...
 
Pylon::IIntegerExEventExposureEndFrameID
 Frame ID of the Exposure End event - Applies to: ace USB. More...
 
Pylon::IIntegerExEventExposureEndTimestamp
 Timestamp of the Exposure End event - Applies to: ace USB. More...
 
Categories: EventFrameBurstStartData
Pylon::IIntegerExEventFrameBurstStart
 Unique identifier of the Frame Burst Start event - Applies to: ace USB. More...
 
Pylon::IIntegerExEventFrameBurstStartFrameID
 Frame ID of the Frame Burst Start event - Applies to: ace USB. More...
 
Pylon::IIntegerExEventFrameBurstStartTimestamp
 Timestamp of the Frame Burst Start event - Applies to: ace USB. More...
 
Categories: EventFrameBurstStartOvertriggerData
Pylon::IIntegerExEventFrameBurstStartOvertrigger
 Unique identifier of the Frame Burst Start Overtrigger event - Applies to: ace USB. More...
 
Pylon::IIntegerExEventFrameBurstStartOvertriggerFrameID
 Frame ID of the Frame Burst Start Overtrigger event - Applies to: ace USB. More...
 
Pylon::IIntegerExEventFrameBurstStartOvertriggerTimestamp
 Timestamp of the Frame Burst Start Overtrigger event - Applies to: ace USB. More...
 
Categories: EventFrameBurstStartWaitData
Pylon::IIntegerExEventFrameBurstStartWait
 Unique identifier of the Frame Burst Start Wait event - Applies to: ace USB. More...
 
Pylon::IIntegerExEventFrameBurstStartWaitTimestamp
 Timestamp of the Frame Burst Start Wait event - Applies to: ace USB. More...
 
Categories: EventFrameStartData
Pylon::IIntegerExEventFrameStart
 Unique identifier of the Frame Start event - Applies to: ace USB. More...
 
Pylon::IIntegerExEventFrameStartFrameID
 Frame ID of the Frame Start event - Applies to: ace USB. More...
 
Pylon::IIntegerExEventFrameStartTimestamp
 Timestamp of the Frame Start event - Applies to: ace USB. More...
 
Categories: EventFrameStartOvertriggerData
Pylon::IIntegerExEventFrameStartOvertrigger
 Unique identifier of the Frame Start Overtrigger event - Applies to: ace USB. More...
 
Pylon::IIntegerExEventFrameStartOvertriggerFrameID
 Frame ID of the Frame Start Overtrigger event - Applies to: ace USB. More...
 
Pylon::IIntegerExEventFrameStartOvertriggerTimestamp
 Timestamp of the Frame Start Overtrigger event - Applies to: ace USB. More...
 
Categories: EventFrameStartWaitData
Pylon::IIntegerExEventFrameStartWait
 Unique identifier of the Frame Start Wait event - Applies to: ace USB. More...
 
Pylon::IIntegerExEventFrameStartWaitTimestamp
 Timestamp of the Frame Start Wait event - Applies to: ace USB. More...
 
Categories: EventControl and EventsGeneration
Pylon::IEnumParameterT< EventNotificationEnums > & EventNotification
 Enables event notifications for the currently selected event - Applies to: GigE and ace USB. More...
 
Pylon::IEnumParameterT< EventSelectorEnums > & EventSelector
 Sets the event notification to be enabled - Applies to: GigE and ace USB. More...
 
Categories: EventOverTemperatureData
Pylon::IIntegerExEventOverTemperature
 Unique identifier of the Over Temperature event - Applies to: ace USB. More...
 
Pylon::IIntegerExEventOverTemperatureTimestamp
 Timestamp of the Over Temperature event - Applies to: ace USB. More...
 
Categories: EventOverrunEventData
Pylon::IIntegerExEventOverrunEventFrameID
 Frame ID of the Event Overrun event - Applies to: GigE. More...
 
Pylon::IIntegerExEventOverrunEventStreamChannelIndex
 Stream channel index of the Event Overrun event - Applies to: GigE. More...
 
Pylon::IIntegerExEventOverrunEventTimestamp
 Timestamp of the Event Overrun event - Applies to: GigE. More...
 
Categories: ExpertFeatureAccess
Pylon::IIntegerExExpertFeatureAccessKey
 Key for making the selected expert feature available - Applies to: CameraLink, GigE and ace USB. More...
 
Pylon::IEnumParameterT< ExpertFeatureAccessSelectorEnums > & ExpertFeatureAccessSelector
 Sets the expert feature to be made available - Applies to: CameraLink, GigE and ace USB. More...
 
Pylon::IBooleanExExpertFeatureEnable
 Enables the currently selected expert feature - Applies to: CameraLink, GigE and ace USB. More...
 
Categories: ExposureEndEventData
Pylon::IIntegerExExposureEndEventFrameID
 Frame ID of the Exposure End event - Applies to: GigE. More...
 
Pylon::IIntegerExExposureEndEventStreamChannelIndex
 Stream channel index of the Exposure End event - Applies to: GigE. More...
 
Pylon::IIntegerExExposureEndEventTimestamp
 Timestamp of the Exposure End event - Applies to: GigE. More...
 
Categories: FeatureSets
Pylon::IEnumParameterT< FeatureSetEnums > & FeatureSet
 Sets the default GenICam XML file - Applies to: CameraLink and GigE. More...
 
Categories: ImageFormat
Pylon::IEnumParameterT< FieldOutputModeEnums > & FieldOutputMode
 Selects the mode to output the fields - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< ImageFileModeEnums > & ImageFileMode
 Enables loading files from disk for image acquisition - Applies to: CamEmu. More...
 
Pylon::IStringExImageFilename
 Enter the name of an image filename or a path to a directory containing image files - Applies to: CamEmu. More...
 
Pylon::IEnumParameterT< PixelCodingEnums > & PixelCoding
 Sets the color coding of the pixels in the acquired images - Applies to: CameraLink and GigE. More...
 
Pylon::IBooleanExProcessedRawEnable
 Enables the output of color-improved raw image data - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< SensorBitDepthEnums > & SensorBitDepth
 Amount of data bits the sensor produces for one sample - Applies to: CameraLink and GigE. More...
 
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. More...
 
Pylon::IIntegerExSpatialCorrection
 Correction factor to account for the gaps between the sensor's lines - Applies to: CameraLink and GigE. More...
 
Categories: FileAccessControl
Pylon::IRegisterExFileAccessBuffer
 Access buffer for file operations - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress. More...
 
Pylon::IIntegerExFileAccessLength
 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 and boost CoaXPress. More...
 
Pylon::IIntegerExFileAccessOffset
 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 and boost CoaXPress. More...
 
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 and boost CoaXPress. More...
 
Pylon::ICommandExFileOperationExecute
 Executes the operation selected by File Operation Selector parameter - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress. More...
 
Pylon::IIntegerExFileOperationResult
 File operation result - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress. More...
 
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 and boost CoaXPress. More...
 
Pylon::IEnumParameterT< FileOperationStatusEnums > & FileOperationStatus
 Indicates the file operation execution status - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress. More...
 
Pylon::IEnumParameterT< FileSelectorEnums > & FileSelector
 Sets the target file in the camera - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress. More...
 
Pylon::IIntegerExFileSize
 Size of the currently selected file in bytes - Applies to: CameraLink, GigE and ace USB. More...
 
Categories: FrameStartEventData
Pylon::IIntegerExFrameStartEventStreamChannelIndex
 Stream channel index of the Frame Start event - Applies to: GigE. More...
 
Pylon::IIntegerExFrameStartEventTimestamp
 Timestamp of the Frame Start event - Applies to: GigE. More...
 
Categories: FrameStartOvertriggerEventData
Pylon::IIntegerExFrameStartOvertriggerEventStreamChannelIndex
 Stream channel index of the Frame Start Overtrigger event - Applies to: GigE. More...
 
Pylon::IIntegerExFrameStartOvertriggerEventTimestamp
 Timestamp of the Frame Start Overtrigger event - Applies to: GigE. More...
 
Categories: FrameStartWaitEventData
Pylon::IIntegerExFrameStartWaitEventStreamChannelIndex
 Stream channel index of the Frame Start Wait event - Applies to: GigE. More...
 
Pylon::IIntegerExFrameStartWaitEventTimestamp
 Timestamp of the Frame Start Wait event - Applies to: GigE. More...
 
Categories: FrameTimeoutEventData
Pylon::IIntegerExFrameTimeoutEventStreamChannelIndex
 Stream channel index of the Frame Timeout event - Applies to: GigE. More...
 
Pylon::IIntegerExFrameTimeoutEventTimestamp
 Timestamp of the Frame Timeout event - Applies to: GigE. More...
 
Categories: FrameWaitEventData
Pylon::IIntegerExFrameWaitEventStreamChannelIndex
 Stream channel index of the Frame Wait event - Applies to: GigE. More...
 
Pylon::IIntegerExFrameWaitEventTimestamp
 Timestamp of the Frame Wait event - Applies to: GigE. More...
 
Categories: FrequencyConverter
Pylon::IEnumParameterT< FrequencyConverterInputSourceEnums > & FrequencyConverterInputSource
 Sets the input source - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExFrequencyConverterMultiplier
 Multiplication factor to be applied to the input signal frequency - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExFrequencyConverterPostDivider
 Post-divider value to decrease input signal frequency - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExFrequencyConverterPreDivider
 Pre-divider value to decrease signal frequency - Applies to: CameraLink and GigE. More...
 
Pylon::IBooleanExFrequencyConverterPreventOvertrigger
 Enables overtriggering protection - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< FrequencyConverterSignalAlignmentEnums > & FrequencyConverterSignalAlignment
 Sets the signal transition relationships between received and generated signals - Applies to: CameraLink and GigE. More...
 
Categories: GigEVision and TransportLayer
Pylon::IIntegerExGevSCBWR
 Percentage of the Ethernet bandwidth assigned to the camera to be held in reserve - Applies to: GigE and ace 2 GigE. More...
 
Pylon::IIntegerExGevSCBWRA
 Multiplier for the Bandwidth Reserve parameter - Applies to: GigE and ace 2 GigE. More...
 
Pylon::IIntegerExGevSCFTD
 Frame transmission delay on the selected stream channel - Applies to: GigE and ace 2 GigE. More...
 
Pylon::IIntegerExGevSCPD
 Delay between the transmission of each packet on the selected stream channel - Applies to: GigE and ace 2 GigE. More...
 
Pylon::IIntegerExGevSCPSPacketSize
 Packet size in bytes on the selected stream channel Excludes data leader and data trailer - Applies to: GigE and ace 2 GigE. More...
 
Pylon::IIntegerExGevTimestampTickFrequency
 Number of timestamp clock ticks in 1 second - Applies to: GigE and ace 2 GigE. More...
 
Categories: AOI, DeviceInformation and ImageFormatControl
Pylon::IIntegerExHeightMax
 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, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IIntegerExSensorHeight
 Height of the camera's sensor in pixels - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IIntegerExSensorWidth
 Width of the camera's sensor in pixels - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IIntegerExWidthMax
 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, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Categories: LUTControl and LUTControls
Pylon::IBooleanExLUTEnable
 Enables the selected lookup table (LUT) - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress. More...
 
Pylon::IIntegerExLUTIndex
 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. More...
 
Pylon::IEnumParameterT< LUTSelectorEnums > & LUTSelector
 Sets the lookup table (LUT) to be configured - Applies to: CameraLink, GigE and ace USB. More...
 
Pylon::IIntegerExLUTValue
 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. More...
 
Pylon::IRegisterExLUTValueAll
 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. More...
 
Categories: LateActionEventData
Pylon::IIntegerExLateActionEventStreamChannelIndex
 Stream channel index of the Action Late event - Applies to: GigE. More...
 
Pylon::IIntegerExLateActionEventTimestamp
 Timestamp of the Action Late event - Applies to: GigE. More...
 
Categories: Line1RisingEdgeEventData
Pylon::IIntegerExLine1RisingEdgeEventStreamChannelIndex
 Stream channel index of the Line 1 Rising Edge event - Applies to: GigE. More...
 
Pylon::IIntegerExLine1RisingEdgeEventTimestamp
 Timestamp of the Line 1 Rising Edge event - Applies to: GigE. More...
 
Categories: Line2RisingEdgeEventData
Pylon::IIntegerExLine2RisingEdgeEventStreamChannelIndex
 Stream channel index of the Line 2 Rising Edge event - Applies to: GigE. More...
 
Pylon::IIntegerExLine2RisingEdgeEventTimestamp
 Timestamp of the Line 2 Rising Edge event - Applies to: GigE. More...
 
Categories: Line3RisingEdgeEventData
Pylon::IIntegerExLine3RisingEdgeEventStreamChannelIndex
 Stream channel index of the Line 3 Rising Edge event - Applies to: GigE. More...
 
Pylon::IIntegerExLine3RisingEdgeEventTimestamp
 Timestamp of the Line 3 Rising Edge event - Applies to: GigE. More...
 
Categories: Line4RisingEdgeEventData
Pylon::IIntegerExLine4RisingEdgeEventStreamChannelIndex
 Stream channel index of the Line 4 Rising Edge event - Applies to: GigE. More...
 
Pylon::IIntegerExLine4RisingEdgeEventTimestamp
 Timestamp of the Line 4 Rising Edge event - Applies to: GigE. More...
 
Categories: DigitalIO
Pylon::IFloatExLineDebouncerTimeAbs
 Line debouncer time in microseconds - Applies to: CameraLink and GigE. More...
 
Pylon::IBooleanExLineTermination
 Enables the termination resistor of the selected input line - Applies to: CameraLink and GigE. More...
 
Pylon::IFloatExMinOutPulseWidthAbs
 Minimum signal width of an output signal (in microseconds) - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< SyncUserOutputSelectorEnums > & SyncUserOutputSelector
 Sets the user-settable synchronous output signal to be configured - Applies to: CameraLink and GigE. More...
 
Pylon::IBooleanExSyncUserOutputValue
 Enables the selected user-settable synchronous output line - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExSyncUserOutputValueAll
 Single bit field that sets the state of all user-settable synchronous output signals in one access - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExUserOutputValueAllMask
 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. More...
 
Categories: DigitalIO and DigitalIOControl
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, dart BCON and dart USB. More...
 
Pylon::IBooleanExLineInverter
 Enables the signal inverter function for the currently selected input or output line - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON and dart USB. More...
 
Pylon::IEnumParameterT< LineLogicEnums > & LineLogic
 Indicates the line logic of the currently selected line - Applies to: CameraLink, GigE and ace USB. More...
 
Pylon::IEnumParameterT< LineModeEnums > & LineMode
 Sets the mode for the selected line - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON and dart USB. More...
 
Pylon::IEnumParameterT< LineSelectorEnums > & LineSelector
 Sets the I/O line to be configured - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON and dart USB. More...
 
Pylon::IEnumParameterT< LineSourceEnums > & LineSource
 Sets the source signal for the currently selected line - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON and dart USB. More...
 
Pylon::IBooleanExLineStatus
 Indicates the current logical state of the selected line - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON and dart USB. More...
 
Pylon::IIntegerExLineStatusAll
 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 BCON and dart USB. More...
 
Pylon::IEnumParameterT< UserOutputSelectorEnums > & UserOutputSelector
 Sets the user-settable output signal to be configured - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON and dart USB. More...
 
Pylon::IBooleanExUserOutputValue
 Enables the selected user-settable output line - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON and dart USB. More...
 
Pylon::IIntegerExUserOutputValueAll
 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 and boost CoaXPress. More...
 
Categories: LineStartOvertriggerEventData
Pylon::IIntegerExLineStartOvertriggerEventStreamChannelIndex
 Stream channel index of the Line Start Overtrigger event - Applies to: GigE. More...
 
Pylon::IIntegerExLineStartOvertriggerEventTimestamp
 Timestamp of the Line Start Overtrigger event - Applies to: GigE. More...
 
Categories: OverTemperatureEventData
Pylon::IIntegerExOverTemperatureEventStreamChannelIndex
 Stream channel index of the Over Temperature event - Applies to: GigE. More...
 
Pylon::IIntegerExOverTemperatureEventTimestamp
 Timestamp of the Over Temperature event - Applies to: GigE. More...
 
Categories: RemoveParamLimits
Pylon::IEnumParameterT< ParameterSelectorEnums > & ParameterSelector
 Sets the parameter whose factory limits can be removed - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExPrelines
 Sets the number of prelines - Applies to: CameraLink and GigE. More...
 
Pylon::IBooleanExRemoveLimits
 Removes the factory-set limit of the selected parameter - Applies to: CameraLink and GigE. More...
 
Categories: TransportLayer and TransportLayerControl
Pylon::IIntegerExPayloadSize
 Size of the payload in bytes - Applies to: CamEmu, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart USB and pulse USB. More...
 
Categories: ImageFormat and ImageFormatControl
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 BCON, dart USB and pulse USB. More...
 
Pylon::IIntegerExPixelDynamicRangeMax
 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 BCON, dart USB and pulse USB. More...
 
Pylon::IIntegerExPixelDynamicRangeMin
 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 BCON, dart USB and pulse USB. More...
 
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, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
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 USB and pulse USB. More...
 
Pylon::IBooleanExReverseX
 Enables horizontal mirroring of the image - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IBooleanExReverseY
 Enables vertical mirroring of the image - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
Pylon::IBooleanExTestImageResetAndHold
 Allows you to turn a moving test image into a fixed one - Applies to: GigE and ace USB. More...
 
Pylon::IEnumParameterT< TestImageSelectorEnums > & TestImageSelector
 Sets the test image to display - Applies to: CamEmu, CameraLink, GigE and ace USB. More...
 
Categories: RemoveParameterLimitControl
Pylon::IBooleanExRemoveParameterLimit
 Removes the factory-set limit of the selected parameter - Applies to: ace USB. More...
 
Pylon::IEnumParameterT< RemoveParameterLimitSelectorEnums > & RemoveParameterLimitSelector
 Sets the parameter whose factory limits can be removed - Applies to: ace USB. More...
 
Categories: SequenceControlConfiguration
Pylon::IEnumParameterT< SequenceAddressBitSelectorEnums > & SequenceAddressBitSelector
 Sets which bit of the sequence set address can be assigned to an input line - Applies to: CameraLink and GigE. More...
 
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. More...
 
Pylon::IEnumParameterT< SequenceAdvanceModeEnums > & SequenceAdvanceMode
 Sets the sequence set advance mode - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< SequenceControlSelectorEnums > & SequenceControlSelector
 Sets whether sequence advance or sequence restart can be configured - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< SequenceControlSourceEnums > & SequenceControlSource
 Sets the source for sequence control - Applies to: CameraLink and GigE. More...
 
Categories: SequenceControl
Pylon::ICommandExSequenceAsyncAdvance
 Enables asynchronous advance from one sequence set to the next - Applies to: CameraLink and GigE. More...
 
Pylon::ICommandExSequenceAsyncRestart
 Enables asynchronous restart of the sequence set sequence - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< SequenceConfigurationModeEnums > & SequenceConfigurationMode
 Sets whether the sequencer can be configured - Applies to: GigE. More...
 
Pylon::IIntegerExSequenceCurrentSet
 Current sequence set - Applies to: CameraLink and GigE. More...
 
Pylon::IBooleanExSequenceEnable
 Enables the sequencer - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExSequenceSetExecutions
 Number of sequence set executions - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExSequenceSetIndex
 Index number of a sequence set - Applies to: CameraLink and GigE. More...
 
Pylon::ICommandExSequenceSetLoad
 Loads a sequence set - Applies to: CameraLink and GigE. More...
 
Pylon::ICommandExSequenceSetStore
 Stores the current sequence set - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExSequenceSetTotalNumber
 Total number of sequence sets in the sequence - Applies to: CameraLink and GigE. More...
 
Categories: SequencerControl
Pylon::IEnumParameterT< SequencerConfigurationModeEnums > & SequencerConfigurationMode
 Sets whether the sequencer can be configured - Applies to: ace USB. More...
 
Pylon::IEnumParameterT< SequencerModeEnums > & SequencerMode
 Sets whether the sequencer can be used for image acquisition - Applies to: ace USB. More...
 
Pylon::IIntegerExSequencerPathSelector
 Sequencer path to be used - Applies to: ace USB. More...
 
Pylon::IIntegerExSequencerSetActive
 Index number of the currently active sequencer set - Applies to: ace USB. More...
 
Pylon::ICommandExSequencerSetLoad
 Loads the parameter values of a sequencer set into the active set - Applies to: ace USB. More...
 
Pylon::IIntegerExSequencerSetNext
 Sequencer set that follows the current sequence set - Applies to: ace USB. More...
 
Pylon::ICommandExSequencerSetSave
 Saves the sequencer parameter values that are currently in the active set - Applies to: ace USB. More...
 
Pylon::IIntegerExSequencerSetSelector
 The sequencer set to be configured - Applies to: ace USB. More...
 
Pylon::IIntegerExSequencerSetStart
 Sequencer set that will be used with the first Frame Start trigger after the Sequencer Mode parameter was set to On - Applies to: ace USB. More...
 
Pylon::IEnumParameterT< SequencerTriggerActivationEnums > & SequencerTriggerActivation
 Sets the logical state that makes the sequencer advance to the next - Applies to: ace USB. More...
 
Pylon::IEnumParameterT< SequencerTriggerSourceEnums > & SequencerTriggerSource
 Sets the trigger source for sequencer set advance - Applies to: ace USB. More...
 
Categories: Shading
Pylon::IBooleanExShadingEnable
 Enables the selected shading correction type - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< ShadingSelectorEnums > & ShadingSelector
 Sets the kind of shading correction - Applies to: CameraLink and GigE. More...
 
Pylon::ICommandExShadingSetActivate
 Loads the selected shading set - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< ShadingSetCreateEnums > & ShadingSetCreate
 Enables/disables shading set creation - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< ShadingSetDefaultSelectorEnums > & ShadingSetDefaultSelector
 Sets the bootup shading set - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< ShadingSetSelectorEnums > & ShadingSetSelector
 Sets which shading set can be enabled or created - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< ShadingStatusEnums > & ShadingStatus
 Indicates error statuses related to shading correction - Applies to: CameraLink and GigE. More...
 
Categories: ShaftEncoderModule
Pylon::IIntegerExShaftEncoderModuleCounter
 Current value of the tick counter - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExShaftEncoderModuleCounterMax
 Maximum value of the tick counter - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< ShaftEncoderModuleCounterModeEnums > & ShaftEncoderModuleCounterMode
 Sets the counting mode of the tick counter - Applies to: CameraLink and GigE. More...
 
Pylon::ICommandExShaftEncoderModuleCounterReset
 Resets the tick counter to 0 - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< ShaftEncoderModuleLineSelectorEnums > & ShaftEncoderModuleLineSelector
 Sets the phase of the shaft encoder - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< ShaftEncoderModuleLineSourceEnums > & ShaftEncoderModuleLineSource
 Sets the line source for the shaft encoder module - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< ShaftEncoderModuleModeEnums > & ShaftEncoderModuleMode
 Sets how the shaft encoder module outputs trigger signals - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExShaftEncoderModuleReverseCounterMax
 Maximum value of the reverse counter - Applies to: CameraLink and GigE. More...
 
Pylon::ICommandExShaftEncoderModuleReverseCounterReset
 Resets the reverse counter of the shaft encoder module - Applies to: CameraLink and GigE. More...
 
Categories: ImageQualityControl and PGIControl
Pylon::IFloatExSharpnessEnhancement
 Sharpening value to be applied - Applies to: ace USB, dart BCON, dart USB and pulse USB. More...
 
Categories: SoftwareSignalControl
Pylon::ICommandExSoftwareSignalPulse
 Executes the selected software signal - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress. More...
 
Pylon::IEnumParameterT< SoftwareSignalSelectorEnums > & SoftwareSignalSelector
 Sets the software signal to be executed - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress. More...
 
Categories: StackedZoneImaging
Pylon::IBooleanExStackedZoneImagingEnable
 Enables the Stacked Zone Imaging feature - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExStackedZoneImagingIndex
 Index number of the zone to configure - Applies to: CameraLink and GigE. More...
 
Pylon::IBooleanExStackedZoneImagingZoneEnable
 Enables the selected zone - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExStackedZoneImagingZoneHeight
 Height of the selected zone - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExStackedZoneImagingZoneOffsetY
 Vertical offset (top offset) of the selected zone - Applies to: CameraLink and GigE. More...
 
Categories: TestControl
Pylon::IIntegerExTestPendingAck
 Test pending acknowledge time in milliseconds - Applies to: ace 2 GigE, ace 2 USB, dart BCON, dart USB and pulse USB. More...
 
Categories: CounterAndTimerControl and TimerControl
Pylon::IFloatExTimerDelay
 Delay of the currently selected timer in microseconds - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress. More...
 
Pylon::IFloatExTimerDuration
 Duration of the currently selected timer in microseconds - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress. More...
 
Categories: TimerControls
Pylon::IFloatExTimerDelayAbs
 Delay of the currently selected timer in microseconds - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExTimerDelayRaw
 Delay of the selected timer (raw value) - Applies to: CameraLink and GigE. More...
 
Pylon::IFloatExTimerDelayTimebaseAbs
 Timebase (in microseconds) that is used when a timer delay is specified using the Timer Delay Raw parameter - Applies to: CameraLink and GigE. More...
 
Pylon::IFloatExTimerDurationAbs
 Duration of the currently selected timer in microseconds - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExTimerDurationRaw
 Duration of the selected timer (raw value) - Applies to: CameraLink and GigE. More...
 
Pylon::IFloatExTimerDurationTimebaseAbs
 Timebase (in microseconds) that is used when a timer duration is specified using the Timer Duration Raw parameter - Applies to: CameraLink and GigE. More...
 
Categories: TimerControl
Pylon::ICommandExTimerReset
 Resets the selected timer - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IEnumParameterT< TimerStatusEnums > & TimerStatus
 Indicates the status of the currently selected timer - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Pylon::IFloatExTimerTriggerArmDelay
 Arm delay of the currently selected timer - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress. More...
 
Categories: CounterAndTimerControl, TimerControl and TimerControls
Pylon::IEnumParameterT< TimerSelectorEnums > & TimerSelector
 Sets the timer to be configured - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress. More...
 
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 and boost CoaXPress. More...
 
Categories: TimerSequence
Pylon::IIntegerExTimerSequenceCurrentEntryIndex
 Applies to: CameraLink and GigE. More...
 
Pylon::IBooleanExTimerSequenceEnable
 Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< TimerSequenceEntrySelectorEnums > & TimerSequenceEntrySelector
 Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExTimerSequenceLastEntryIndex
 Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExTimerSequenceTimerDelayRaw
 Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExTimerSequenceTimerDurationRaw
 Applies to: CameraLink and GigE. More...
 
Pylon::IBooleanExTimerSequenceTimerEnable
 Applies to: CameraLink and GigE. More...
 
Pylon::IBooleanExTimerSequenceTimerInverter
 Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< TimerSequenceTimerSelectorEnums > & TimerSequenceTimerSelector
 Applies to: CameraLink and GigE. More...
 
Categories: TimerControl and TimerControls
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 and boost CoaXPress. More...
 
Categories: TonalRangeControl
Pylon::IEnumParameterT< TonalRangeAutoEnums > & TonalRangeAuto
 Sets the operation mode of the Tonal Range Auto auto function - Applies to: GigE and ace USB. More...
 
Pylon::IEnumParameterT< TonalRangeEnableEnums > & TonalRangeEnable
 Sets whether tonal range adjustment is used - Applies to: GigE and ace USB. More...
 
Pylon::IEnumParameterT< TonalRangeSelectorEnums > & TonalRangeSelector
 Sets which pixel values are used for tonal range adjustments - Applies to: GigE and ace USB. More...
 
Pylon::IIntegerExTonalRangeSourceBright
 Source value for tonal range adjustments at the bright end of the tonal range - Applies to: GigE and ace USB. More...
 
Pylon::IIntegerExTonalRangeSourceDark
 Source value for tonal range adjustments at the dark end of the tonal range - Applies to: GigE and ace USB. More...
 
Pylon::IIntegerExTonalRangeTargetBright
 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. More...
 
Pylon::IIntegerExTonalRangeTargetDark
 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. More...
 
Categories: UserDefinedValueControl and UserDefinedValues
Pylon::IIntegerExUserDefinedValue
 User-defined value - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress. More...
 
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 and boost CoaXPress. More...
 
Categories: UserSetControl
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, dart BCON, dart USB and pulse USB. More...
 
Categories: UserSets
Pylon::IEnumParameterT< UserSetDefaultSelectorEnums > & UserSetDefaultSelector
 Sets the user set or the factory set to be used as the startup set - Applies to: CameraLink and GigE. More...
 
Categories: UserSetControl and UserSets
Pylon::ICommandExUserSetLoad
 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, dart BCON, dart USB and pulse USB. More...
 
Pylon::ICommandExUserSetSave
 Saves the current active set as the selected user set - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB. More...
 
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, dart BCON, dart USB and pulse USB. More...
 
Categories: VirtualInput
Pylon::IIntegerExVInpBitLength
 Sets the length of the input bit - Applies to: CameraLink and GigE. More...
 
Pylon::IIntegerExVInpSamplingPoint
 Time span between the beginning of the input bit and the time when the high/low status is evaluated - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< VInpSignalReadoutActivationEnums > & VInpSignalReadoutActivation
 Selects when to start the signal evaluation - Applies to: CameraLink and GigE. More...
 
Pylon::IEnumParameterT< VInpSignalSourceEnums > & VInpSignalSource
 Sets the I/O line on which the camera receives the virtual input signal - Applies to: CameraLink and GigE. More...
 
Categories: VignettingCorrectionControl
Pylon::ICommandExVignettingCorrectionLoad
 Loads the vignetting correction data - Applies to: GigE and ace USB. More...
 
Pylon::IEnumParameterT< VignettingCorrectionModeEnums > & VignettingCorrectionMode
 Enables/disables the vignetting correction - Applies to: GigE and ace USB. More...
 
Categories: VirtualLine1RisingEdgeEventData
Pylon::IIntegerExVirtualLine1RisingEdgeEventStreamChannelIndex
 Stream channel index of the Virtual Line 1 Rising Edge event - Applies to: GigE. More...
 
Pylon::IIntegerExVirtualLine1RisingEdgeEventTimestamp
 Timestamp of the Virtual Line 1 Rising Edge event - Applies to: GigE. More...
 
Categories: VirtualLine2RisingEdgeEventData
Pylon::IIntegerExVirtualLine2RisingEdgeEventStreamChannelIndex
 Stream channel index of the Virtual Line 2 Rising Edge event - Applies to: GigE. More...
 
Pylon::IIntegerExVirtualLine2RisingEdgeEventTimestamp
 Timestamp of the Virtual Line 2 Rising Edge event - Applies to: GigE. More...
 
Categories: VirtualLine3RisingEdgeEventData
Pylon::IIntegerExVirtualLine3RisingEdgeEventStreamChannelIndex
 Stream channel index of the Virtual Line 3 Rising Edge event - Applies to: GigE. More...
 
Pylon::IIntegerExVirtualLine3RisingEdgeEventTimestamp
 Timestamp of the Virtual Line 3 Rising Edge event - Applies to: GigE. More...
 
Categories: VirtualLine4RisingEdgeEventData
Pylon::IIntegerExVirtualLine4RisingEdgeEventStreamChannelIndex
 Stream channel index of the Virtual Line 4 Rising Edge event - Applies to: GigE. More...
 
Pylon::IIntegerExVirtualLine4RisingEdgeEventTimestamp
 Timestamp of the Virtual Line 4 Rising Edge event - Applies to: GigE. More...
 
Categories: VolatileRowColumnOffset
Pylon::IBooleanExVolatileColumnOffsetEnable
 Applies to: CameraLink. More...
 
Pylon::IIntegerExVolatileColumnOffsetIndex
 Applies to: CameraLink. More...
 
Pylon::IIntegerExVolatileColumnOffsetValue
 Applies to: CameraLink. More...
 
Pylon::IBooleanExVolatileRowOffsetEnable
 Applies to: CameraLink. More...
 
Pylon::IIntegerExVolatileRowOffsetIndex
 Applies to: CameraLink. More...
 
Pylon::IIntegerExVolatileRowOffsetValue
 Applies to: CameraLink. More...
 

Protected Member Functions

virtual IPylonDeviceGetDevice ()
 Provides access to the attached Pylon device. More...
 
CLockGetLock ()
 Provides access to the lock used for synchronizing the access to the camera. More...
 

Detailed Description

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

Constructor & Destructor Documentation

Pylon::CBaslerUniversalInstantCamera::CBaslerUniversalInstantCamera ( )
inline

Creates an Instant Camera object with no attached Pylon device.

Error Safety:
Does not throw C++ exceptions.
Pylon::CBaslerUniversalInstantCamera::CBaslerUniversalInstantCamera ( IPylonDevice pDevice,
ECleanup  cleanupProcedure = Cleanup_Delete 
)
inline

Creates an Instant Camera object and calls Attach().

See Attach() for more information.

Parameters
[in]pDeviceThe Pylon device to attach.
[in]cleanupProcedureIf 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.
Pylon::CBaslerUniversalInstantCamera::~CBaslerUniversalInstantCamera ( )
inline

Destroys an Instant Camera object.

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

Error Safety:
Does not throw C++ exceptions.

Member Function Documentation

virtual void Pylon::CDeviceSpecificInstantCameraT< CBaslerUniversalInstantCameraTraits >::Attach ( IPylonDevice pDevice,
ECleanup  cleanupProcedure = Cleanup_Delete 
)
virtualinherited

Attaches a Pylon device to the Instant Camera.

Parameters
[in]pDeviceThe Pylon device to attach.
[in]cleanupProcedureIf cleanupProcedure equals Cleanup_Delete, the Pylon device is destroyed when the Instant Camera object is destroyed.
  • 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.
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().

Reimplemented from Pylon::CInstantCamera.

virtual bool Pylon::CInstantCamera::CanWaitForFrameTriggerReady ( ) const
virtualinherited

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

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.

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.
Returns
Returns true if the camera is open and the camera device can be queried whether it is ready to accept the next frame trigger.
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().
void Pylon::CBaslerUniversalInstantCamera::ChangeIpConfiguration ( bool  EnablePersistentIp,
bool  EnableDhcp 
)
inline

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

See Pylon::IPylonGigEDevice::ChangeIpConfiguration()

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().
virtual void Pylon::CDeviceSpecificInstantCameraT< CBaslerUniversalInstantCameraTraits >::Close ( void  )
virtualinherited

Closes the attached Pylon device.

  • 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.
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().

Reimplemented from Pylon::CInstantCamera.

virtual bool Pylon::CDeviceSpecificInstantCameraT< CBaslerUniversalInstantCameraTraits >::DeregisterCameraEventHandler ( typename CBaslerUniversalInstantCameraTraits ::CameraEventHandler_t cameraEventHandler,
const String_t nodeName 
)
virtualinherited

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

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

Parameters
[in]cameraEventHandlerThe registered receiver of camera events.
[in]nodeNameThe name of the event data node updated on camera event, e.g. "ExposureEndEventTimestamp" for exposure end event.
Returns
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.
virtual bool Pylon::CInstantCamera::DeregisterCameraEventHandler ( CCameraEventHandler cameraEventHandler,
const String_t nodeName 
)
virtualinherited

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

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

Parameters
[in]cameraEventHandlerThe registered receiver of camera events.
[in]nodeNameThe name of the event data node updated on camera event, e.g. "ExposureEndEventTimestamp" for exposure end event.
Returns
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.
virtual bool Pylon::CDeviceSpecificInstantCameraT< CBaslerUniversalInstantCameraTraits >::DeregisterConfiguration ( typename CBaslerUniversalInstantCameraTraits ::ConfigurationEventHandler_t configurator)
virtualinherited

Removes a configurator from the list of registered configurator objects.

If the configurator is not found, nothing is done.

Parameters
[in]configuratorThe registered receiver of configuration events.
Returns
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().
virtual bool Pylon::CInstantCamera::DeregisterConfiguration ( CConfigurationEventHandler configurator)
virtualinherited

Removes a configurator from the list of registered configurator objects.

If the configurator is not found, nothing is done.

Parameters
[in]configuratorThe registered receiver of configuration events.
Returns
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().
virtual bool Pylon::CDeviceSpecificInstantCameraT< CBaslerUniversalInstantCameraTraits >::DeregisterImageEventHandler ( typename CBaslerUniversalInstantCameraTraits ::ImageEventHandler_t imageEventHandler)
virtualinherited

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

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

Parameters
[in]imageEventHandlerThe registered receiver of configuration events.
Returns
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.
virtual bool Pylon::CInstantCamera::DeregisterImageEventHandler ( CImageEventHandler imageEventHandler)
virtualinherited

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

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

Parameters
[in]imageEventHandlerThe registered receiver of configuration events.
Returns
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.
virtual void Pylon::CDeviceSpecificInstantCameraT< CBaslerUniversalInstantCameraTraits >::DestroyDevice ( )
virtualinherited

Destroys the attached Pylon device.

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.
  • 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.
Postcondition
No Pylon device is attached.
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().

Reimplemented from Pylon::CInstantCamera.

Detaches an attached Pylon device.

  • 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.
Returns
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().

Reimplemented from Pylon::CInstantCamera.

virtual void Pylon::CInstantCamera::ExecuteSoftwareTrigger ( )
virtualinherited

Executes the software trigger command.

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;

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().
virtual intptr_t Pylon::CInstantCamera::GetCameraContext ( ) const
virtualinherited

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().
virtual const WaitObject& Pylon::CInstantCamera::GetCameraEventWaitObject ( )
virtualinherited

Provides access to a wait object indicating available camera events.

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

Returns
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().
virtual IPylonDevice* Pylon::CInstantCamera::GetDevice ( )
protectedvirtualinherited

Provides access to the attached Pylon device.

Returns
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().

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

Returns
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().

Reimplemented from Pylon::CInstantCamera.

virtual GenApi::INodeMap& Pylon::CInstantCamera::GetEventGrabberNodeMap ( )
virtualinherited

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

Returns
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_NAMESPACE::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().

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

Returns
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().
virtual const WaitObject& Pylon::CInstantCamera::GetGrabResultWaitObject ( )
virtualinherited

Provides access to a wait object indicating available grab results.

Returns
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().
virtual const WaitObject& Pylon::CInstantCamera::GetGrabStopWaitObject ( )
virtualinherited

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

Returns
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().
virtual GenApi::INodeMap& Pylon::CInstantCamera::GetInstantCameraNodeMap ( )
virtualinherited

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

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

Returns
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().
CLock& Pylon::CInstantCamera::GetLock ( )
protectedinherited

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

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());
//...
}
};
Error Safety:
Does not throw C++ exceptions.
virtual GenApi::INodeMap& Pylon::CInstantCamera::GetNodeMap ( )
virtualinherited

Provides access to the node map of the camera device.

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.

Returns
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().
void Pylon::CBaslerUniversalInstantCamera::GetPersistentIpAddress ( String_t IpAddress,
String_t SubnetMask,
String_t DefaultGateway 
)
inline

Reads the persistent IP address from the attached Pylon Device.

See Pylon::IPylonGigEDevice::GetPersistentIpAddress()

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().
virtual size_t Pylon::CInstantCamera::GetQueuedBufferCount ( )
virtualinherited

Deprecated: This method has been deprecated.

Use the NumQueuedBuffers parameter instead.

Returns
The number of buffers that are queued for grabbing.
VersionInfo Pylon::CInstantCamera::GetSfncVersion ( ) const
inherited

Returns the SFNC version read from the camera node map.

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

Returns
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().
virtual GenApi::INodeMap& Pylon::CInstantCamera::GetStreamGrabberNodeMap ( )
virtualinherited

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

Returns
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_NAMESPACE::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().

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

Returns
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().
virtual GenApi::INodeMap& Pylon::CInstantCamera::GetTLNodeMap ( )
virtualinherited

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

Returns
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_NAMESPACE::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().

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

Returns
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().
virtual bool Pylon::CDeviceSpecificInstantCameraT< CBaslerUniversalInstantCameraTraits >::GrabOne ( unsigned int  timeoutMs,
typename CBaslerUniversalInstantCameraTraits ::GrabResultPtr_t grabResult,
ETimeoutHandling  timeoutHandling = TimeoutHandling_ThrowException 
)
virtualinherited

Grabs one image.

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

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

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

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.
Parameters
[in]timeoutMsA timeout value in ms for waiting for a grab result, or the INFINITE value.
[out]grabResultReceives the grab result.
[in]timeoutHandlingIf timeoutHandling equals TimeoutHandling_ThrowException, a timeout exception is thrown on timeout.
Returns
Returns true if the call successfully retrieved a grab result and the grab succeeded (CGrabResultData::GrabSucceeded()).
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().
virtual bool Pylon::CInstantCamera::GrabOne ( unsigned int  timeoutMs,
CGrabResultPtr grabResult,
ETimeoutHandling  timeoutHandling = TimeoutHandling_ThrowException 
)
virtualinherited

Grabs one image.

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

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

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

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.
Parameters
[in]timeoutMsA timeout value in ms for waiting for a grab result, or the INFINITE value.
[out]grabResultReceives the grab result.
[in]timeoutHandlingIf timeoutHandling equals TimeoutHandling_ThrowException, a timeout exception is thrown on timeout.
Returns
Returns true if the call successfully retrieved a grab result and the grab succeeded (CGrabResultData::GrabSucceeded()).
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().
virtual bool Pylon::CInstantCamera::HasOwnership ( ) const
virtualinherited

Returns the ownership of the attached Pylon device.

Returns
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().
virtual bool Pylon::CInstantCamera::Is1394 ( ) const
virtualinherited

Returns true if an IEEE 1394 Pylon device is attached to the Instant Camera object.

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

...
if (camera.GetDeviceInfo().GetDeviceClass() == Basler1394DeviceClass)
{
...
}
Thread Safety:
This method is synchronized using the lock provided by GetLock().
virtual bool Pylon::CInstantCamera::IsBcon ( ) const
virtualinherited

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

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

...
if (camera.GetDeviceInfo().GetDeviceClass() == BaslerBconDeviceClass)
{
...
}
Thread Safety:
This method is synchronized using the lock provided by GetLock().
virtual bool Pylon::CInstantCamera::IsCameraDeviceRemoved ( ) const
virtualinherited

Returns the connection state of the camera device.

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

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.

Returns
True if the camera device removal from the PC has been detected.
Error Safety:
Does not throw C++ exceptions.
Thread Safety:
This method is synchronized using the lock provided by GetLock().
virtual bool Pylon::CInstantCamera::IsCameraLink ( ) const
virtualinherited

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

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

...
if (camera.GetDeviceInfo().GetDeviceClass() == BaslerCameraLinkDeviceClass)
{
...
}
Thread Safety:
This method is synchronized using the lock provided by GetLock().
virtual bool Pylon::CInstantCamera::IsCxp ( ) const
virtualinherited

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

This method is provided for convenience only.

Thread Safety:
This method is synchronized using the lock provided by GetLock().
virtual bool Pylon::CInstantCamera::IsGigE ( ) const
virtualinherited

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

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

...
if (camera.GetDeviceInfo().GetDeviceClass() == BaslerGigEDeviceClass)
{
...
}
Thread Safety:
This method is synchronized using the lock provided by GetLock().
virtual bool Pylon::CInstantCamera::IsGrabbing ( ) const
virtualinherited

Returns state of grabbing.

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

Returns
Returns true if still grabbing.
Error Safety:
Does not throw C++ exceptions.
Thread Safety:
This method is synchronized using the lock provided by GetLock().
virtual bool Pylon::CInstantCamera::IsOpen ( ) const
virtualinherited

Returns the open state of the attached Pylon device object.

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.
Returns
Returns true if a Pylon device is attached and it is open.
Thread Safety:
This method is synchronized using the lock provided by GetLock().
virtual bool Pylon::CInstantCamera::IsPylonDeviceAttached ( ) const
virtualinherited

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

Returns
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().
virtual bool Pylon::CInstantCamera::IsUsb ( ) const
virtualinherited

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

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

...
if (camera.GetDeviceInfo().GetDeviceClass() == BaslerUsbDeviceClass)
{
...
}
Thread Safety:
This method is synchronized using the lock provided by GetLock().

Opens the attached Pylon device.

  • 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.
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().

Reimplemented from Pylon::CInstantCamera.

virtual void Pylon::CDeviceSpecificInstantCameraT< CBaslerUniversalInstantCameraTraits >::RegisterCameraEventHandler ( typename CBaslerUniversalInstantCameraTraits ::CameraEventHandler_t pCameraEventHandler,
const String_t nodeName,
intptr_t  userProvidedId,
ERegistrationMode  mode,
ECleanup  cleanupProcedure,
ECameraEventAvailability  availability = CameraEventAvailability_Mandatory 
)
virtualinherited

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

  • 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.
Parameters
[in]pCameraEventHandlerThe receiver of camera events.
[in]nodeNameThe name of the event data node updated on camera event, e.g. "ExposureEndEventTimestamp" for exposure end event.
[in]userProvidedIdThis 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.
[in]modeIndicates how to register the new cameraEventHandler.
[in]cleanupProcedureIf cleanupProcedure equals Cleanup_Delete, the passed event handler is deleted when no longer needed.
[in]availabilityIf 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.

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.

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.
virtual void Pylon::CInstantCamera::RegisterCameraEventHandler ( CCameraEventHandler pCameraEventHandler,
const String_t nodeName,
intptr_t  userProvidedId,
ERegistrationMode  mode,
ECleanup  cleanupProcedure,
ECameraEventAvailability  availability = CameraEventAvailability_Mandatory 
)
virtualinherited

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

  • 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.
Parameters
[in]pCameraEventHandlerThe receiver of camera events.
[in]nodeNameThe name of the event data node updated on camera event, e.g. "ExposureEndEventTimestamp" for exposure end event.
[in]userProvidedIdThis 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.
[in]modeIndicates how to register the new cameraEventHandler.
[in]cleanupProcedureIf cleanupProcedure equals Cleanup_Delete, the passed event handler is deleted when no longer needed.
[in]availabilityIf 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.

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.

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.
virtual void Pylon::CDeviceSpecificInstantCameraT< CBaslerUniversalInstantCameraTraits >::RegisterConfiguration ( typename CBaslerUniversalInstantCameraTraits ::ConfigurationEventHandler_t pConfigurator,
ERegistrationMode  mode,
ECleanup  cleanupProcedure 
)
virtualinherited

Adds a configurator to the list of registered configurator objects.

  • 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.
Parameters
[in]pConfiguratorThe receiver of configuration events.
[in]modeIndicates how to register the new configurator.
[in]cleanupProcedureIf 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().
virtual void Pylon::CInstantCamera::RegisterConfiguration ( CConfigurationEventHandler pConfigurator,
ERegistrationMode  mode,
ECleanup  cleanupProcedure 
)
virtualinherited

Adds a configurator to the list of registered configurator objects.

  • 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.
Parameters
[in]pConfiguratorThe receiver of configuration events.
[in]modeIndicates how to register the new configurator.
[in]cleanupProcedureIf 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().
virtual void Pylon::CDeviceSpecificInstantCameraT< CBaslerUniversalInstantCameraTraits >::RegisterImageEventHandler ( typename CBaslerUniversalInstantCameraTraits ::ImageEventHandler_t pImageEventHandler,
ERegistrationMode  mode,
ECleanup  cleanupProcedure 
)
virtualinherited

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

  • 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.
Parameters
[in]pImageEventHandlerThe receiver of image events.
[in]modeIndicates how to register the new imageEventHandler.
[in]cleanupProcedureIf 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.
virtual void Pylon::CInstantCamera::RegisterImageEventHandler ( CImageEventHandler pImageEventHandler,
ERegistrationMode  mode,
ECleanup  cleanupProcedure 
)
virtualinherited

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

  • 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.
Parameters
[in]pImageEventHandlerThe receiver of image events.
[in]modeIndicates how to register the new imageEventHandler.
[in]cleanupProcedureIf 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.
virtual bool Pylon::CDeviceSpecificInstantCameraT< CBaslerUniversalInstantCameraTraits >::RetrieveResult ( unsigned int  timeoutMs,
typename CBaslerUniversalInstantCameraTraits ::GrabResultPtr_t grabResult,
ETimeoutHandling  timeoutHandling = TimeoutHandling_ThrowException 
)
virtualinherited

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

  • 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().

Parameters
[in]timeoutMsA timeout value in ms for waiting for a grab result, or the INFINITE value.
[out]grabResultReceives the grab result.
[in]timeoutHandlingIf timeoutHandling equals TimeoutHandling_ThrowException, a timeout exception is thrown on timeout.
Returns
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.
virtual bool Pylon::CInstantCamera::RetrieveResult ( unsigned int  timeoutMs,
CGrabResultPtr grabResult,
ETimeoutHandling  timeoutHandling = TimeoutHandling_ThrowException 
)
virtualinherited

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

  • 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().

Parameters
[in]timeoutMsA timeout value in ms for waiting for a grab result, or the INFINITE value.
[out]grabResultReceives the grab result.
[in]timeoutHandlingIf timeoutHandling equals TimeoutHandling_ThrowException, a timeout exception is thrown on timeout.
Returns
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.
virtual void Pylon::CInstantCamera::SetBufferFactory ( IBufferFactory pFactory,
ECleanup  cleanupProcedure = Cleanup_Delete 
)
virtualinherited

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

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.

Parameters
[in]pFactoryA pointer to a buffer factory.
[in]cleanupProcedureIf 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().
virtual void Pylon::CInstantCamera::SetCameraContext ( intptr_t  context)
virtualinherited

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

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

Error Safety:
Does not throw C++ exceptions.
Thread Safety:
This method is synchronized using the lock provided by GetLock().
void Pylon::CBaslerUniversalInstantCamera::SetPersistentIpAddress ( const String_t IpAddress,
const String_t SubnetMask,
const String_t DefaultGateway 
)
inline

Writes a persistent IP address to the attached Pylon Device.

See Pylon::IPylonGigEDevice::SetPersistentIpAddress()

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().
virtual void Pylon::CInstantCamera::StartGrabbing ( EGrabStrategy  strategy = GrabStrategy_OneByOne,
EGrabLoop  grabLoopType = GrabLoop_ProvidedByUser 
)
virtualinherited

Starts the grabbing of images.

  • 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.
Parameters
[in]strategyThe grab strategy. See Pylon::EGrabStrategy for more information
[in]grabLoopTypeIf 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().
virtual void Pylon::CInstantCamera::StartGrabbing ( size_t  maxImages,
EGrabStrategy  strategy = GrabStrategy_OneByOne,
EGrabLoop  grabLoopType = GrabLoop_ProvidedByUser 
)
virtualinherited

Starts the grabbing for a maximum number of images.

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.

Parameters
[in]maxImagesThe count of images to grab. This value must be larger than zero.
[in]strategyThe grab strategy. See Pylon::InstantCamera::EStrategy for more information.
[in]grabLoopTypeIf 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().
virtual void Pylon::CInstantCamera::StopGrabbing ( )
virtualinherited

Stops the grabbing of images.

  • 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.
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().
virtual bool Pylon::CInstantCamera::WaitForFrameTriggerReady ( unsigned int  timeoutMs,
ETimeoutHandling  timeoutHandling = TimeoutHandling_ThrowException 
)
virtualinherited

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

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().

The WaitForFrameTriggerReady method does not work for A600 Firewire cameras.

Parameters
[in]timeoutMsThe timeout in ms for active waiting.
[in]timeoutHandlingIf timeoutHandling equals TimeoutHandling_ThrowException, a timeout exception is thrown on timeout.
Returns
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().

Member Data Documentation

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AcquisitionAbort
inherited

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

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AcquisitionBurstFrameCount
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AcquisitionFrameCount
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AcquisitionFrameRate
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AcquisitionFrameRateAbs
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AcquisitionFrameRateEnable
inherited

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 and boost CoaXPress.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<AcquisitionFrameRateEnumEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AcquisitionFrameRateEnum
inherited

Applies to: CameraLink.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AcquisitionIdle
inherited

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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AcquisitionLineRateAbs
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<AcquisitionModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AcquisitionMode
inherited

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

Visibility: Beginner

Selecting Parameters: AcquisitionAbort, AcquisitionStart and AcquisitionStop

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AcquisitionStart
inherited

Starts the acquisition of images - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AcquisitionStartEventStreamChannelIndex
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AcquisitionStartEventTimestamp
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AcquisitionStartOvertriggerEventStreamChannelIndex
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AcquisitionStartOvertriggerEventTimestamp
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_InstantCameraParams::CInstantCameraParams_Params_v6_1_0::AcquisitionStartStopExecutionEnable
inherited

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

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AcquisitionStartWaitEventStreamChannelIndex
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AcquisitionStartWaitEventTimestamp
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AcquisitionStatus
inherited

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

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<AcquisitionStatusSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AcquisitionStatusSelector
inherited

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

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 Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AcquisitionStop
inherited

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

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

Visibility: Beginner

Selected by: AcquisitionMode

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AcquisitionWaitEventStreamChannelIndex
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AcquisitionWaitEventTimestamp
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ActionCommandCount
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ActionDeviceKey
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ActionGroupKey
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ActionGroupMask
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ActionLateEventStreamChannelIndex
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ActionLateEventTimestamp
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ActionQueueSize
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ActionSelector
inherited

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

Visibility: Beginner

Selecting Parameters: ActionGroupKey and ActionGroupMask

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoBacklightCompensation
inherited

Backlight compensation to be applied - Applies to: dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoExposureTimeAbsLowerLimit
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoExposureTimeAbsUpperLimit
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoExposureTimeLowerLimit
inherited

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 BCON, dart USB and pulse USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoExposureTimeLowerLimitRaw
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoExposureTimeUpperLimit
inherited

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 BCON, dart USB and pulse USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoExposureTimeUpperLimitRaw
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoFunctionAOIHeight
inherited

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

Visibility: Beginner

Selected by: AutoFunctionAOISelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoFunctionAOIOffsetX
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoFunctionAOIOffsetY
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<AutoFunctionAOISelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoFunctionAOISelector
inherited

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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoFunctionAOIUsageIntensity
inherited

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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoFunctionAOIUsageRedLightCorrection
inherited

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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoFunctionAOIUsageTonalRange
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoFunctionAOIUsageWhiteBalance
inherited

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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoFunctionAOIUseBrightness
inherited

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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoFunctionAOIUseWhiteBalance
inherited

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

Visibility: Invisible

Selected by: AutoFunctionAOISelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoFunctionAOIWidth
inherited

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

Visibility: Beginner

Selected by: AutoFunctionAOISelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<AutoFunctionProfileEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoFunctionProfile
inherited

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 BCON, dart USB and pulse USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoFunctionROIHeight
inherited

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

Visibility: Beginner

Selected by: AutoFunctionROISelector

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoFunctionROIHighlight
inherited

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

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoFunctionROIOffsetX
inherited

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, dart BCON, dart USB and pulse USB.

Visibility: Beginner

Selected by: AutoFunctionROISelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoFunctionROIOffsetY
inherited

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, dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<AutoFunctionROISelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoFunctionROISelector
inherited

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

Visibility: Beginner

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

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoFunctionROIUseBrightness
inherited

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 BCON, 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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoFunctionROIUseTonalRange
inherited

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

Visibility: Beginner

Selected by: AutoFunctionROISelector

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoFunctionROIUseWhiteBalance
inherited

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, dart BCON, dart USB and pulse USB.

Visibility: Beginner

Selected by: AutoFunctionROISelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoFunctionROIWidth
inherited

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

Visibility: Beginner

Selected by: AutoFunctionROISelector

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoGainLowerLimit
inherited

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 BCON, dart USB and pulse USB.

Visibility: Beginner

Selected by: GainSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoGainRawLowerLimit
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoGainRawUpperLimit
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoGainUpperLimit
inherited

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 BCON, dart USB and pulse USB.

Visibility: Beginner

Selected by: GainSelector

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoTargetBrightness
inherited

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 BCON, dart USB and pulse USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoTargetBrightnessDamping
inherited

Brightness adjustment damping factor to be applied - Applies to: dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoTargetValue
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<AutoTonalRangeAdjustmentSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoTonalRangeAdjustmentSelector
inherited

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<AutoTonalRangeModeSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoTonalRangeModeSelector
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoTonalRangeTargetBright
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoTonalRangeTargetDark
inherited

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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoTonalRangeThresholdBright
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoTonalRangeThresholdBrightRaw
inherited

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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoTonalRangeThresholdDark
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::AutoTonalRangeThresholdDarkRaw
inherited

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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BalanceRatio
inherited

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

Visibility: Beginner

Selected by: BalanceRatioSelector

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BalanceRatioAbs
inherited

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

Visibility: Beginner

Selected by: BalanceRatioSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BalanceRatioRaw
inherited

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

Visibility: Beginner

Selected by: BalanceRatioSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BalanceRatioSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BalanceRatioSelector
inherited

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, dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BalanceWhiteAdjustmentDampingAbs
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BalanceWhiteAdjustmentDampingRaw
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BalanceWhiteAutoEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BalanceWhiteAuto
inherited

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, dart BCON, dart USB and pulse USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BalanceWhiteReset
inherited

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BandwidthReserveModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BandwidthReserveMode
inherited

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BconClockFrequencyEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BconClockFrequency
inherited

Sets the clock frequency for the BCON transport layer - Applies to: dart BCON.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BconPixelsPerClockCycleEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BconPixelsPerClockCycle
inherited

Sets the number of pixels transmitted per clock cycle via the BCON interface - Applies to: dart BCON.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BinningHorizontal
inherited

Number of adjacent horizontal pixels to be summed - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, 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

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BinningHorizontalModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BinningHorizontalMode
inherited

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BinningModeHorizontalEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BinningModeHorizontal
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BinningModeVerticalEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BinningModeVertical
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BinningVertical
inherited

Number of adjacent vertical pixels to be summed - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, 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

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BinningVerticalModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BinningVerticalMode
inherited

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BlackLevel
inherited

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

Visibility: Beginner

Selected by: BlackLevelSelector

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BlackLevelAbs
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BlackLevelRaw
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BlackLevelSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BlackLevelSelector
inherited

Sets which sensor tap can be configured - Applies to: CameraLink, GigE, ace USB, dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BLCSerialFramingError
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BLCSerialParityError
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BLCSerialPortBaudRateEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BLCSerialPortBaudRate
inherited

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

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BLCSerialPortClearErrors
inherited

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

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BLCSerialPortParityEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BLCSerialPortParity
inherited

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

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BLCSerialPortReceiveCmd
inherited

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

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BLCSerialPortReceiveValue
inherited

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

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BLCSerialPortSourceEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BLCSerialPortSource
inherited

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

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BLCSerialPortStopBitsEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BLCSerialPortStopBits
inherited

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

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BLCSerialPortTransmitCmd
inherited

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

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BLCSerialPortTransmitValue
inherited

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

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BLCSerialReceiveQueueStatusEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BLCSerialReceiveQueueStatus
inherited

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

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BLCSerialTransmitQueueStatusEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BLCSerialTransmitQueueStatus
inherited

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

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslAcquisitionStopModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslAcquisitionStopMode
inherited

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslBrightness
inherited

Brightness value to be applied - Applies to: GigE, ace USB, dart BCON, dart USB and pulse USB.

Adjusting the brightness lightens or darkens the entire image.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslBrightnessRaw
inherited

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

Adjusting the brightness lightens or darkens the entire image.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslCenterX
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslCenterY
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslColorAdjustmentEnable
inherited

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslColorAdjustmentHue
inherited

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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslColorAdjustmentSaturation
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslColorAdjustmentSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslColorAdjustmentSelector
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslColorSpaceEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslColorSpace
inherited

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

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslColorSpaceModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslColorSpaceMode
inherited

Sets the color space for image acquisitions - Applies to: dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslContrast
inherited

Contrast value to be applied - Applies to: GigE, ace USB, dart BCON, dart USB and pulse USB.

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslContrastModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslContrastMode
inherited

Sets the contrast mode - Applies to: GigE, ace USB, dart BCON, dart USB and pulse USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslContrastRaw
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslDeviceLinkCurrentThroughput
inherited

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

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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslErrorPresent
inherited

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

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

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslErrorReportNext
inherited

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

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslErrorReportValue
inherited

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

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslExposureTimeModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslExposureTimeMode
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslHue
inherited

Hue shift value to be applied - Applies to: GigE and ace 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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslHueRaw
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslHueValue
inherited

Hue shift value to be applied - Applies to: dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslImageCompressionLastRatio
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslImageCompressionLastSize
inherited

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslImageCompressionRatio
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslImmediateTriggerModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslImmediateTriggerMode
inherited

Enables the Immediate Trigger mode - Applies to: dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslInputFilterTime
inherited

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 and boost CoaXPress.

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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslInputHoldOffTime
inherited

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 and boost CoaXPress.

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 Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslLightControlEnumerateDevices
inherited

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslLightControlErrorStatusEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslLightControlErrorStatus
inherited

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslLightControlModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslLightControlMode
inherited

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslLightControlSourceEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslLightControlSource
inherited

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslLightControlStatusEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslLightControlStatus
inherited

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslLightDeviceBrightness
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslLightDeviceBrightnessRaw
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslLightDeviceChangeIDEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslLightDeviceChangeID
inherited

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 Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslLightDeviceClearLastError
inherited

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

Visibility: Expert

Selected by: BslLightDeviceSelector

The Basler Product Documentation may provide more information.

Pylon::IStringEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslLightDeviceFirmwareVersion
inherited

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

Visibility: Expert

Selected by: BslLightDeviceSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslLightDeviceLastErrorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslLightDeviceLastError
inherited

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

Visibility: Expert

Selected by: BslLightDeviceSelector

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslLightDeviceMaxCurrent
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslLightDeviceMaxCurrentRaw
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslLightDeviceOperationModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslLightDeviceOperationMode
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslLightDeviceSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslLightDeviceSelector
inherited

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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslLightDeviceStrobeDuration
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslLightDeviceStrobeDurationRaw
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslLightDeviceStrobeModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslLightDeviceStrobeMode
inherited

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

Visibility: Expert

Selected by: BslLightDeviceSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslLightSourcePresetEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslLightSourcePreset
inherited

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

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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslLightSourcePresetFeatureEnable
inherited

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

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslLightSourcePresetFeatureSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslLightSourcePresetFeatureSelector
inherited

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

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslLineOverloadStatus
inherited

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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslNoiseReduction
inherited

Amount of noise reduction to be applied - Applies to: ace 2 GigE and ace 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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslPeriodicSignalDelay
inherited

Delay to be applied to the periodic signal in microseconds - Applies to: ace 2 GigE.

Visibility: Expert

Selected by: BslPeriodicSignalSelector

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslPeriodicSignalPeriod
inherited

Length of the periodic signal in microseconds - Applies to: ace 2 GigE.

Visibility: Expert

Selected by: BslPeriodicSignalSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslPeriodicSignalSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslPeriodicSignalSelector
inherited

Sets the periodic signal channel to be configured - Applies to: ace 2 GigE.

Visibility: Expert

Selecting Parameters: BslPeriodicSignalDelay, BslPeriodicSignalPeriod and BslPeriodicSignalSource

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslPeriodicSignalSourceEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslPeriodicSignalSource
inherited

Indicates whether the camera is synchronized via Precision Time Protocol (PTP) - Applies to: ace 2 GigE.

Visibility: Expert

Selected by: BslPeriodicSignalSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslPtpDelayMechanismEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslPtpDelayMechanism
inherited

Indicates the PTP delay mechanism - Applies to: ace 2 GigE.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslPtpManagementEnable
inherited

Enables PTP management - Applies to: ace 2 GigE.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslPtpNetworkModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslPtpNetworkMode
inherited

Sets the mode for PTP network communication - Applies to: ace 2 GigE.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslPtpPriority1
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslPtpProfileEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslPtpProfile
inherited

Sets the default PTP profile - Applies to: ace 2 GigE.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslPtpTwoStep
inherited

Configures a two-step clock if enabled or a one-step clock if disabled - Applies to: ace 2 GigE.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslPtpUcPortAddr
inherited

Unicast port address - Applies to: ace 2 GigE.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslPtpUcPortAddrIndex
inherited

Unicast port address index - Applies to: ace 2 GigE.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslSaturation
inherited

Saturation value to be applied - Applies to: GigE and ace USB.

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslSaturationRaw
inherited

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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslSaturationValue
inherited

Saturation value to be applied - Applies to: dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslScalingFactor
inherited

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

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslSensorBitDepthEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslSensorBitDepth
inherited

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

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 is set to Manual. If the sensor bit depth mode is set to Auto, the sensor bit depth is adjusted automatically depending on the pixel format used.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslSensorBitDepthModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslSensorBitDepthMode
inherited

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslSharpnessEnhancement
inherited

Sharpening value to be applied - Applies to: ace 2 GigE and ace 2 USB.

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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslTemperatureMax
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslTemperatureStatusEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslTemperatureStatus
inherited

Indicates the temperature state - Applies to: ace 2 GigE and ace 2 USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslTemperatureStatusErrorCount
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslUSBSpeedModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslUSBSpeedMode
inherited

Indicates the speed mode of the USB port - Applies to: ace 2 USB, ace USB, dart USB and pulse USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslVignettingCorrectionLoad
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<BslVignettingCorrectionModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::BslVignettingCorrectionMode
inherited

Enables the vignetting correction - Applies to: boost CoaXPress.

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: Guru

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<CameraOperationModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CameraOperationMode
inherited

Sets the camera operation mode - Applies to: ace USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CenterX
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CenterY
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ChunkCounterSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkCounterSelector
inherited

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

Visibility: Expert

Selecting Parameters: ChunkCounterValue

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkCounterValue
inherited

Value of the selected chunk counter - Applies to: ace USB.

Visibility: Beginner

Selected by: ChunkCounterSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkDynamicRangeMax
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkDynamicRangeMin
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkEnable
inherited

Includes the currently selected chunk in the payload data - Applies to: GigE and ace USB.

Visibility: Beginner

Selected by: ChunkSelector

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkExposureTime
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkFramecounter
inherited

Value of the Frame counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkFramesPerTriggerCounter
inherited

Value of the Frames per Trigger counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkFrameTriggerCounter
inherited

Value of the Frame Trigger counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkFrameTriggerIgnoredCounter
inherited

Value of the Frame Trigger Ignored counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkGain
inherited

Gain used during image acquisition - Applies to: ace USB.

Visibility: Beginner

Selected by: ChunkGainSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkGainAll
inherited

Gain All value of the acquired image - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ChunkGainSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkGainSelector
inherited

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

Visibility: Expert

Selecting Parameters: ChunkGain

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkHeight
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkInputStatusAtLineTriggerBitsPerLine
inherited

Number of bits per line used for the Input Status At Line Trigger parameter - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkInputStatusAtLineTriggerIndex
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkInputStatusAtLineTriggerValue
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkLineStatusAll
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkLineTriggerCounter
inherited

Value of the Line Trigger counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkLineTriggerEndToEndCounter
inherited

Value of the Line Trigger End to End counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkLineTriggerIgnoredCounter
inherited

Value of the Line Trigger Ignored counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkModeActive
inherited

Enables the chunk mode - Applies to: GigE and ace USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_InstantCameraParams::CInstantCameraParams_Params_v6_1_0::ChunkNodeMapsEnable
inherited

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

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkOffsetX
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkOffsetY
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkPayloadCRC16
inherited

CRC checksum of the acquired image - Applies to: GigE and ace 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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ChunkPixelFormatEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkPixelFormat
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ChunkSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkSelector
inherited

Sets which chunk can be enabled - Applies to: GigE and ace USB.

Sets which chunk can be enabled. The chunk can be enabled using the Chunk Enable parameter.

Visibility: Beginner

Selecting Parameters: ChunkEnable

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkSequencerSetActive
inherited

Index of the active sequencer set - Applies to: ace USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkSequenceSetIndex
inherited

Sequence set index number related to the acquired image - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkShaftEncoderCounter
inherited

Value of the Shaft Encoder counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkStride
inherited

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.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkTimestamp
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkTriggerinputcounter
inherited

Value of the Trigger Input counter when the image was acquired - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkVirtLineStatusAll
inherited

Status of all of the camera's virtual input and output lines when the image was acquired - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ChunkWidth
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ClConfigurationEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ClConfiguration
inherited

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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_InstantCameraParams::CInstantCameraParams_Params_v6_1_0::ClearBufferModeEnable
inherited

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

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ClearLastError
inherited

Clears the last error - Applies to: CameraLink and GigE.

Clears the last error. If a previous error exists, the previous error can still be retrieved.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ClInterLineDelayAbs
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ClInterLineDelayRaw
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ClPixelClockEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ClPixelClock
inherited

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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ClPixelClockAbs
inherited

Pixel clock used in the communication with the frame grabber in Hz - Applies to: CameraLink.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ClSerialPortBaudRateEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ClSerialPortBaudRate
inherited

Sets the serial port baud rate - Applies to: CameraLink.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ClTapGeometryEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ClTapGeometry
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ClTimeSlotsEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ClTimeSlots
inherited

Sets the number of time slots - Applies to: CameraLink.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ColorAdjustmentEnable
inherited

Enables color adjustment - Applies to: CameraLink and GigE.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ColorAdjustmentHue
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ColorAdjustmentHueRaw
inherited

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 Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ColorAdjustmentReset
inherited

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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ColorAdjustmentSaturation
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ColorAdjustmentSaturationRaw
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ColorAdjustmentSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ColorAdjustmentSelector
inherited

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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ColorOverexposureCompensationAOIEnable
inherited

Enables color overexposure compensation - Applies to: CameraLink and GigE.

Enables color overexposure compensation.

Visibility: Beginner

Selected by: ColorOverexposureCompensationAOISelector

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ColorOverexposureCompensationAOIFactor
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ColorOverexposureCompensationAOIFactorRaw
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ColorOverexposureCompensationAOIHeight
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ColorOverexposureCompensationAOIOffsetX
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ColorOverexposureCompensationAOIOffsetY
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ColorOverexposureCompensationAOISelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ColorOverexposureCompensationAOISelector
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ColorOverexposureCompensationAOIWidth
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ColorSpaceEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ColorSpace
inherited

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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ColorTransformationEnable
inherited

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

Visibility: Expert

Selected by: ColorTransformationSelector

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ColorTransformationMatrixFactor
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ColorTransformationMatrixFactorRaw
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ColorTransformationSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ColorTransformationSelector
inherited

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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ColorTransformationValue
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ColorTransformationValueRaw
inherited

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

Visibility: Guru

Selected by: ColorTransformationValueSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ColorTransformationValueSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ColorTransformationValueSelector
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CounterDuration
inherited

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 and boost CoaXPress.

Visibility: Expert

Selected by: CounterSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<CounterEventActivationEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CounterEventActivation
inherited

Sets the type of signal transition that the counter will count - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

Selected by: CounterSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<CounterEventSourceEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CounterEventSource
inherited

Sets which event increases the currently selected counter - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Visibility: Beginner

Selected by: CounterSelector

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CounterReset
inherited

Immediately resets the selected counter - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Immediately resets the selected counter. The counter starts counting again immediately after the reset.

Visibility: Beginner

Selected by: CounterSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<CounterResetActivationEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CounterResetActivation
inherited

Sets which type of signal transition will reset the counter - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Visibility: Beginner

Selected by: CounterSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<CounterResetSourceEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CounterResetSource
inherited

Sets which source signal will reset the currently selected counter - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Visibility: Beginner

Selected by: CounterSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<CounterSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CounterSelector
inherited

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

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<CounterStatusEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CounterStatus
inherited

Returns the current status of the counter - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

Selected by: CounterSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<CounterTriggerActivationEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CounterTriggerActivation
inherited

Sets the type of signal transition that will start the counter - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

Selected by: CounterSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<CounterTriggerSourceEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CounterTriggerSource
inherited

Sets the signal used to start the selected counter - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CounterValue
inherited

Current value of the counter - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

Selected by: CounterSelector

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CriticalTemperature
inherited

Indicates whether the critical temperature has been reached - Applies to: CameraLink and GigE.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CriticalTemperatureEventStreamChannelIndex
inherited

Stream channel index of the Critical Temperature event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CriticalTemperatureEventTimestamp
inherited

Timestamp of the Critical Temperature event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CxpConnectionSelector
inherited

Sets the CoaXPress physical connection to control - Applies to: boost CoaXPress.

Visibility: Expert

Selecting Parameters: CxpConnectionTestErrorCount, CxpConnectionTestMode, CxpErrorCounterSelector and CxpSendReceiveSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CxpConnectionTestErrorCount
inherited

Number of test packet connection errors received by the device on the connection selected by the Connection Selector parameter - Applies to: boost CoaXPress.

Visibility: Expert

Selected by: CxpConnectionSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<CxpConnectionTestModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CxpConnectionTestMode
inherited

Sets the test mode for an individual physical connection of the device - Applies to: boost CoaXPress.

Visibility: Expert

Selected by: CxpConnectionSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CxpConnectionTestPacketCount
inherited

Number of test packets received by the device on the connection selected by the Cxp Connection Selector parameter - Applies to: boost CoaXPress.

Visibility: Expert

Selected by: CxpSendReceiveSelector

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CxpErrorCounterReset
inherited

Resets the selected CoaXPress error counter - Applies to: boost CoaXPress.

Visibility: Expert

Selected by: CxpErrorCounterSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<CxpErrorCounterSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CxpErrorCounterSelector
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<CxpErrorCounterStatusEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CxpErrorCounterStatus
inherited

Indicates the current status of the selected CoaXPress error counter - Applies to: boost CoaXPress.

Visibility: Expert

Selected by: CxpErrorCounterSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CxpErrorCounterValue
inherited

Current value of the selected CoaXPress error counter - Applies to: boost CoaXPress.

Visibility: Expert

Selected by: CxpErrorCounterSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<CxpLinkConfigurationEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CxpLinkConfiguration
inherited

Sets the link configuration - Applies to: boost CoaXPress.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<CxpLinkConfigurationPreferredEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CxpLinkConfigurationPreferred
inherited

Sets the link configuration that allows the device to operate in its default mode - Applies to: boost CoaXPress.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<CxpLinkConfigurationStatusEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CxpLinkConfigurationStatus
inherited

Indicates the link configuration used by the device - Applies to: boost CoaXPress.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<CxpSendReceiveSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::CxpSendReceiveSelector
inherited

Sets whether the send or the receive features can be configured - Applies to: boost CoaXPress.

Visibility: Expert

Selected by: CxpConnectionSelector

Selecting Parameters: CxpConnectionTestPacketCount

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DecimationHorizontal
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DecimationVertical
inherited

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

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<DefectPixelCorrectionModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DefectPixelCorrectionMode
inherited

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

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: Expert

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<DemosaicingModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DemosaicingMode
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<DeviceCharacterSetEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceCharacterSet
inherited

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

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceClockFrequency
inherited

Clock frequency used - Applies to: dart BCON.

Visibility: Expert

Selected by: DeviceClockSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<DeviceClockSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceClockSelector
inherited

Sets the clock of the camera - Applies to: dart BCON.

Sets the clock of the camera. When a clock has been set, the clock frequency can be read using the Device Clock Frequency parameter.

Visibility: Expert

Selecting Parameters: DeviceClockFrequency

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceColorPipelineVersion
inherited

Version of the color modifications applied to images - Applies to: GigE and ace USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IStringEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceFamilyName
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceFeaturePersistenceEnd
inherited

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

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

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceFeaturePersistenceStart
inherited

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

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

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IStringEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceFirmwareVersion
inherited

Version of the camera's firmware - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceGenCPVersionMajor
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceGenCPVersionMinor
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IStringEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceID
inherited

ID of the camera - Applies to: CameraLink and GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<DeviceIndicatorModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceIndicatorMode
inherited

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceLinkCurrentThroughput
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceLinkSelector
inherited

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

Visibility: Beginner

Selecting Parameters: DeviceLinkCurrentThroughput, DeviceLinkSpeed, DeviceLinkThroughputLimit and DeviceLinkThroughputLimitMode

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceLinkSpeed
inherited

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

Visibility: Expert

Selected by: DeviceLinkSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceLinkThroughputLimit
inherited

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

Visibility: Beginner

Selected by: DeviceLinkSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<DeviceLinkThroughputLimitModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceLinkThroughputLimitMode
inherited

Enables/disables the device link throughput limit - Applies to: ace 2 GigE, ace 2 USB, ace 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 Basler Product Documentation may provide more information.

Pylon::IStringEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceManifestPrimaryURL
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceManifestSchemaMajorVersion
inherited

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

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceManifestSchemaMinorVersion
inherited

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

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceManifestXMLMajorVersion
inherited

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

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceManifestXMLMinorVersion
inherited

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

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceManifestXMLSubMinorVersion
inherited

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

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IStringEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceManufacturerInfo
inherited

Additional information from the vendor about the camera - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB.

Endianness of the registers of the device.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IStringEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceModelName
inherited

Name of the camera model - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<DeviceRegistersEndiannessEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceRegistersEndianness
inherited

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

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceRegistersStreamingEnd
inherited

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

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceRegistersStreamingStart
inherited

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

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceReset
inherited

Immediately resets and restarts the camera - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<DeviceScanTypeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceScanType
inherited

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, boost CoaXPress, dart BCON, dart USB and pulse USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IStringEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceSerialNumber
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceSFNCVersionMajor
inherited

Major version number of the SFNC specification that the camera is compatible with - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceSFNCVersionMinor
inherited

Minor version number of the SFNC specification that the camera is compatible with - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceSFNCVersionSubMinor
inherited

Subminor version number of the SFNC specification that the camera is compatible with - Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<DeviceTapGeometryEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceTapGeometry
inherited

Sets the tap geometry - Applies to: boost 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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceTemperature
inherited

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

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<DeviceTemperatureSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceTemperatureSelector
inherited

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

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<DeviceTLTypeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceTLType
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceTLVersionMajor
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceTLVersionMinor
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceTLVersionSubMinor
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IStringEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceUserID
inherited

User-settable ID of the camera - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IStringEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceVendorName
inherited

Name of the camera vendor - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IStringEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DeviceVersion
inherited

Version of the camera - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::DigitalShift
inherited

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

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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EnableBurstAcquisition
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventCriticalTemperature
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventCriticalTemperatureTimestamp
inherited

Timestamp of the Critical Temperature event - Applies to: ace USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventExposureEnd
inherited

Unique identifier of the Exposure End event - Applies to: ace USB.

Unique identifier of the Exposure End event. Use this parameter to get notified when the event occurs.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventExposureEndFrameID
inherited

Frame ID of the Exposure End event - Applies to: ace USB.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventExposureEndTimestamp
inherited

Timestamp of the Exposure End event - Applies to: ace USB.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventFrameBurstStart
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventFrameBurstStartFrameID
inherited

Frame ID of the Frame Burst Start event - Applies to: ace USB.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventFrameBurstStartOvertrigger
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventFrameBurstStartOvertriggerFrameID
inherited

Frame ID of the Frame Burst Start Overtrigger event - Applies to: ace USB.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventFrameBurstStartOvertriggerTimestamp
inherited

Timestamp of the Frame Burst Start Overtrigger event - Applies to: ace USB.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventFrameBurstStartTimestamp
inherited

Timestamp of the Frame Burst Start event - Applies to: ace USB.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventFrameBurstStartWait
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventFrameBurstStartWaitTimestamp
inherited

Timestamp of the Frame Burst Start Wait event - Applies to: ace USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventFrameStart
inherited

Unique identifier of the Frame Start event - Applies to: ace USB.

Unique identifier of the Frame Start event. Use this parameter to get notified when the event occurs.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventFrameStartFrameID
inherited

Frame ID of the Frame Start event - Applies to: ace USB.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventFrameStartOvertrigger
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventFrameStartOvertriggerFrameID
inherited

Frame ID of the Frame Start Overtrigger event - Applies to: ace USB.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventFrameStartOvertriggerTimestamp
inherited

Timestamp of the Frame Start Overtrigger event - Applies to: ace USB.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventFrameStartTimestamp
inherited

Timestamp of the Frame Start event - Applies to: ace USB.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventFrameStartWait
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventFrameStartWaitTimestamp
inherited

Timestamp of the Frame Start Wait event - Applies to: ace USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<EventNotificationEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventNotification
inherited

Enables event notifications for the currently selected event - Applies to: GigE and ace USB.

Enables event notifications for the currently selected event. The event can selected using the Event Selector parameter.

Visibility: Beginner

Selected by: EventSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventOverrunEventFrameID
inherited

Frame ID of the Event Overrun event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventOverrunEventStreamChannelIndex
inherited

Stream channel index of the Event Overrun event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventOverrunEventTimestamp
inherited

Timestamp of the Event Overrun event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventOverTemperature
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventOverTemperatureTimestamp
inherited

Timestamp of the Over Temperature event - Applies to: ace USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<EventSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::EventSelector
inherited

Sets the event notification to be enabled - Applies to: GigE and ace USB.

Sets the event notification to be enabled. The notification can be enabled using the Event Notification parameter.

Visibility: Beginner

Selecting Parameters: EventNotification

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ExpertFeatureAccessKey
inherited

Key for making the selected expert feature available - Applies to: CameraLink, GigE and ace USB.

Visibility: Guru

Selected by: ExpertFeatureAccessSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ExpertFeatureAccessSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ExpertFeatureAccessSelector
inherited

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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ExpertFeatureEnable
inherited

Enables the currently selected expert feature - Applies to: CameraLink, GigE and ace USB.

Visibility: Guru

Selected by: ExpertFeatureAccessSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ExposureAutoEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ExposureAuto
inherited

Sets the operation mode of the Exposure Auto auto function - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ExposureEndEventFrameID
inherited

Frame ID of the Exposure End event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ExposureEndEventStreamChannelIndex
inherited

Stream channel index of the Exposure End event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ExposureEndEventTimestamp
inherited

Timestamp of the Exposure End event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ExposureModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ExposureMode
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ExposureOverlapTimeMax
inherited

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ExposureOverlapTimeMaxAbs
inherited

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ExposureOverlapTimeMaxRaw
inherited

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ExposureOverlapTimeModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ExposureOverlapTimeMode
inherited

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ExposureStartDelayAbs
inherited

Applies to: CameraLink and GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ExposureStartDelayRaw
inherited

Applies to: CameraLink and GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ExposureTime
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ExposureTimeAbs
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ExposureTimeBaseAbs
inherited

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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ExposureTimeBaseAbsEnable
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ExposureTimeModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ExposureTimeMode
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ExposureTimeRaw
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<FeatureSetEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FeatureSet
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<FieldOutputModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FieldOutputMode
inherited

Selects the mode to output the fields - Applies to: CameraLink and GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IRegisterEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FileAccessBuffer
inherited

Access buffer for file operations - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Basler advises against using this parameter. Use the appropriate feature for file access operations instead.

Visibility: Guru

Selected by: FileSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FileAccessLength
inherited

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 and boost CoaXPress.

Basler advises against using this parameter. Use the appropriate feature for file access operations instead.

Visibility: Guru

Selected by: FileOperationSelector and FileSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FileAccessOffset
inherited

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 and boost CoaXPress.

Basler advises against using this parameter. Use the appropriate feature for file access operations instead.

Visibility: Guru

Selected by: FileOperationSelector and FileSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<FileOpenModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FileOpenMode
inherited

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 and boost CoaXPress.

Basler advises against using this parameter. Use the appropriate feature for file access operations instead.

Visibility: Beginner

Selected by: FileSelector

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FileOperationExecute
inherited

Executes the operation selected by File Operation Selector parameter - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Basler advises against using this parameter. Use the appropriate feature for file access operations instead.

Visibility: Guru

Selected by: FileOperationSelector and FileSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FileOperationResult
inherited

File operation result - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Basler advises against using this parameter. Use the appropriate feature for file access operations instead.

Visibility: Guru

Selected by: FileOperationSelector and FileSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<FileOperationSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FileOperationSelector
inherited

Sets the target operation for the currently selected file - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<FileOperationStatusEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FileOperationStatus
inherited

Indicates the file operation execution status - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Basler advises against using this parameter. Use the appropriate feature for file access operations instead.

Visibility: Guru

Selected by: FileOperationSelector and FileSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<FileSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FileSelector
inherited

Sets the target file in the camera - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FileSize
inherited

Size of the currently selected file in bytes - Applies to: CameraLink, GigE and ace USB.

Basler advises against using this parameter. Use the appropriate feature for file access operations instead.

Visibility: Guru

Selected by: FileSelector

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ForceFailedBuffer
inherited

Marks the next buffer as failed - Applies to: CamEmu.

Marks the next buffer as a failed buffer.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ForceFailedBufferCount
inherited

Number of failed buffers to generate - Applies to: CamEmu.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FrameStartEventStreamChannelIndex
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FrameStartEventTimestamp
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FrameStartOvertriggerEventStreamChannelIndex
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FrameStartOvertriggerEventTimestamp
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FrameStartWaitEventStreamChannelIndex
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FrameStartWaitEventTimestamp
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FrameTimeoutAbs
inherited

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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FrameTimeoutEnable
inherited

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FrameTimeoutEventStreamChannelIndex
inherited

Stream channel index of the Frame Timeout event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FrameTimeoutEventTimestamp
inherited

Timestamp of the Frame Timeout event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FrameWaitEventStreamChannelIndex
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FrameWaitEventTimestamp
inherited

Timestamp of the Frame Wait event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<FrequencyConverterInputSourceEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FrequencyConverterInputSource
inherited

Sets the input source - Applies to: CameraLink and GigE.

Sets the input source for the frequency converter module.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FrequencyConverterMultiplier
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FrequencyConverterPostDivider
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FrequencyConverterPreDivider
inherited

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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FrequencyConverterPreventOvertrigger
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<FrequencyConverterSignalAlignmentEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::FrequencyConverterSignalAlignment
inherited

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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::Gain
inherited

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

Visibility: Beginner

Selected by: GainSelector

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GainAbs
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<GainAutoEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GainAuto
inherited

Sets the operation mode of the Gain Auto auto function - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GainRaw
inherited

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

Visibility: Beginner

Selected by: GainSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<GainSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GainSelector
inherited

Sets the gain type to be adjusted - Applies to: CameraLink, GigE, ace USB, dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::Gamma
inherited

Gamma correction to be applied - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GammaEnable
inherited

Enables gamma correction - Applies to: CameraLink and GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<GammaSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GammaSelector
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<GevCCPEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevCCP
inherited

Sets the control channel privilege - Applies to: GigE.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevCurrentDefaultGateway
inherited

Current default gateway of the selected network interface - Applies to: GigE.

Visibility: Guru

Selected by: GevInterfaceSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevCurrentIPAddress
inherited

Current IP address of the selected network interface - Applies to: GigE.

Visibility: Guru

Selected by: GevInterfaceSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevCurrentIPConfiguration
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevCurrentSubnetMask
inherited

Current subnet mask of the selected network interface - Applies to: GigE.

Visibility: Guru

Selected by: GevInterfaceSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevDeviceModeCharacterSet
inherited

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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevDeviceModeIsBigEndian
inherited

Indicates whether the bootstrap register is in big-endian format - Applies to: GigE.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IStringEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevFirstURL
inherited

First URL reference to the GenICam XML file - Applies to: GigE.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<GevGVSPExtendedIDModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevGVSPExtendedIDMode
inherited

Sets the Extended ID mode for GVSP - Applies to: 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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevHeartbeatTimeout
inherited

Heartbeat timeout in milliseconds - Applies to: GigE.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevIEEE1588
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevIEEE1588ClockId
inherited

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 Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevIEEE1588DataSetLatch
inherited

Latches the current IEEE 1588-related values of the camera - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevIEEE1588OffsetFromMaster
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevIEEE1588ParentClockId
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<GevIEEE1588StatusEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevIEEE1588Status
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<GevIEEE1588StatusLatchedEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevIEEE1588StatusLatched
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<GevInterfaceSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevInterfaceSelector
inherited

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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevLinkCrossover
inherited

Indicates the state of medium-dependent interface crossover (MDIX) for the selected network interface - Applies to: GigE.

Visibility: Guru

Selected by: GevInterfaceSelector

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevLinkFullDuplex
inherited

Indicates whether the selected network interface operates in full-duplex mode - Applies to: GigE.

Visibility: Guru

Selected by: GevInterfaceSelector

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevLinkMaster
inherited

Indicates whether the selected network interface is the clock master - Applies to: GigE.

Visibility: Guru

Selected by: GevInterfaceSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevLinkSpeed
inherited

Connection speed in Mbps of the selected network interface - Applies to: GigE.

Visibility: Guru

Selected by: GevInterfaceSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevMACAddress
inherited

MAC address of the selected network interface - Applies to: GigE.

Visibility: Guru

Selected by: GevInterfaceSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevMessageChannelCount
inherited

Number of message channels supported by the camera - Applies to: GigE.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevNumberOfInterfaces
inherited

Number of network interfaces of the camera - Applies to: GigE.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevPersistentDefaultGateway
inherited

Fixed default gateway of the selected network interface - Applies to: GigE.

Fixed default gateway of the selected network interface (if fixed IP addressing is supported by the camera and enabled).

Visibility: Guru

Selected by: GevInterfaceSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevPersistentIPAddress
inherited

Fixed IP address of the selected network interface - Applies to: GigE.

Fixed IP address of the selected network interface (if fixed IP addressing is supported by the camera and enabled).

Visibility: Guru

Selected by: GevInterfaceSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevPersistentSubnetMask
inherited

Fixed subnet mask of the selected network interface - Applies to: GigE.

Fixed subnet mask of the selected network interface (if fixed IP addressing is supported by the camera and enabled).

Visibility: Guru

Selected by: GevInterfaceSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevPTPDiagnosticsQueueRxEvntMaxNumElements
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevPTPDiagnosticsQueueRxEvntPushNumFailure
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevPTPDiagnosticsQueueRxGnrlMaxNumElements
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevPTPDiagnosticsQueueRxGnrlPushNumFailure
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevPTPDiagnosticsQueueSendNumFailure
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevSCBWA
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevSCBWR
inherited

Percentage of the Ethernet bandwidth assigned to the camera to be held in reserve - Applies to: 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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevSCBWRA
inherited

Multiplier for the Bandwidth Reserve parameter - Applies to: 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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevSCDA
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevSCDCT
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevSCDMT
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevSCFJM
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevSCFTD
inherited

Frame transmission delay on the selected stream channel - Applies to: 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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevSCPD
inherited

Delay between the transmission of each packet on the selected stream channel - Applies to: 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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevSCPHostPort
inherited

Destination port of the selected stream channel - Applies to: GigE.

Visibility: Guru

Selected by: GevStreamChannelSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevSCPInterfaceIndex
inherited

Index of the network interface to be used - Applies to: GigE.

Visibility: Guru

Selected by: GevStreamChannelSelector

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevSCPSBigEndian
inherited

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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevSCPSDoNotFragment
inherited

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 Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevSCPSFireTestPacket
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevSCPSPacketSize
inherited

Packet size in bytes on the selected stream channel Excludes data leader and data trailer - Applies to: GigE and ace 2 GigE.

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 Basler Product Documentation may provide more information.

Pylon::IStringEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevSecondURL
inherited

Second URL reference to the GenICam XML file - Applies to: GigE.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevStreamChannelCount
inherited

Number of stream channels supported by the camera - Applies to: GigE.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<GevStreamChannelSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevStreamChannelSelector
inherited

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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevSupportedIEEE1588
inherited

Indicates whether the IEEE 1588 V2 Precision Time Protocol (PTP) is supported - Applies to: GigE.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevSupportedIPConfigurationDHCP
inherited

Indicates whether the selected network interface supports DHCP IP addressing - Applies to: GigE.

Visibility: Guru

Selected by: GevInterfaceSelector

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevSupportedIPConfigurationLLA
inherited

Indicates whether the selected network interface supports auto IP addressing (also known as LLA) - Applies to: GigE.

Visibility: Guru

Selected by: GevInterfaceSelector

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevSupportedIPConfigurationPersistentIP
inherited

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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevSupportedOptionalCommandsConcatenation
inherited

Indicates whether multiple operations in a single message are supported - Applies to: GigE.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevSupportedOptionalCommandsEVENT
inherited

Indicates whether EVENT_CMD and EVENT_ACK are supported - Applies to: GigE.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevSupportedOptionalCommandsEVENTDATA
inherited

Indicates whether EVENTDATA_CMD and EVENTDATA_ACK are supported - Applies to: GigE.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevSupportedOptionalCommandsPACKETRESEND
inherited

Indicates whether PACKETRESEND_CMD is supported - Applies to: GigE.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevSupportedOptionalCommandsWRITEMEM
inherited

Indicates whether WRITEMEM_CMD and WRITEMEM_ACK are supported - Applies to: GigE.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevSupportedOptionalLegacy16BitBlockID
inherited

Indicates whether this GVSP transmitter or receiver can support a 16-bit block ID - Applies to: GigE.

Visibility: Guru

Selected by: GevInterfaceSelector

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevTimestampControlLatch
inherited

Latches the current timestamp value of the camera - Applies to: GigE.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevTimestampControlLatchReset
inherited

Resets the timestamp control latch - Applies to: GigE.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevTimestampControlReset
inherited

Resets the timestamp value of the camera - Applies to: GigE.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevTimestampTickFrequency
inherited

Number of timestamp clock ticks in 1 second - Applies to: GigE and ace 2 GigE.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevTimestampValue
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevVersionMajor
inherited

Major version number of the GigE Vision specification supported by this camera - Applies to: GigE.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GevVersionMinor
inherited

Minor version number of the GigE Vision specification supported by this camera - Applies to: GigE.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_InstantCameraParams::CInstantCameraParams_Params_v6_1_0::GrabCameraEvents
inherited

Enables/disables the grabbing of camera events while images are grabbed Is writable when the camera object is closed - Applies to: InstantCamera.

Visibility: Expert

Pylon::IIntegerEx& Basler_InstantCameraParams::CInstantCameraParams_Params_v6_1_0::GrabLoopThreadPriority
inherited

The grab loop thread priority - Applies to: InstantCamera.

This value sets the absolute thread priority for the grab loop thread.

Visibility: Guru

Pylon::IBooleanEx& Basler_InstantCameraParams::CInstantCameraParams_Params_v6_1_0::GrabLoopThreadPriorityOverride
inherited

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

Pylon::IIntegerEx& Basler_InstantCameraParams::CInstantCameraParams_Params_v6_1_0::GrabLoopThreadTimeout
inherited

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

Pylon::IBooleanEx& Basler_InstantCameraParams::CInstantCameraParams_Params_v6_1_0::GrabLoopThreadUseTimeout
inherited

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

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GrayValueAdjustmentDampingAbs
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::GrayValueAdjustmentDampingRaw
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::Height
inherited

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, boost CoaXPress, dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::HeightMax
inherited

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, boost CoaXPress, dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::Image1StreamID
inherited

Stream ID of the first image stream - Applies to: boost CoaXPress.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ImageCompressionModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ImageCompressionMode
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ImageCompressionRateOptionEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ImageCompressionRateOption
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ImageFileModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ImageFileMode
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IStringEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ImageFilename
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<InterlacedIntegrationModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::InterlacedIntegrationMode
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_InstantCameraParams::CInstantCameraParams_Params_v6_1_0::InternalGrabEngineThreadPriority
inherited

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

Pylon::IBooleanEx& Basler_InstantCameraParams::CInstantCameraParams_Params_v6_1_0::InternalGrabEngineThreadPriorityOverride
inherited

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

Pylon::IEnumParameterT<LastErrorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LastError
inherited

Indicates the last error code in the memory - Applies to: CameraLink and GigE.

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: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LateActionEventStreamChannelIndex
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LateActionEventTimestamp
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<LegacyBinningVerticalEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LegacyBinningVertical
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<LightSourcePresetEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LightSourcePreset
inherited

Sets the light source preset - Applies to: ace USB, dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<LightSourceSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LightSourceSelector
inherited

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

Visibility: Expert

Selected by: ColorTransformationSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::Line1RisingEdgeEventStreamChannelIndex
inherited

Stream channel index of the Line 1 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::Line1RisingEdgeEventTimestamp
inherited

Timestamp of the Line 1 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::Line2RisingEdgeEventStreamChannelIndex
inherited

Stream channel index of the Line 2 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::Line2RisingEdgeEventTimestamp
inherited

Timestamp of the Line 2 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::Line3RisingEdgeEventStreamChannelIndex
inherited

Stream channel index of the Line 3 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::Line3RisingEdgeEventTimestamp
inherited

Timestamp of the Line 3 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::Line4RisingEdgeEventStreamChannelIndex
inherited

Stream channel index of the Line 4 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::Line4RisingEdgeEventTimestamp
inherited

Timestamp of the Line 4 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LineDebouncerTime
inherited

Line debouncer time in microseconds - Applies to: ace USB, dart BCON 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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LineDebouncerTimeAbs
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<LineFormatEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LineFormat
inherited

Indicates the electrical configuration of the currently selected line - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON and dart USB.

Visibility: Beginner

Selected by: LineSelector

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LineInverter
inherited

Enables the signal inverter function for the currently selected input or output line - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON and dart USB.

Visibility: Beginner

Selected by: LineSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<LineLogicEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LineLogic
inherited

Indicates the line logic of the currently selected line - Applies to: CameraLink, GigE and ace USB.

Visibility: Beginner

Selected by: LineSelector

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LineMinimumOutputPulseWidth
inherited

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

Visibility: Beginner

Selected by: LineSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<LineModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LineMode
inherited

Sets the mode for the selected line - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON 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 Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LineOverloadReset
inherited

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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LineOverloadStatus
inherited

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

Visibility: Beginner

Selected by: LineSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LinePitch
inherited

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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LinePitchEnable
inherited

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<LineSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LineSelector
inherited

Sets the I/O line to be configured - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON 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, BslLineOverloadStatus, LineDebouncerTime, LineDebouncerTimeAbs, LineFormat, LineInverter, LineLogic, LineMinimumOutputPulseWidth, LineMode, LineOverloadReset, LineOverloadStatus, LineSource, LineStatus, LineTermination and MinOutPulseWidthAbs

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<LineSourceEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LineSource
inherited

Sets the source signal for the currently selected line - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON 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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LineStartOvertriggerEventStreamChannelIndex
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LineStartOvertriggerEventTimestamp
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LineStatus
inherited

Indicates the current logical state of the selected line - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON and dart USB.

Visibility: Beginner

Selected by: LineSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LineStatusAll
inherited

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 BCON and dart USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LineTermination
inherited

Enables the termination resistor of the selected input line - Applies to: CameraLink and GigE.

Visibility: Beginner

Selected by: LineSelector

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LUTEnable
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LUTIndex
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<LUTSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LUTSelector
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LUTValue
inherited

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 Basler Product Documentation may provide more information.

Pylon::IRegisterEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::LUTValueAll
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_InstantCameraParams::CInstantCameraParams_Params_v6_1_0::MaxNumBuffer
inherited

The maximum number of buffers that are allocated and used for grabbing - Applies to: InstantCamera.

Visibility: Beginner

Pylon::IIntegerEx& Basler_InstantCameraParams::CInstantCameraParams_Params_v6_1_0::MaxNumGrabResults
inherited

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

Pylon::IIntegerEx& Basler_InstantCameraParams::CInstantCameraParams_Params_v6_1_0::MaxNumQueuedBuffer
inherited

The maximum number of buffers that are queued in the stream grabber input queue - Applies to: InstantCamera.

Visibility: Beginner

Pylon::IBooleanEx& Basler_InstantCameraParams::CInstantCameraParams_Params_v6_1_0::MigrationModeActive
inherited

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

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::MinOutPulseWidthAbs
inherited

Minimum signal width of an output signal (in microseconds) - Applies to: CameraLink and GigE.

Visibility: Beginner

Selected by: LineSelector

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_InstantCameraParams::CInstantCameraParams_Params_v6_1_0::MonitorModeActive
inherited

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

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::NoiseReduction
inherited

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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::NoiseReductionAbs
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::NoiseReductionRaw
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::NumberOfActionSignals
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_InstantCameraParams::CInstantCameraParams_Params_v6_1_0::NumEmptyBuffers
inherited

The number of empty buffers that are not used for grabbing yet - Applies to: InstantCamera.

Visibility: Expert

Pylon::IIntegerEx& Basler_InstantCameraParams::CInstantCameraParams_Params_v6_1_0::NumQueuedBuffers
inherited

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

Pylon::IIntegerEx& Basler_InstantCameraParams::CInstantCameraParams_Params_v6_1_0::NumReadyBuffers
inherited

The number of grab result buffers in the output queue that are ready for retrieval - Applies to: InstantCamera.

Visibility: Expert

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::OffsetX
inherited

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, boost CoaXPress, dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::OffsetY
inherited

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, boost CoaXPress, dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_InstantCameraParams::CInstantCameraParams_Params_v6_1_0::OutputQueueSize
inherited

The size of the grab result buffer output queue - Applies to: InstantCamera.

Visibility: Expert

Pylon::IEnumParameterT<OverlapModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::OverlapMode
inherited

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::OverTemperature
inherited

Indicates whether an over temperature state has been detected - Applies to: CameraLink and GigE.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::OverTemperatureEventStreamChannelIndex
inherited

Stream channel index of the Over Temperature event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::OverTemperatureEventTimestamp
inherited

Timestamp of the Over Temperature event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ParameterSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ParameterSelector
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::PayloadFinalTransfer1Size
inherited

For information only May be required when contacting Basler support - Applies to: dart USB and pulse USB.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::PayloadFinalTransfer2Size
inherited

For information only May be required when contacting Basler support - Applies to: dart USB and pulse USB.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::PayloadSize
inherited

Size of the payload in bytes - Applies to: CamEmu, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, 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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::PayloadTransferBlockDelay
inherited

This parameter is required when using the sequencer - Applies to: ace USB.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::PayloadTransferCount
inherited

For information only May be required when contacting Basler support - Applies to: dart USB and pulse USB.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::PayloadTransferSize
inherited

For information only May be required when contacting Basler support - Applies to: dart USB and pulse USB.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<PgiModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::PgiMode
inherited

Enables Basler PGI image optimizations - Applies to: GigE and ace USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<PixelCodingEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::PixelCoding
inherited

Sets the color coding of the pixels in the acquired images - Applies to: CameraLink and GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<PixelColorFilterEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::PixelColorFilter
inherited

Indicates the alignment of the camera's Bayer filter to the pixels in the acquired images - Applies to: CameraLink, GigE, ace USB, dart BCON, dart USB and pulse USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::PixelDynamicRangeMax
inherited

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 BCON, dart USB and pulse USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::PixelDynamicRangeMin
inherited

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 BCON, dart USB and pulse USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<PixelFormatEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::PixelFormat
inherited

Sets the format of the pixel data transmitted by the camera - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, 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

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::PixelFormatLegacy
inherited

Enables legacy pixel format encoding - Applies to: GigE.

Enables legacy GVSP pixel format encoding to ensure compatibility with older camera models.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<PixelSizeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::PixelSize
inherited

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 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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::Prelines
inherited

Sets the number of prelines - Applies to: CameraLink and GigE.

This value sets the number of prelines.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ProcessedRawEnable
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<PtpClockAccuracyEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::PtpClockAccuracy
inherited

Indicates the expected accuracy of the PTP device clock when it is or becomes the grandmaster - Applies to: ace 2 GigE.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::PtpClockID
inherited

Returns the latched clock ID of the PTP device - Applies to: ace 2 GigE.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::PtpDataSetLatch
inherited

Latches the current values from the device's PTP clock data set - Applies to: ace 2 GigE.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::PtpEnable
inherited

Enables the Precision Time Protocol (PTP) - Applies to: ace 2 GigE.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::PtpGrandmasterClockID
inherited

Returns the latched grandmaster clock ID of the PTP device - Applies to: ace 2 GigE.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::PtpOffsetFromMaster
inherited

Returns the latched offset from the PTP master clock in nanoseconds - Applies to: ace 2 GigE.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::PtpParentClockID
inherited

Returns the latched parent clock ID of the PTP device - Applies to: ace 2 GigE.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<PtpServoStatusEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::PtpServoStatus
inherited

Returns the latched state of the clock servo - Applies to: ace 2 GigE.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<PtpStatusEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::PtpStatus
inherited

Returns the latched state of the PTP clock - Applies to: ace 2 GigE.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ReadoutTimeAbs
inherited

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::RemoveLimits
inherited

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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::RemoveParameterLimit
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<RemoveParameterLimitSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::RemoveParameterLimitSelector
inherited

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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ResultingFramePeriodAbs
inherited

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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ResultingFrameRate
inherited

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

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ResultingFrameRateAbs
inherited

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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ResultingLinePeriodAbs
inherited

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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ResultingLineRateAbs
inherited

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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ReverseX
inherited

Enables horizontal mirroring of the image - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ReverseY
inherited

Enables vertical mirroring of the image - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ROIZoneModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ROIZoneMode
inherited

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

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

Selected by: ROIZoneSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ROIZoneOffset
inherited

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

Visibility: Expert

Selected by: ROIZoneSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ROIZoneSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ROIZoneSelector
inherited

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

Visibility: Expert

Selecting Parameters: ROIZoneMode, ROIZoneOffset and ROIZoneSize

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ROIZoneSize
inherited

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

Visibility: Expert

Selected by: ROIZoneSelector

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ScalingHorizontal
inherited

Horizontal scaling factor - Applies to: ace USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ScalingHorizontalAbs
inherited

Horizontal scaling factor - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ScalingVertical
inherited

Vertical scaling factor - Applies to: ace USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ScalingVerticalAbs
inherited

Vertical scaling factor - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<SensorBitDepthEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SensorBitDepth
inherited

Amount of data bits the sensor produces for one sample - Applies to: CameraLink and GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<SensorDigitizationTapsEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SensorDigitizationTaps
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SensorHeight
inherited

Height of the camera's sensor in pixels - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<SensorReadoutModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SensorReadoutMode
inherited

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

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SensorReadoutTime
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<SensorShutterModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SensorShutterMode
inherited

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SensorWidth
inherited

Width of the camera's sensor in pixels - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<SequenceAddressBitSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SequenceAddressBitSelector
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<SequenceAddressBitSourceEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SequenceAddressBitSource
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<SequenceAdvanceModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SequenceAdvanceMode
inherited

Sets the sequence set advance mode - Applies to: CameraLink and GigE.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SequenceAsyncAdvance
inherited

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 Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SequenceAsyncRestart
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<SequenceConfigurationModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SequenceConfigurationMode
inherited

Sets whether the sequencer can be configured - Applies to: GigE.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<SequenceControlSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SequenceControlSelector
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<SequenceControlSourceEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SequenceControlSource
inherited

Sets the source for sequence control - Applies to: CameraLink and GigE.

Visibility: Guru

Selected by: SequenceControlSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SequenceCurrentSet
inherited

Current sequence set - Applies to: CameraLink and GigE.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SequenceEnable
inherited

Enables the sequencer - Applies to: CameraLink and GigE.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<SequencerConfigurationModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SequencerConfigurationMode
inherited

Sets whether the sequencer can be configured - Applies to: ace USB.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<SequencerModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SequencerMode
inherited

Sets whether the sequencer can be used for image acquisition - Applies to: ace USB.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SequencerPathSelector
inherited

Sequencer path to be used - Applies to: ace USB.

Visibility: Expert

Selected by: SequencerSetSelector

Selecting Parameters: SequencerSetNext, SequencerTriggerActivation and SequencerTriggerSource

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SequencerSetActive
inherited

Index number of the currently active sequencer set - Applies to: ace USB.

Index number of the current sequencer set, i.e., of the sequencer set whose parameter values are currently in the active set.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SequencerSetLoad
inherited

Loads the parameter values of a sequencer set into the active set - Applies to: ace USB.

Loads the parameter values of a sequencer set into the active set. The sequencer set will then be the current set.

Visibility: Expert

Selected by: SequencerSetSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SequencerSetNext
inherited

Sequencer set that follows the current sequence set - Applies to: ace USB.

Visibility: Expert

Selected by: SequencerPathSelector and SequencerSetSelector

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SequencerSetSave
inherited

Saves the sequencer parameter values that are currently in the active set - Applies to: ace USB.

Saves the sequencer parameter values that are currently in the active set. The values will be saved in the sequencer set whose sequencer set index number is currently selected.

Visibility: Expert

Selected by: SequencerSetSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SequencerSetSelector
inherited

The sequencer set to be configured - Applies to: ace USB.

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SequencerSetStart
inherited

Sequencer set that will be used with the first Frame Start trigger after the Sequencer Mode parameter was set to On - Applies to: ace USB.

Sequencer set that will be used with the first Frame Start trigger after the Sequencer Mode parameter was set to On. Only sequencer set 0 is available.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<SequencerTriggerActivationEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SequencerTriggerActivation
inherited

Sets the logical state that makes the sequencer advance to the next - Applies to: ace USB.

Sets the logical state that makes the sequencer advance to the next. Currently, only High is available.

Visibility: Expert

Selected by: SequencerPathSelector and SequencerSetSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<SequencerTriggerSourceEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SequencerTriggerSource
inherited

Sets the trigger source for sequencer set advance - Applies to: ace USB.

Sets the trigger source for sequencer set advance with the currently selected path.

Visibility: Expert

Selected by: SequencerPathSelector and SequencerSetSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SequenceSetExecutions
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SequenceSetIndex
inherited

Index number of a sequence set - Applies to: CameraLink and GigE.

This number uniquely identifies a sequence set.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SequenceSetLoad
inherited

Loads a sequence set - Applies to: CameraLink and GigE.

Loads an existing sequence set to make it the current sequence set.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SequenceSetStore
inherited

Stores the current sequence set - Applies to: CameraLink and GigE.

Stores the current sequence set. Storing the current sequence set will overwrite any existing sequence set with the same index number. The sequence set is stored in the volatile memory and will therefore be lost if the camera is reset or if power is switched off.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SequenceSetTotalNumber
inherited

Total number of sequence sets in the sequence - Applies to: CameraLink and GigE.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ShadingEnable
inherited

Enables the selected shading correction type - Applies to: CameraLink and GigE.

Visibility: Beginner

Selected by: ShadingSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ShadingSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ShadingSelector
inherited

Sets the kind of shading correction - Applies to: CameraLink and GigE.

Visibility: Beginner

Selecting Parameters: ShadingEnable, ShadingSetDefaultSelector and ShadingSetSelector

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ShadingSetActivate
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ShadingSetCreateEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ShadingSetCreate
inherited

Enables/disables shading set creation - Applies to: CameraLink and GigE.

Visibility: Expert

Selected by: ShadingSetSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ShadingSetDefaultSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ShadingSetDefaultSelector
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ShadingSetSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ShadingSetSelector
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ShadingStatusEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ShadingStatus
inherited

Indicates error statuses related to shading correction - Applies to: CameraLink and GigE.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ShaftEncoderModuleCounter
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ShaftEncoderModuleCounterMax
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ShaftEncoderModuleCounterModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ShaftEncoderModuleCounterMode
inherited

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 Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ShaftEncoderModuleCounterReset
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ShaftEncoderModuleLineSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ShaftEncoderModuleLineSelector
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ShaftEncoderModuleLineSourceEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ShaftEncoderModuleLineSource
inherited

Sets the line source for the shaft encoder module - Applies to: CameraLink and GigE.

Visibility: Expert

Selected by: ShaftEncoderModuleLineSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ShaftEncoderModuleModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ShaftEncoderModuleMode
inherited

Sets how the shaft encoder module outputs trigger signals - Applies to: CameraLink and GigE.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ShaftEncoderModuleReverseCounterMax
inherited

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 Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ShaftEncoderModuleReverseCounterReset
inherited

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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SharpnessEnhancement
inherited

Sharpening value to be applied - Applies to: ace USB, dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SharpnessEnhancementAbs
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SharpnessEnhancementRaw
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<ShutterModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::ShutterMode
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SIPayloadFinalTransfer1Size
inherited

For information only May be required when contacting Basler support - Applies to: ace 2 USB and ace USB.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SIPayloadFinalTransfer2Size
inherited

For information only May be required when contacting Basler support - Applies to: ace 2 USB and ace USB.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SIPayloadTransferCount
inherited

For information only May be required when contacting Basler support - Applies to: ace 2 USB and ace USB.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SIPayloadTransferSize
inherited

For information only May be required when contacting Basler support - Applies to: ace 2 USB and ace USB.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SoftwareSignalPulse
inherited

Executes the selected software signal - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Visibility: Beginner

Selected by: SoftwareSignalSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<SoftwareSignalSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SoftwareSignalSelector
inherited

Sets the software signal to be executed - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Visibility: Beginner

Selecting Parameters: SoftwareSignalPulse

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SpatialCorrection
inherited

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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::StackedZoneImagingEnable
inherited

Enables the Stacked Zone Imaging feature - Applies to: CameraLink and GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::StackedZoneImagingIndex
inherited

Index number of the zone to configure - Applies to: CameraLink and GigE.

Visibility: Beginner

Selecting Parameters: StackedZoneImagingZoneEnable, StackedZoneImagingZoneHeight and StackedZoneImagingZoneOffsetY

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::StackedZoneImagingZoneEnable
inherited

Enables the selected zone - Applies to: CameraLink and GigE.

Visibility: Beginner

Selected by: StackedZoneImagingIndex

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::StackedZoneImagingZoneHeight
inherited

Height of the selected zone - Applies to: CameraLink and GigE.

Visibility: Beginner

Selected by: StackedZoneImagingIndex

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::StackedZoneImagingZoneOffsetY
inherited

Vertical offset (top offset) of the selected zone - Applies to: CameraLink and GigE.

Visibility: Beginner

Selected by: StackedZoneImagingIndex

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_InstantCameraParams::CInstantCameraParams_Params_v6_1_0::StaticChunkNodeMapPoolSize
inherited

If larger than 0, a static chunk node map pool is used instead of dynamic chunk node map creation - Applies to: InstantCamera.

Visibility: Guru

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SubstrateVoltage
inherited

Substrate voltage - Applies to: CameraLink and GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SyncFreeRunTimerEnable
inherited

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

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SyncFreeRunTimerStartTimeHigh
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SyncFreeRunTimerStartTimeLow
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SyncFreeRunTimerTriggerRateAbs
inherited

Synchronous free run trigger rate - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SyncFreeRunTimerUpdate
inherited

Updates synchronous free run settings - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<SyncUserOutputSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SyncUserOutputSelector
inherited

Sets the user-settable synchronous output signal to be configured - Applies to: CameraLink and GigE.

Visibility: Beginner

Selecting Parameters: SyncUserOutputValue

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SyncUserOutputValue
inherited

Enables the selected user-settable synchronous output line - Applies to: CameraLink and GigE.

Visibility: Beginner

Selected by: SyncUserOutputSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::SyncUserOutputValueAll
inherited

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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TemperatureAbs
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<TemperatureSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TemperatureSelector
inherited

Sets the location in the camera where the temperature will be measured - Applies to: CameraLink and GigE.

Visibility: Expert

Selecting Parameters: TemperatureAbs

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<TemperatureStateEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TemperatureState
inherited

Indicates the temperature state - Applies to: CameraLink, GigE and ace USB.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TestImageResetAndHold
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<TestImageSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TestImageSelector
inherited

Sets the test image to display - Applies to: CamEmu, CameraLink, GigE and ace USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<TestPatternEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TestPattern
inherited

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

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TestPendingAck
inherited

Test pending acknowledge time in milliseconds - Applies to: ace 2 GigE, ace 2 USB, dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TimerDelay
inherited

Delay of the currently selected timer in microseconds - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Visibility: Beginner

Selected by: TimerSelector

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TimerDelayAbs
inherited

Delay of the currently selected timer in microseconds - Applies to: CameraLink and GigE.

Visibility: Beginner

Selected by: TimerSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TimerDelayRaw
inherited

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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TimerDelayTimebaseAbs
inherited

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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TimerDuration
inherited

Duration of the currently selected timer in microseconds - Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Visibility: Beginner

Selected by: TimerSelector

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TimerDurationAbs
inherited

Duration of the currently selected timer in microseconds - Applies to: CameraLink and GigE.

Visibility: Beginner

Selected by: TimerSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TimerDurationRaw
inherited

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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TimerDurationTimebaseAbs
inherited

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 Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TimerReset
inherited

Resets the selected timer - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

Selected by: TimerSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<TimerSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TimerSelector
inherited

Sets the timer to be configured - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Visibility: Beginner

Selecting Parameters: TimerDelay, TimerDelayAbs, TimerDelayRaw, TimerDuration, TimerDurationAbs, TimerDurationRaw, TimerReset, TimerStatus, TimerTriggerActivation, TimerTriggerArmDelay and TimerTriggerSource

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TimerSequenceCurrentEntryIndex
inherited

Applies to: CameraLink and GigE.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TimerSequenceEnable
inherited

Applies to: CameraLink and GigE.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<TimerSequenceEntrySelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TimerSequenceEntrySelector
inherited

Applies to: CameraLink and GigE.

Visibility: Guru

Selecting Parameters: TimerSequenceTimerSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TimerSequenceLastEntryIndex
inherited

Applies to: CameraLink and GigE.

Visibility: Guru

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TimerSequenceTimerDelayRaw
inherited

Applies to: CameraLink and GigE.

Visibility: Guru

Selected by: TimerSequenceTimerSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TimerSequenceTimerDurationRaw
inherited

Applies to: CameraLink and GigE.

Visibility: Guru

Selected by: TimerSequenceTimerSelector

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TimerSequenceTimerEnable
inherited

Applies to: CameraLink and GigE.

Visibility: Guru

Selected by: TimerSequenceTimerSelector

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TimerSequenceTimerInverter
inherited

Applies to: CameraLink and GigE.

Visibility: Guru

Selected by: TimerSequenceTimerSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<TimerSequenceTimerSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TimerSequenceTimerSelector
inherited

Applies to: CameraLink and GigE.

Visibility: Guru

Selected by: TimerSequenceEntrySelector

Selecting Parameters: TimerSequenceTimerDelayRaw, TimerSequenceTimerDurationRaw, TimerSequenceTimerEnable and TimerSequenceTimerInverter

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<TimerStatusEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TimerStatus
inherited

Indicates the status of the currently selected timer - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Expert

Selected by: TimerSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<TimerTriggerActivationEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TimerTriggerActivation
inherited

Sets the type of signal transition that will start the timer - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB and boost CoaXPress.

Visibility: Beginner

Selected by: TimerSelector

The Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TimerTriggerArmDelay
inherited

Arm delay of the currently selected timer - Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress.

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<TimerTriggerSourceEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TimerTriggerSource
inherited

Sets the internal camera signal used to trigger the selected timer - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Visibility: Beginner

Selected by: TimerSelector

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TimestampLatch
inherited

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

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TimestampLatchValue
inherited

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

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TimestampReset
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<TonalRangeAutoEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TonalRangeAuto
inherited

Sets the operation mode of the Tonal Range Auto auto function - Applies to: GigE and ace USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<TonalRangeEnableEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TonalRangeEnable
inherited

Sets whether tonal range adjustment is used - Applies to: GigE and ace USB.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<TonalRangeSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TonalRangeSelector
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TonalRangeSourceBright
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TonalRangeSourceDark
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TonalRangeTargetBright
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TonalRangeTargetDark
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<TriggerActivationEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TriggerActivation
inherited

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

Visibility: Beginner

Selected by: TriggerSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<TriggerControlImplementationEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TriggerControlImplementation
inherited

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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TriggerDelay
inherited

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

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 Basler Product Documentation may provide more information.

Pylon::IFloatEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TriggerDelayAbs
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TriggerDelayLineTriggerCount
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<TriggerDelaySourceEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TriggerDelaySource
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<TriggerModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TriggerMode
inherited

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

Visibility: Beginner

Selected by: TriggerSelector

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TriggerPartialClosingFrame
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<TriggerSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TriggerSelector
inherited

Sets the trigger type to be configured - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TriggerSoftware
inherited

Generates a software trigger signal - Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<TriggerSourceEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::TriggerSource
inherited

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

Visibility: Beginner

Selected by: TriggerSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::UserDefinedValue
inherited

User-defined value - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<UserDefinedValueSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::UserDefinedValueSelector
inherited

Sets the user-defined value to set or read - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress.

Visibility: Guru

Selecting Parameters: UserDefinedValue

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<UserOutputSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::UserOutputSelector
inherited

Sets the user-settable output signal to be configured - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON 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 Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::UserOutputValue
inherited

Enables the selected user-settable output line - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON and dart USB.

Visibility: Beginner

Selected by: UserOutputSelector

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::UserOutputValueAll
inherited

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 and boost CoaXPress.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::UserOutputValueAllMask
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<UserSetDefaultEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::UserSetDefault
inherited

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, dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<UserSetDefaultSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::UserSetDefaultSelector
inherited

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 Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::UserSetLoad
inherited

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, dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::UserSetSave
inherited

Saves the current active set as the selected user set - Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart BCON, dart USB and pulse USB.

Visibility: Beginner

Selected by: UserSetSelector

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<UserSetSelectorEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::UserSetSelector
inherited

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, dart BCON, dart USB and pulse USB.

Visibility: Beginner

Selecting Parameters: UserSetLoad and UserSetSave

The Basler Product Documentation may provide more information.

Pylon::ICommandEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::VignettingCorrectionLoad
inherited

Loads the vignetting correction data - Applies to: GigE and ace USB.

Loads the vignetting correction data into the camera.

Visibility: Expert

The Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<VignettingCorrectionModeEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::VignettingCorrectionMode
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::VInpBitLength
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::VInpSamplingPoint
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<VInpSignalReadoutActivationEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::VInpSignalReadoutActivation
inherited

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 Basler Product Documentation may provide more information.

Pylon::IEnumParameterT<VInpSignalSourceEnums>& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::VInpSignalSource
inherited

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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::VirtualLine1RisingEdgeEventStreamChannelIndex
inherited

Stream channel index of the Virtual Line 1 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::VirtualLine1RisingEdgeEventTimestamp
inherited

Timestamp of the Virtual Line 1 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::VirtualLine2RisingEdgeEventStreamChannelIndex
inherited

Stream channel index of the Virtual Line 2 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::VirtualLine2RisingEdgeEventTimestamp
inherited

Timestamp of the Virtual Line 2 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::VirtualLine3RisingEdgeEventStreamChannelIndex
inherited

Stream channel index of the Virtual Line 3 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::VirtualLine3RisingEdgeEventTimestamp
inherited

Timestamp of the Virtual Line 3 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::VirtualLine4RisingEdgeEventStreamChannelIndex
inherited

Stream channel index of the Virtual Line 4 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::VirtualLine4RisingEdgeEventTimestamp
inherited

Timestamp of the Virtual Line 4 Rising Edge event - Applies to: GigE.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::VolatileColumnOffsetEnable
inherited

Applies to: CameraLink.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::VolatileColumnOffsetIndex
inherited

Applies to: CameraLink.

Visibility: Beginner

Selecting Parameters: VolatileColumnOffsetValue

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::VolatileColumnOffsetValue
inherited

Applies to: CameraLink.

Visibility: Beginner

Selected by: VolatileColumnOffsetIndex

The Basler Product Documentation may provide more information.

Pylon::IBooleanEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::VolatileRowOffsetEnable
inherited

Applies to: CameraLink.

Visibility: Beginner

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::VolatileRowOffsetIndex
inherited

Applies to: CameraLink.

Visibility: Beginner

Selecting Parameters: VolatileRowOffsetValue

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::VolatileRowOffsetValue
inherited

Applies to: CameraLink.

Visibility: Beginner

Selected by: VolatileRowOffsetIndex

The Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::Width
inherited

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, boost CoaXPress, dart BCON, 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 Basler Product Documentation may provide more information.

Pylon::IIntegerEx& Basler_UniversalCameraParams::CUniversalCameraParams_Params_v6_1_0::WidthMax
inherited

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, boost CoaXPress, dart BCON, 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 Basler Product Documentation may provide more information.


The documentation for this class was generated from the following file:

pylon 6.1.0
Copyright (c) 2006-2020 Basler AG (Mon Mar 16 2020 10:56:58)