Hi all,
We are using an Axis Camera 206 connected to port 2 on our cRIO. However, we have a persistent error of not being able to display images from the camera on the dashboard. We have code that says:
AxisCamera &camera = AxisCamera::GetInstance("192.168.0.90");
However, we are able to get data from the camera (i.e. particle analysis reports), but we are unable to get the images from it to display on the Dashboard or SmartDashboard. We also chose the correct options in the Axis Camera Setup. The user was stated to be “FRC,” and the password was also “FRC.” Is there a reason for the user and password? Any ideas for how to get the images on the smart dashboard/ dashboard?