Back to Aurora Vision Library Lite website

You are here: Start » Camera Support » Roseek » Roseek_SetLEDDriverStrength

Roseek_SetLEDDriverStrength


Header: ThirdPartySdk.h
Namespace: avl

Sets the driver strength of LED.

Syntax

void avl::Roseek_SetLEDDriverStrength
(
	Roseek_State& ioState,
	avl::RoseekLEDDriverType::Type inType,
	int inStrength
)

Parameters

Name Type Range Default Description
Input will be modified ioState Roseek_State& Object used to maintain state of the function.
Input value inType RoseekLEDDriverType::Type Driver type (own or external)
Input value inStrength int 0 - 1500 Strength. For OWN driver type the max value is 330 otherwise 1500

Remarks

Camera driver software

This filter is intended to cooperate with camera using its vendor Roseek SDK. To be able to connect to camera it is required to install Roseek SDK software with camera dedicated drivers. Currently Aurora Vision uses Roseek version v1.32.

Multithreaded environment

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