All you should have to do is create a new AxisCamera object. It will start the video server for you.
At the top of your file, add
Code:
#include "Vision/AxisCamera.h"
Then in your initialization code add this
Code:
AxisCamera &axisCam = AxisCamera::GetInstance();
That should get you the video stream back to the default dashboard at the driver station.