|
Re: Issues connecting cRIO 2 with Camera
I have been going through some of the WPILib source code as well, and I believe that the GetInstance returns the same camera object the whole time.
As far as code goes, the relevant camera lines are:
AxisCamera &camera = AxisCamera::GetInstance("10.06.87.11");
HSLImage *image = new HSLImage();
// this inside the loop
cout << camera.GetImage(image) << endl; // This prints out 0 meaning that no image was returned.
I think what I am basically asking are other teams having similar problems, have you fixed it and how. (We have been working on this for over a week now with no image coming through on the dashboard or the cRIO getting any note of the camera being there, the best that we got is we can ping the camera from the cRIO)
__________________
BE A NERD!
|