Skip to content

Commit

Permalink
DOCS-1572: Add note to GetImages() method explaining imagers usage (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sguequierre authored Jan 9, 2024
1 parent b568480 commit ea7b95c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/components/camera/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,13 @@ For more information, see the [Go SDK Docs](https://pkg.go.dev/go.viam.com/rdk/c

### GetImages

{{% alert title="Usage" color="note" %}}
Intended specifically for use with cameras with both depth and color image streams, like the [Intel RealSense](https://app.viam.com/module/viam/realsense) camera.
If your camera does not have multiple imagers, this method will work without capturing multiple images simultaneously.
{{% /alert %}}

Get simultaneous images from different imagers, along with associated metadata.
The multiple images returned from GetImages do not represent a time series of images.
The multiple images returned from `GetImages()` do not represent a time series of images.

{{< tabs >}}
{{% tab name="Python" %}}
Expand Down

0 comments on commit ea7b95c

Please sign in to comment.