Quote:
Originally Posted by rockytheworm
We used this block of code and it worked:
Code:
cam=AxisCamera.getInstance();
cam.writeResolution(AxisCamera.ResolutionT.k640x480);
cam.writeBrightness(0);
If your camera is formatted for use through your radio it should work fine.
|
That code goes in the CRIO, basically we want the image to go directly from the camera to the control computer. We really do not want to get the CRIO involved at all.