Back to Adaptive Vision Library website

You are here: Start » Function Reference » Basler » Pylon_SetUserOutput

Pylon_SetUserOutput


Sets Basler camera user output.

Syntax

void avl::Pylon_SetUserOutput
(
	Pylon_State& ioState,
	atl::Optional<const atl::String&> inDeviceID,
	avl::PylonUserOutput::Type inUserOutput,
	bool inValue
)

Parameters

Name Type Default Description
ioState Pylon_State& Object used to maintain state of the function.
inDeviceID Optional<const String&> NIL Serial number, model name, user defined name or full name of camera device to be opened
inUserOutput PylonUserOutput::Type
inValue bool

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.