|
#include <ArmarXCore/core/Component.h>
#include <ArmarXCore/core/services/tasks/PeriodicTask.h>
#include <VisionX/core/ImageProvider.h>
#include <VisionX/components/image_processor/StreamReceiver/StreamReceiver.h>
Go to the source code of this file.
Classes | |
class | StreamImageProvider |
StreamImageProvider implements a ImageProvider interfaces and retrieves images of a StreamReceiver, which in turn decodes an image stream into raw images. More... | |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
TabletTeleoperation | |
This file is part of ArmarX. | |
Typedefs | |
using | StreamImageProviderPtr = IceInternal::Handle< StreamImageProvider > |