From 28d5505edae76ed91708a895815eecf542c23060 Mon Sep 17 00:00:00 2001 From: Niklas Halle Date: Thu, 3 Dec 2020 17:37:01 +0100 Subject: inital, matleap api based on https://github.com/tomh4/matleap --- matleap_frame.m | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 matleap_frame.m (limited to 'matleap_frame.m') diff --git a/matleap_frame.m b/matleap_frame.m new file mode 100644 index 0000000..53f150d --- /dev/null +++ b/matleap_frame.m @@ -0,0 +1,3 @@ +function f=matleap_frame +% MATLEAP_FRAME Get a frame from the leap motion controller +f=matleap(1); -- cgit v1.2.3-54-g00ecf