Matlab with LeapMotion
Are you talking about directly interfacing MATLAB with the Leap or simply using the Leap to control the mouse to use in MATLAB?
I don't want interfacing the Leap and Matlab.
I speak about control the view in the 3D representations.
As with the mouse actually but with the Leap, we can control the zoom with the z-axis.
Thanks but I don't think that it's so easy.
Because if I'm not mistaken, in Matlab the options "Zoom" and "Rotation" are separated: we can't rotate and zoom in same time.
See:
https://github.com/jeffsp/matleap
It returns a struct containing frame timestamp, id, and pointables, and each pointable contains the id, position, velocity, and direction.
It has been tested on Linux and OS/X.
Hello,
after created MEX file, and run test i founded this
Invalid MEX-file 'C:\Users\Admin\Documents\leapmotion package\matleap-master\matleap-master\matleap.mexw64': The specified module could not be found.
and i used Dependecy walker, i missing three file
LEAP.dll
LIBMX.dll
LIBMEX.dll
what is my problems?
Thanks
Hello,
after created MEX file, and run test i founded this
Invalid MEX-file 'C:\Users\Admin\Documents\leapmotion package\matleap-master\matleap-master\matleap.mexw64': The specified module could not be found.and i used Dependecy walker, i missing three file
LEAP.dll
LIBMX.dll
LIBMEX.dll
I am having the same problem too.
Using:
Windows 7 64bit,
MSVC 2010 pro 32bit,
Matlab 2011a.