Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba committed Oct 9, 2023
1 parent 391f3af commit 2bde003
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion website/docs/examples/camera_aruco_detector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ pose estimation solver.
)
```

As described in the Camera to Pointcloud tutorial, we need to create a camera intrinsics matrix
As described in the [**Camera to Pointcloud**](/docs/examples/camera_pointcloud)
tutorial, we need to create a camera intrinsics matrix
from the camera calibration parameters. We'll create a utility function to do this.

```python
Expand Down Expand Up @@ -224,6 +225,13 @@ async for event, message in camera_client.subscribe(config.subscriptions[0], dec

### 5. Execute the Python script

To run this script from your PC, you need to update the `service_config.json`
by modifying the `host` filed with your Amiga brain name (e.g., `aluminum-pineapple`).

You can also stream the stereo left or right images or the camera's disparity by changing
the `path` field (e.g., /left) or change the port and service name to instead stream
the Oak1 camera.

In order to run the example, we need to provide the path to the camera service config file

```bash
Expand Down

0 comments on commit 2bde003

Please sign in to comment.