CaptureImage.data Property¶
Module: CaptureImage
Type: byte[]
Definition¶
Raw data buffer of the image.
int get data => getData();
Exceptions
An error has occurred during Devices Library execution.
public byte[] data
{
get => Getdata();
}
Exceptions
An error has occurred during Devices Library execution.
public byte[] getData() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesCaptureImage_GetData (ID3_DEVICES_CAPTURE_IMAGE hCaptureImage, unsigned char * data, int * dataSize)
Returns