CaptureImage.pixelDepth Property

Module: CaptureImage

Type: int

Definition

Pixel depth.

pixel_depth: int

Exceptions

An error has occurred during Devices Library execution.
int get pixelDepth => getPixelDepth();

Exceptions

An error has occurred during Devices Library execution.
public int pixelDepth
{
    get => GetpixelDepth();
}

Exceptions

An error has occurred during Devices Library execution.
public int getPixelDepth() throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesCaptureImage_GetPixelDepth (ID3_DEVICES_CAPTURE_IMAGE hCaptureImage, int * pixelDepth)

Returns

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