ExtendedCamera.getSpecificFrame Method¶
Module: ExtendedCamera
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 id3DevicesExtendedCamera_GetSpecificFrame (
ID3_DEVICES_EXTENDED_CAMERA hExtendedCamera,
int frameIndex,
ID3_DEVICES_CAPTURE_IMAGE hFrame)
Parameters
hExtendedCamera
ID3_DEVICES_EXTENDED_CAMERAin Handle to the ExtendedCamera object.frameIndex
intin Index of the frame to retrieve.hFrame
ID3_DEVICES_CAPTURE_IMAGEin The specific frame data.
Returns