Photoneo_DecodeColorFrame


Converts raw color frame to RGB image.

Syntax

C++
Python
 
def Photoneo_DecodeColorFrame(
	inImage: Image,
	outImage: Image,
	/
)
-> None

Parameters

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