Back to Aurora Vision Library website

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

Photoneo_DecodeColorFrame


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Converts raw color frame to RGB image.

Syntax

void avl::Photoneo_DecodeColorFrame
(
	const avl::Image& inImage,
	avl::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.