Back to FabImage Library website
You are here: Start » Function Reference » Camera Support » Photoneo » Photoneo_DecodeColorFrame
| Header: | ThirdPartySdk.h |
|---|---|
| Namespace: | fil |
| Module: | ThirdParty |
Converts raw color frame to RGB image.
Syntax
void fil::Photoneo_DecodeColorFrame ( const fil::Image& inImage, fil::Image& outImage )
Parameters
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Unsupported depth. Only single-channel images are supported. |
| DomainError | Unsupported pixel format. Only UInt16 images are supported. |


