CaptureImage.toRawBuffer Method¶
Module: CaptureImage
Definition¶
Copies image pixels in the specified format into a buffer.
void toRawBuffer(PixelFormat pixelFormat, ImageBuffer buffer)
Parameters
pixelFormat PixelFormatin The pixel format.
buffer ImageBufferin Buffer that receives the raw image data.
Exceptions
An error has occurred during Devices Library execution.