Hi, I'm trying to make a matrix with the single position elements found by Leap in a Listener configuration. It's strange because I get an array that only shows the last data obtained by System.in.read(), something like this:
[50.3453, 0, 0, 0, 0, 0, ... , 0]
How can I create a matrix of data that can be called up after it is obtained?