Back to FabImage Library website

You are here: Start » Function Reference » Camera Support » Photoneo » Photoneo_DecodeColorFrame

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

Name Type Default Description
Input value
inImage const Image& Input image
Output value
outImage Image& Output image

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.