Skip to content
Snippets Groups Projects
Commit 465d8ab3 authored by Louis James's avatar Louis James
Browse files

keyboard shortcuts

parent 67383b57
Branches
No related merge requests found
......@@ -23,17 +23,17 @@ int camId = 0; // Change this variable to the correct id
#+end_src
* Controls / keyboard shortcuts
** Toggle tracking with `t`
** Toggle corners on projection window with `c` key
** Toggle chequerboard on projection window with `C` key
Useful for keystone calibration
** Reset camera settings to default with `r`
** Toggle zoom mode with `z`
Doesn't work in a useful way
** Increment and decrement exposure with `+` and `-`
Only works if v4l2-ctl is installed
** Toggle fullscreen with `f`
** Save settings with `s`
- Toggle tracking with `t`
- Toggle corners on projection window with `c` key
- Toggle chequerboard on projection window with `C` key
- Useful for keystone calibration
- Reset camera settings to default with `r`
- Toggle zoom mode with `z`
- Doesn't work in a useful way
- Increment and decrement exposure with `+` and `-`
- Only works if v4l2-ctl is installed
- Toggle fullscreen with `f`
- Save settings with `s`
* Troubleshooting
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment