|
nullpointerexception when calling AxisCamera getImage()
We are trying to follow the sample code for vision provided with java, in order to get our own started.
We are getting a nullpointerexception when this line of code is run
ColorImage image = camera.getImage();
any advice on how to fix this / what is causing the exception? I can provide more detail if neccessary
|