|
|
#include <string>#include <ArmarXCore/core/Component.h>#include <ArmarXCore/core/logging/Logging.h>#include <ArmarXCore/core/services/tasks/PeriodicTask.h>#include <ArmarXCore/core/services/tasks/RunningTask.h>#include <VisionX/core/ImageProcessor.h>#include <VisionX/interface/components/StreamProvider.h>#include <Image/ByteImage.h>#include <libswscale/swscale.h>#include <x264.h>
Include dependency graph for StreamProviderI.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | StreamProviderI |
| This class realizes the StreamProviderImageProcessorInterface-SliceInterface and is a subclass of visionx::ImageProcessor. More... | |
| class | StreamProviderI::StreamProviderPropertyDefinitions |
Namespaces | |
| Stream | |
Macros | |
| #define | NUMBER_OF_COMPRESSIONRATES 3 |
Typedefs | |
| using | StreamProviderIPtr = IceInternal::Handle< StreamProviderI > |
| #define NUMBER_OF_COMPRESSIONRATES 3 |
Definition at line 45 of file StreamProviderI.h.