Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/viam/components/camera/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ async def get_images(

Returns:
Tuple[Sequence[NamedImage], ResponseMetadata]: A tuple containing two values; the first [0] a list of images
returned from the camera system, and the second [1] the metadata associated with this response.
returned from the camera system, and the second [1] the metadata associated with this response.

For more information, see `Camera component <https://docs.viam.com/dev/reference/apis/components/camera/#getimages>`_.
"""
Expand Down
Loading