|
| RemoteFrameGrabber () |
|
| RemoteFrameGrabber (const RemoteFrameGrabber &)=delete |
|
| RemoteFrameGrabber (RemoteFrameGrabber &&)=delete |
|
RemoteFrameGrabber & | operator= (const RemoteFrameGrabber &)=delete |
|
RemoteFrameGrabber & | operator= (RemoteFrameGrabber &&)=delete |
|
| ~RemoteFrameGrabber () override=default |
|
bool | getImage (yarp::sig::ImageOf< yarp::sig::PixelRgb > &image) override |
| Get an rgb image from the frame grabber, if required demosaicking/color reconstruction is applied. More...
|
|
bool | getImageCrop (cropType_id_t cropType, yarp::sig::VectorOf< std::pair< int, int > > vertices, yarp::sig::ImageOf< yarp::sig::PixelRgb > &image) override |
| Get a crop of the rgb image from the frame grabber, if required demosaicking/color reconstruction is applied. More...
|
|
int | height () const override |
| Return the height of each frame. More...
|
|
int | width () const override |
| Return the width of each frame. More...
|
|
bool | open (yarp::os::Searchable &config) override |
| Configure with a set of options. More...
|
|
bool | close () override |
| Close the DeviceDriver. More...
|
|
bool | setBrightness (double v) override |
| Set the brightness. More...
|
|
double | getBrightness () override |
| Read the brightness parameter. More...
|
|
bool | setExposure (double v) override |
| Set the exposure. More...
|
|
double | getExposure () override |
| Read the exposure parameter. More...
|
|
bool | setSharpness (double v) override |
| Set the sharpness. More...
|
|
double | getSharpness () override |
| Read the sharpness parameter. More...
|
|
bool | setWhiteBalance (double blue, double red) override |
| Set the white balance for the frame grabber. More...
|
|
bool | getWhiteBalance (double &blue, double &red) override |
| Read the white balance parameters. More...
|
|
bool | setHue (double v) override |
| Set the hue. More...
|
|
double | getHue () override |
| Read the hue parameter. More...
|
|
bool | setSaturation (double v) override |
| Set the saturation. More...
|
|
double | getSaturation () override |
| Read the saturation parameter. More...
|
|
bool | setGamma (double v) override |
| Set the gamma. More...
|
|
double | getGamma () override |
| Read the gamma parameter. More...
|
|
bool | setShutter (double v) override |
| Set the shutter parameter. More...
|
|
double | getShutter () override |
| Read the shutter parameter. More...
|
|
bool | setGain (double v) override |
| Set the gain. More...
|
|
double | getGain () override |
| Read the gain parameter. More...
|
|
bool | setIris (double v) override |
| Set the iris. More...
|
|
double | getIris () override |
| Read the iris parameter. More...
|
|
virtual | ~IFrameGrabberImage () |
| Destructor. More...
|
|
| FrameGrabberControls_Sender (yarp::os::Port &port) |
|
virtual | ~FrameGrabberControls_Sender () |
|
bool | getCameraDescription (CameraDescriptor *camera) override |
| Get a basic description of the camera hw. More...
|
|
bool | hasFeature (int feature, bool *hasFeature) override |
| Check if camera has the requested feature (saturation, brightness ... More...
|
|
bool | setFeature (int feature, double value) override |
| Set the requested feature to a value (saturation, brightness ... More...
|
|
bool | getFeature (int feature, double *value) override |
| Get the current value for the requested feature. More...
|
|
bool | setFeature (int feature, double value1, double value2) override |
| Set the requested feature to a value using 2 params (like white balance) More...
|
|
bool | getFeature (int feature, double *value1, double *value2) override |
| Get the current value for the requested feature. More...
|
|
bool | hasOnOff (int feature, bool *HasOnOff) override |
| Check if the camera has the ability to turn on/off the requested feature. More...
|
|
bool | setActive (int feature, bool onoff) override |
| Set the requested feature on or off. More...
|
|
bool | getActive (int feature, bool *isActive) override |
| Get the current status of the feature, on or off. More...
|
|
bool | hasAuto (int feature, bool *hasAuto) override |
| Check if the requested feature has the 'auto' mode. More...
|
|
bool | hasManual (int feature, bool *hasManual) override |
| Check if the requested feature has the 'manual' mode. More...
|
|
bool | hasOnePush (int feature, bool *hasOnePush) override |
| Check if the requested feature has the 'onePush' mode. More...
|
|
bool | setMode (int feature, FeatureMode mode) override |
| Set the requested mode for the feature. More...
|
|
bool | getMode (int feature, FeatureMode *mode) override |
| Get the current mode for the feature. More...
|
|
bool | setOnePush (int feature) override |
| Set the requested feature to a value (saturation, brightness ... More...
|
|
virtual | ~IFrameGrabberControls () |
| Destructor. More...
|
|
cameraFeature_id_t | featureVOCABEnum (int vocab) |
|
int | featureEnum2Vocab (cameraFeature_id_t _enum) |
|
std::string | busType2String (BusType type) |
|
FeatureMode | toFeatureMode (bool _auto) |
|
void | init (yarp::os::Port *__port) |
|
unsigned int | getVideoModeMaskDC1394 () override |
|
unsigned int | getVideoModeDC1394 () override |
|
bool | setVideoModeDC1394 (int video_mode) override |
|
unsigned int | getFPSMaskDC1394 () override |
|
unsigned int | getFPSDC1394 () override |
|
bool | setFPSDC1394 (int fps) override |
|
unsigned int | getISOSpeedDC1394 () override |
|
bool | setISOSpeedDC1394 (int speed) override |
|
unsigned int | getColorCodingMaskDC1394 (unsigned int video_mode) override |
|
unsigned int | getColorCodingDC1394 () override |
|
bool | setColorCodingDC1394 (int coding) override |
|
bool | getFormat7MaxWindowDC1394 (unsigned int &xdim, unsigned int &ydim, unsigned int &xstep, unsigned int &ystep, unsigned int &xoffstep, unsigned int &yoffstep) override |
|
bool | getFormat7WindowDC1394 (unsigned int &xdim, unsigned int &ydim, int &x0, int &y0) override |
|
bool | setFormat7WindowDC1394 (unsigned int xdim, unsigned int ydim, int x0, int y0) override |
|
bool | setOperationModeDC1394 (bool b1394b) override |
|
bool | getOperationModeDC1394 () override |
|
bool | setTransmissionDC1394 (bool bTxON) override |
|
bool | getTransmissionDC1394 () override |
|
bool | setBroadcastDC1394 (bool onoff) override |
|
bool | setDefaultsDC1394 () override |
|
bool | setResetDC1394 () override |
|
bool | setPowerDC1394 (bool onoff) override |
|
bool | setCaptureDC1394 (bool bON) override |
|
bool | setBytesPerPacketDC1394 (unsigned int bpp) override |
|
unsigned int | getBytesPerPacketDC1394 () override |
|
virtual | ~IFrameGrabberControlsDC1394 () |
|
| Implement_RgbVisualParams_Sender (yarp::os::Port &port) |
|
virtual | ~Implement_RgbVisualParams_Sender () |
|
int | getRgbHeight () override |
| Return the height of each frame. More...
|
|
int | getRgbWidth () override |
| Return the width of each frame. More...
|
|
bool | getRgbSupportedConfigurations (yarp::sig::VectorOf< CameraConfig > &configurations) override |
| Get the possible configurations of the camera. More...
|
|
bool | getRgbResolution (int &width, int &height) override |
| Get the resolution of the rgb image from the camera. More...
|
|
bool | setRgbResolution (int width, int height) override |
| Set the resolution of the rgb image from the camera. More...
|
|
bool | getRgbFOV (double &horizontalFov, double &verticalFov) override |
| Get the field of view (FOV) of the rgb camera. More...
|
|
bool | setRgbFOV (double horizontalFov, double verticalFov) override |
| Set the field of view (FOV) of the rgb camera. More...
|
|
bool | getRgbIntrinsicParam (yarp::os::Property &intrinsic) override |
| Get the intrinsic parameters of the rgb camera. More...
|
|
bool | getRgbMirroring (bool &mirror) override |
| Get the mirroring setting of the sensor. More...
|
|
bool | setRgbMirroring (bool mirror) override |
| Set the mirroring setting of the sensor. More...
|
|
virtual | ~IRgbVisualParams () |
|
| ~DeviceDriver () override=default |
| Destructor. More...
|
|
template<class T > |
bool | view (T *&x) |
| Get an interface to the device driver. More...
|
|
virtual DeviceDriver * | getImplementation () |
| Some drivers are bureaucrats, pointing at others. More...
|
|
virtual | ~IConfig () |
| Destructor. More...
|
|
virtual bool | configure (Searchable &config) |
| Change online parameters. More...
|
|