Camera.getSpecificFrame Method

Module: Camera

Definition

Gets a specific live frame.

get_specific_frame(self, frame_index: int, frame: CaptureImage) -> None

Parameters

frame_index int
in Index of the frame to retrieve.

in The specific frame data.

Exceptions

An error has occurred during Devices Library execution.
void getSpecificFrame(int frameIndex, CaptureImage frame)

Parameters

frameIndex int
in Index of the frame to retrieve.

in The specific frame data.

Exceptions

An error has occurred during Devices Library execution.
public void GetSpecificFrame(int frameIndex, CaptureImage frame)

Parameters

frameIndex int
in Index of the frame to retrieve.

in The specific frame data.

Exceptions

An error has occurred during Devices Library execution.
public void getSpecificFrame(int frameIndex, CaptureImage frame) throws DevicesException

Parameters

frameIndex int
in Index of the frame to retrieve.

in The specific frame data.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesCamera_GetSpecificFrame (
    ID3_DEVICES_CAMERA hCamera,
    int frameIndex,
    ID3_DEVICES_CAPTURE_IMAGE hFrame)

Parameters

in Handle to the Camera object.

frameIndex int
in Index of the frame to retrieve.

in The specific frame data.

Returns

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