Camera.getSpecificFrame Method¶
Module: Camera
Definition¶
Gets a specific live frame.
get_specific_frame(self, frame_index: int, frame: CaptureImage) -> None
Parameters
Exceptions
An error has occurred during Devices Library execution.
void getSpecificFrame(int frameIndex, CaptureImage frame)
Parameters
Exceptions
An error has occurred during Devices Library execution.
public void GetSpecificFrame(int frameIndex, CaptureImage frame)
Parameters
Exceptions
An error has occurred during Devices Library execution.
public void getSpecificFrame(int frameIndex, CaptureImage frame) throws DevicesException
Parameters
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesCamera_GetSpecificFrame (
ID3_DEVICES_CAMERA hCamera,
int frameIndex,
ID3_DEVICES_CAPTURE_IMAGE hFrame)
Parameters
hCamera
ID3_DEVICES_CAMERAin Handle to the Camera object.frameIndex
intin Index of the frame to retrieve.hFrame
ID3_DEVICES_CAPTURE_IMAGEin The specific frame data.
Returns