Should IFrameGrabber and IFrameGrabberRgb be deprecated? #1868
Replies: 5 comments
-
I found out that @barbalberto , are they easily portables to If so we can deprecate the old ones as @traversaro suggested. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
In my opinion they can be deprecated. It should propagate the new one and the low level device shall implement it here Few changes are required, not a big deal. |
Beta Was this translation helpful? Give feedback.
-
I made a quick test commenting out these interfaces, and I can confirm that they are completely unused in YARP. |
Beta Was this translation helpful? Give feedback.
-
usbCamera is now in YARP, therefore we should update it before removing the interface |
Beta Was this translation helpful? Give feedback.
-
The
IFrameGrabber
and theIFrameGrabberRgb
interfaces seem to have been superseded by theIFrameGrabberImage
and theIFrameGrabberImageRaw
interfaces since a long time, they are not used in any network driver (not even for back-compatibility) and can be found only in some devices inicub-main
( https://github.com/robotology/icub-main/search?q=IFrameGrabberRgb&unscoped_q=IFrameGrabberRgb), but all those devices also offer a variant that implements the modern interfacesIFrameGrabberImage
and theIFrameGrabberImageRaw
.I am not an expert of this part of YARP, but I guess this interfaces can be safely deprecated and eventually removed from YARP.
@vtikha @barbalberto @drdanz @Nicogene @claudiofantacci
Beta Was this translation helpful? Give feedback.
All reactions