cansik / librealsense-java

Intel® RealSense™ SDK 2 wrapper for Java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build fails on test: querySensors FAILED

oori opened this issue · comments

commented
org.intel.rs.test.SensorTest > querySensors FAILED
    java.lang.NullPointerException at SensorTest.java:29

9 tests completed, 1 failed

It will build successfully once I comment out the following line:

Thanks, I will have a look at that. Have you tested it with a device connected or without?

Should be fixed now, thx for report.