Skip to content

Pylon::CConfigurationHelper#

Module: Instant Camera

Helper functions for different camera configuration classes.

#include <pylon/ConfigurationHelper.h>

Public Functions#

Name
void DisableAllTriggers(GenApi::INodeMap & nodemap)
DisableAllTriggers disables all trigger types that can be turned off.
void DisableCompression(GenApi::INodeMap & nodemap)
DisableCompression disables all compressions modes that can be turned off.
void DisableGenDC(GenApi::INodeMap & nodemap)
DisableGenDC disables GenDC streaming when available.
void SelectRangeComponent(GenApi::INodeMap & nodemap)
Select the 'Range' component.

Public Functions Documentation#

function DisableAllTriggers#

static inline void DisableAllTriggers(
    GenApi::INodeMap & nodemap
)

DisableAllTriggers disables all trigger types that can be turned off.

function DisableCompression#

static inline void DisableCompression(
    GenApi::INodeMap & nodemap
)

DisableCompression disables all compressions modes that can be turned off.

function DisableGenDC#

static inline void DisableGenDC(
    GenApi::INodeMap & nodemap
)

DisableGenDC disables GenDC streaming when available.

function SelectRangeComponent#

static inline void SelectRangeComponent(
    GenApi::INodeMap & nodemap
)

Select the 'Range' component.

Some cameras, such as Basler blaze, provide multiple components. Default is component 'Range' with pixel format 'Mono16' respective 'Mono8'.