|
#include <string>
#include <Image/ByteImage.h>
#include <ArmarXCore/core/Component.h>
#include <ArmarXCore/core/logging/Logging.h>
#include <ArmarXCore/core/services/tasks/RunningTask.h>
#include <ArmarXCore/core/services/tasks/PeriodicTask.h>
#include <VisionX/core/ImageProcessor.h>
#include <VisionX/interface/components/StreamProvider.h>
#include <x264.h>
#include <libswscale/swscale.h>
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.