SiliconSoftware_StartAcquisition
Initializes and starts image acquisition in Silicon Software board.
Syntax
C++
Python
def SiliconSoftware_StartAcquisition( state: SiliconSoftware_State, inPort: int, inInputQueueSize: int, /, *, inDeviceIndex: int | None = None, inAppletPath: str | None = None, inConfigurationFile: str | None = None ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | SiliconSoftware_State | |||
![]() |
inDeviceIndex | int | None | 0 - ![]() |
None | Device identifying number |
![]() |
inAppletPath | str | None | None | Applet to load | |
![]() |
inPort | int | 0 - ![]() |
DMA port | |
![]() |
inInputQueueSize | int | 4 - 200 | Capacity of output frames queue | |
![]() |
inConfigurationFile | str | None | None | Configuration file path |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.



