|
Re: Camera using IterativeRobot class
I think I have an answer to my own question if anyone is interested. The line
AxisCamera &camera = AxisCamera::getInstance
can be put into a function and called repeatedly. The first time it's called it creates a pointer to the camera object and starts the camera app. After that it just returns the same pointer. Seems to works okay.
|