Back to FabImage Library website
You are here: Start » Function Reference » Camera Support » Photoneo » Photoneo_GrabTextureRGB_WithTimeout
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Captures TextureRGB structure using Photoneo.
Syntax
bool fil::Photoneo_GrabTextureRGB_WithTimeout ( Photoneo_State& ioState, const ftl::Optional<ftl::String> inDeviceID, const ftl::Optional<int> inTimeout, const fil::PhotoneoCaptureSettings& inCaptureSettings, ftl::Conditional<fil::Image>& outImage )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
ioState | Photoneo_State& | Object used to maintain state of the function. | |
![]() |
inDeviceID | const Optional<String> | NIL | Device identification string |
![]() |
inTimeout | const Optional<int> | NIL | Timeout [ms] |
![]() |
inCaptureSettings | const PhotoneoCaptureSettings& | ||
![]() |
outImage | Conditional<Image>& | Output image |