From 04303ead1e79474d46642c81b7291e791859da2c Mon Sep 17 00:00:00 2001 From: sky leilani <45158875+skyleilani@users.noreply.github.com> Date: Tue, 19 Sep 2023 13:32:37 -0400 Subject: [PATCH] add camera link --- docs/tutorials/services/try-viam-color-detection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/services/try-viam-color-detection.md b/docs/tutorials/services/try-viam-color-detection.md index b02ca13626..2d64b9972b 100644 --- a/docs/tutorials/services/try-viam-color-detection.md +++ b/docs/tutorials/services/try-viam-color-detection.md @@ -25,7 +25,7 @@ weight: 3 The [vision service](/services/vision/) enables a robot to use its cameras to see and interpret the world around it. The service also allows you to create different types of detectors with which the robot can recognize objects, scan QR codes, perform optical quality inspections, sort different colored objects, take measurements, and more. -In this tutorial you will learn how to configure a color detector with the vision service and how to leverage that detector with a transform camera to detect the color red. +In this tutorial you will learn how to configure a color detector with the vision service and how to leverage that detector with a [transform camera](/components/camera/transform/) to detect the color red. You can follow this tutorial with a [rented Viam Rover](https://app.viam.com/try) or with [your own Viam Rover](/try-viam/rover-resources/).