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 --- theremine | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 theremine (limited to 'theremine') diff --git a/theremine b/theremine new file mode 100644 index 0000000..f6f6d72 --- /dev/null +++ b/theremine @@ -0,0 +1,6 @@ +while true + frame = matleap_frame + if ~isempty(frame.hands) + pos = frame.hands.palm.stabilized_position + end +end \ No newline at end of file -- cgit v1.2.3-54-g00ecf