CaptureImage.pixelFormat Property¶
Module: CaptureImage
Type: PixelFormat
Definition¶
Pixel format.
pixel_format: PixelFormat
Exceptions
An error has occurred during Devices Library execution.
PixelFormat get pixelFormat => getPixelFormat();
Exceptions
An error has occurred during Devices Library execution.
public PixelFormat pixelFormat
{
get => GetpixelFormat();
}
Exceptions
An error has occurred during Devices Library execution.
public PixelFormat getPixelFormat() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesCaptureImage_GetPixelFormat (ID3_DEVICES_CAPTURE_IMAGE hCaptureImage, id3DevicesPixelFormat * ePixelFormat)
Returns