|
Re: AXIS M1013 how to get image on dashboard?
If the example works with the camera, that would imply that the camera IP is correct.
You asked how the BuildCamerIP VI works. If you double click, you can open it and see its secrets. If a string is passed into the VI, that is used. Otherwise, it runs the StringToIP function with an empty string. With that usage, it returns the robot IP. It then masks the lower byte and ORs in an 11. The final step is to format the integer into a string with decimal format.
One other thing I'd check with the dashboard is to make sure that you run the driver station. It is the driver station that tells the dashboard which robot is being used. The dashboard then starts the connection to the camera at 10.te.am.11.
Greg McKaskle
|