Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
sguequierre authored Sep 11, 2023
1 parent 77e5772 commit 7a085d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/services/vision/segmentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Configure the `with_geometries` attribute according to whether you've [configure

If `true`, start by [configuring your frame system](/services/frame-system/#configuration) to configure the relative spatial orientation of the components of your robot within Viam's [frame system service](/services/frame-system/).

After configuring your frame system, your camera will populate its own `Properties` with the intrinsic parameters, as long you have configured the parameters as part of your camera.
After configuring your frame system, your camera will populate its own `Properties` with the intrinsic parameters from the frame system, as long you have configured the parameters as part of your camera.
You can then get those parameters from your camera through the [camera API](/components/camera/#getproperties).

Then, configure an `obstacles_depth` segmenter:
Expand Down

0 comments on commit 7a085d0

Please sign in to comment.