CaptureImage.data Property

Module: CaptureImage

Type: byte[]

Definition

Raw data buffer of the image.

data: bytearray

Exceptions

An error has occurred during Devices Library execution.
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

int
An error code.
See id3DevicesError file for the list of possible error codes.