Back to Aurora Vision Library website
You are here: Start » Function Reference » Camera Support » Photoneo » Photoneo_GrabColorCameraImage
| Header: | ThirdPartySdk.h |
|---|---|
| Namespace: | avl |
| Module: | ThirdParty |
Captures ColorCameraImage structure using Photoneo.
Syntax
bool avl::Photoneo_GrabColorCameraImage ( Photoneo_State& ioState, const atl::Optional<atl::String> inDeviceID, const avl::PhotoneoCaptureSettings& inCaptureSettings, avl::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 |
![]() |
inCaptureSettings | const PhotoneoCaptureSettings& | ||
![]() |
outImage | Image& | Output image |



