Skip to content

Commit

Permalink
PR #13149 from Nir-Az: Fix typo in hello-realsense example readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az authored Jul 11, 2024
2 parents b3d30b8 + 9a4edc8 commit 541f542
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/hello-realsense/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

## Overview

Hello RealSense example demonstrates the basics of connecting to a RealSense device and taking advantage of depth data by printing the distance to object in the center of camera feild of view.
Hello RealSense example demonstrates the basics of connecting to a RealSense device and taking advantage of depth data by printing the distance to object in the center of camera field of view.

## Expected Output
Assuming camera is connected you should see `"The camera is facing an object X meters away"` line being continously updated. X is the distance in meters to the object in the center of camera feild of view.
Assuming camera is connected you should see `"The camera is facing an object X meters away"` line being continously updated. X is the distance in meters to the object in the center of camera field of view.

## Code Overview

Expand Down Expand Up @@ -50,4 +50,4 @@ The only thing left is to print the resulting distance to the screen:
```cpp
// Print the distance
std::cout << "The camera is facing an object " << dist_to_center << " meters away \r";
```
```

0 comments on commit 541f542

Please sign in to comment.