Camera Images not showing on Dashboard

When I run my robot code, the camera works and I can display it on the vision front panel, but It wont show on the dashboard. I have integrated the 2016 vision example from NI into the Vision processing subsystem. In the driver station I am getting a error that im not acquiring a camera, even though I have create a camera reference.

The Errors:
ERROR -44005 FRC: Camera Get Image is being called, but no camera acquire loop is running. Try adding one of the camera aquire loop subVIs to the Vision Processing VI. WPI_CameraWait for Raw Image String.vi:6640001

Does anyone know how to fix this?

What kind of camera IP or USB?

Have you tested with the default LabVIEW code and default Dashboard?

It sorta sounds like you may have one part using USB and the other using Axis. Or perhaps the IP address isn’t right.

Please describe more about which camera you are using and info about which camera the dashboard is reading from. Also post some info about your Vision Processing VI.

Greg McKaskle