summaryrefslogtreecommitdiffstats
path: root/theremine
blob: f6f6d72517ac7f7f2eaa726c6725fdc40fcbe469 (plain) (blame)
1
2
3
4
5
6
while true
    frame = matleap_frame
    if ~isempty(frame.hands)
        pos = frame.hands.palm.stabilized_position
    end
end