Go to the documentation of this file.
26 #include <VisionX/interface/components/PointCloudAndImageAndCalibrationProviderInterface.h>
37 return "RGBDOpenPoseEstimation";
47 virtual void process()
override;
50 std::string providerName =
"";
53 CByteImage** imageBuffer;
55 armarx::MetaInfoSizeBasePtr imageMetaInfo;
56 unsigned int numImages;
59 std::uint64_t timeoutCounter2d{0};
60 std::uint64_t readErrorCounter2d{0};
61 std::uint64_t sucessCounter2d{0};
virtual void onExitImageProcessor() override
Exit the ImapeProcessor component.
The ImageProcessor class provides an interface for access to ImageProviders via Ice and shared memory...
virtual void onConnectImageProcessor() override
Implement this method in the ImageProcessor in order execute parts when the component is fully initia...
virtual void onInitImageProcessor() override
Setup the vision component.
virtual void process() override
Process the vision component.
std::string getDefaultName() const override
Retrieve default name of component.
virtual armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
virtual void onDisconnectImageProcessor() override
Implement this method in the ImageProcessor in order execute parts when the component looses network ...