So I set up the camera with the camera setup utility, to connect through the router. (10.xx.yy.11). The problem is that I can see the image on the dashboard, but my code doesn’t find the image. I know this sounds kind of weird, but when I used “camera.getImage();” it doesn’t return an image and I get a null pointer exception error. Any Ideas?
thanks for your reply, but I found the problem. First make sure your camera is set to “10.te.am.11”, than make sure it is plugged into the d-ling bridge. Then in the code, make sure instead of the plain .getInstance(); use the .getInstance(“10.te.am.11”); so the crio can communicate with the camera. Also set the Camera up with the updated setup utility.