for example: there is : https://github.com/cansik/librealsense-java/blob/master/src/test/java/org/intel/rs/test/FrameTest.java ------------ ... ... accelFrame.release(); gyroFrame.release(); ... ------------ but no any "xxx.release()" in realsense-processing project's examples.
for example:
there is :
https://github.com/cansik/librealsense-java/blob/master/src/test/java/org/intel/rs/test/FrameTest.java
...
...
accelFrame.release();
gyroFrame.release();
...
but no any "xxx.release()" in realsense-processing project's examples.