39 #ifndef __vpServolens_h
40 #define __vpServolens_h
42 #include <visp3/core/vpConfig.h>
44 #if !defined(_WIN32) && (defined(__unix__) || defined(__unix) || (defined(__APPLE__) && defined(__MACH__)))
55 #include <visp3/core/vpCameraParameters.h>
56 #include <visp3/core/vpImage.h>
117 void open(
const char *port=
"/dev/ttyS0");
121 void setController(vpControllerType controller)
const;
122 void setAutoIris(
bool enable)
const;
123 void setPosition(vpServoType servo,
unsigned int position)
const;
124 bool getPosition(vpServoType servo,
unsigned int &position)
const;
127 void enablePrompt(
bool active)
const;
133 void enableCmdComplete(vpServoType servo,
bool active)
const;
136 void wait(vpServoType servo)
const;
138 bool read(
char *c,
long timeout_s)
const;
139 void write(
const char *s)
const;
141 bool clean(
const char *in,
char *out)
const;
Interface for the Servolens lens attached to the camera fixed on the Afma4 robot. ...
Generic class defining intrinsic camera parameters.