Back to FabImage Library Lite website
You are here: Start » Camera Support » Photoneo » Photoneo_DecodeColorFrame
Photoneo_DecodeColorFrame
| Header: | ThirdPartySdk.h |
|---|---|
| Namespace: | fil |
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. |


