ExtendedCamera.getCurrentFrameset Method¶
Module: ExtendedCamera
Definition¶
Fetches the most recent set of frames captured across enabled streams.
get_current_frameset(self, frameset: Frameset) -> bool
Parameters
frameset
Framesetin Intended to hold the latest collection of frames (the frameset).
Returns
bool
Indicates if a new frameset is currently available for retrieval.
Exceptions
An error has occurred during Devices Library execution.
bool getCurrentFrameset(Frameset frameset)
Parameters
frameset
Framesetin Intended to hold the latest collection of frames (the frameset).
Returns
bool
Indicates if a new frameset is currently available for retrieval.
Exceptions
An error has occurred during Devices Library execution.
public bool GetCurrentFrameset(Frameset frameset)
Parameters
frameset
Framesetin Intended to hold the latest collection of frames (the frameset).
Returns
bool
Indicates if a new frameset is currently available for retrieval.
Exceptions
An error has occurred during Devices Library execution.
public boolean getCurrentFrameset(Frameset frameset) throws DevicesException
Parameters
frameset
Framesetin Intended to hold the latest collection of frames (the frameset).
Returns
boolean
Indicates if a new frameset is currently available for retrieval.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesExtendedCamera_GetCurrentFrameset (
ID3_DEVICES_EXTENDED_CAMERA hExtendedCamera,
ID3_DEVICES_FRAMESET hFrameset,
bool * available)
Parameters
hExtendedCamera
ID3_DEVICES_EXTENDED_CAMERAin Handle to the ExtendedCamera object.hFrameset
ID3_DEVICES_FRAMESETin Intended to hold the latest collection of frames (the frameset).available
bool *out Indicates if a new frameset is currently available for retrieval.
Returns