Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update camera_views.md for new camera speed increase/decrease controls #3767

Merged
merged 2 commits into from
Jun 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/camera_views.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ From left to right is the depth view, segmentation view and the FPV view. See [I

Press F1 key to see keyboard shortcuts for turning on/off any or all views. You can also select various view modes there, such as "Fly with Me" mode, FPV mode and "Ground View" mode.

## Controlling Manual Camera

You can switch to manual camera control by pressing the M key. While manual camera control mode is selected, you can use the following keys to control the camera:
|Key|Action|
---|---
|Arrow keys|move the camera forward/back and left/right|
|Page up/down|move the camera up/down|
|W/A/S/D|control pitch up/down and yaw left/right|
|Left shift|increase movement speed|
|Left control|decrease movement speed|

## Configuring Sub-Windows

Now you can select what is shown by each of above sub windows. For instance, you can chose to show surface normals in first window (instead of depth) and disparity in second window (instead of segmentation). Below is the settings value you can use in [settings.json](settings.md):
Expand Down