OptoEngineeringHRAS_StartAcquisition


Initializes and starts image acquisition in a camera.

Syntax

C++
Python
 
def OptoEngineeringHRAS_StartAcquisition(
	state: OptoEngineering_State,
	/,
	*,
	inDeviceID: str | None = None,
	inInputQueueSize: int = 12
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState OptoEngineering_State
Input value inDeviceID str | None None Device identifying number
Input value inInputQueueSize int 1 - 12 Capacity of output frames queue

Multithreaded environment

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