43 #ifndef __vpServolens_h
44 #define __vpServolens_h
46 #include <visp/vpConfig.h>
59 #include <visp/vpCameraParameters.h>
60 #include <visp/vpImage.h>
121 void open(
const char *port=
"/dev/ttyS0");
125 void setController(vpControllerType controller);
126 void setAutoIris(
bool enable);
127 void setPosition(vpServoType servo,
unsigned int position);
128 bool getPosition(vpServoType servo,
unsigned int &position);
131 void enablePrompt(
bool active);
137 void enableCmdComplete(vpServoType servo,
bool active);
140 void wait(vpServoType servo);
142 bool read(
char *c,
long timeout_s);
143 void write(
const char *s);
145 bool clean(
const char *in,
char *out);
Interface for the Servolens lens attached to the camera fixed on the Afma4 robot. ...
Generic class defining intrinsic camera parameters.