Quote:
Originally Posted by Joe Ross
|
Yes, sorry forgot about that.
I commented out and uncommented the lines referred to (
here).
After doing that, it threw an error saying "camera" not declared. So after looking around I figured I declare the camera something like so:
Code:
class VisionSample2014 : public SimpleRobot...
AxisCamera& camera;
public:VisionSample2014(void):...
camera::GetInstance(CAMERA_IP)
I added CAMERA_IP as a new #define above
This all built and deployed without errors.
Quote:
Originally Posted by Alan Anderson
Do you see the targets glowing green on the image returned by the camera?
|
Yes, I also adjusted the brightness of the camera using the online interface to ~15 to make the green stand out more on the dark/black background