3#include <opencv2/opencv.hpp>
32 bool capture(
void** ppImageBuffers)
override;
43 std::vector<imrec::ChannelPreferences>
47 static const std::string defaultName;
63 XImage* ximg =
nullptr;
Clock to get date/time from a specific clock type or wait for certain durations or until certain date...
The CapturingImageProvider provides a callback function to trigger the capturing of images with diffe...
X11ScreenCaptureImageProvider()
void onStartCapture(float framesPerSecond) override
This is called when the image provider capturing has been started.
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
void onStopCapture() override
This is called when the image provider capturing has been stopped.
void onExitCapturingImageProvider() override
This is called when the Component::onExitComponent() setup is called.
static std::string GetDefaultName()
std::vector< imrec::ChannelPreferences > getImageRecordingChannelPreferences(const Ice::Current &) override
void onInitCapturingImageProvider() override
This is called when the Component::onInitComponent() is called.
std::string getDefaultName() const override
Retrieve default name of component.
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.