Go to the documentation of this file.
3 #include <opencv2/opencv.hpp>
11 #include <X11/Xutil.h>
33 bool capture(
void** ppImageBuffers)
override;
44 std::vector<imrec::ChannelPreferences>
48 static const std::string defaultName;
64 XImage* ximg =
nullptr;
void onInitCapturingImageProvider() override
This is called when the Component::onInitComponent() is called.
void onStartCapture(float framesPerSecond) override
This is called when the image provider capturing has been started.
std::vector< imrec::ChannelPreferences > getImageRecordingChannelPreferences(const Ice::Current &) override
Clock to get date/time from a specific clock type or wait for certain durations or until certain date...
void onExitCapturingImageProvider() override
This is called when the Component::onExitComponent() setup is called.
std::string getDefaultName() const override
Retrieve default name of component.
The CapturingImageProvider provides a callback function to trigger the capturing of images with diffe...
void onStopCapture() override
This is called when the image provider capturing has been stopped.
X11ScreenCaptureImageProvider()
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
static std::string GetDefaultName()