Skip to content

AMRIFrameCaptureCamera::ReadPixels

Class: AMRIFrameCaptureCamera

Reads the most recently captured frame into a pixel array.

Syntax

bool AMRIFrameCaptureCamera::ReadPixels(TArray< FColor > &bitMap) const

Parameters

Parameter Type Description
bitMap TArray< FColor > & Output array filled with RGBA pixel data.

Return Value

true if pixels were read successfully.

Remarks

bitMap Output array filled with RGBA pixel data. true if pixels were read successfully.