Back to Aurora Vision Library Lite website
You are here: Start » Camera Support » Roseek » Roseek_SetOutputState
Roseek_SetOutputState
| Header: | ThirdPartySdk.h |
|---|---|
| Namespace: | avl |
Sets output I/O state.
Syntax
C++
Python
void avl::Roseek_SetOutputState ( Roseek_State& ioState, int inId, bool inState )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Roseek_State& | Object used to maintain state of the function. | ||
![]() |
inId | int | 0 - 7 | Index of I/O output port | |
![]() |
inState | bool | true = TURN_ON, false = TURN_OFF |
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.
Warning:All tools applied to a specific device or file should be managed within a single thread to ensure centralized tracking, traceability, and consistency throughout the process.
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


