From 0b21d0a1c2b445ef391472c2650fcfdb9f5ed2f4 Mon Sep 17 00:00:00 2001 From: Niklas Halle Date: Mon, 5 Apr 2021 17:10:21 +0200 Subject: add some text as well as explanitory images --- commands | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 commands (limited to 'commands') diff --git a/commands b/commands new file mode 100644 index 0000000..476c046 --- /dev/null +++ b/commands @@ -0,0 +1,30 @@ +Kommandozeilenbefehle: + # Treiber / Schnittstelle zum LEAP Motion starten + sudo systemctl start leapd.service + + # Einstellungs- und Diagnotisktool starten + LeapControlPanel & + +Matlab-Kommandozeilenbefehle: + frame = matleap_frame # Erhalte ein Frame vom LEAP Motion + + # Übersetzen der C(++)-Schnittstelle + mex -lLeap matleap.cpp + mex -c -lLeap matleap.cpp + + theremine # Auführen der UI-losen Variante + theremine_ui # Auführen der UI Variante + +LeapControlPanel-Befehle: + ESC - Beenden f - Kamera + s - Vollbild o - Gestures + c - Bild zentrieren k - Confidence + h - Help, Frames, None d - Zeichnen + l - extra Trackinginfo - - Raus zoomen + a - auto-Kamera = - Rein zoomen + v - Ansicht links/rechts - Autodrehung + i - Trailinterpolation n - Additional Handinfo + y - Fancy Trails + +Theremine: + Gestures für n Sekunden am Stück: beenden -- cgit v1.2.3-54-g00ecf