CameraUtilities¶
-
aaa_modules.camera_utilities.
retrieveSnapshots
(itemPrefix, snapshotCount)[source]¶ Retrieve the supplied number of snapshots.
Parameters: - itemPrefix (str) – the camera item prefix; the items Image and UpdateImage are created from the prefix.
- snapshotCount (int) – the # of snapshot images to retrieve
Returns: list of snapshot URLs
Return type: list(str)