ALCloseObjectDetection API¶
NAOqi Vision - Overview | API
This module requires a robot with a 3D sensor.
Namespace : AL
#include <alproxies/alcloseobjectdetectionproxy.h>
Method list¶
-
class
ALCloseObjectDetectionProxy
¶
- As any module, this module inherits methods from ALModule API.
- It also inherits methods from ALExtractor API.
Events lists¶
ALMemory Keys list¶
Events¶
-
Event:callback(std::string eventName, std::string subscriberIdentifier)¶
"CloseObjectDetection/ObjectDetected"
Deprecated since version 2.7.0: Do not use it anymore. Not available on Pepper V1.8.
Raised each time an object is detected in the “close range” of the depth camera.
-
Event:callback(std::string eventName, std::string subscriberIdentifier)¶
"CloseObjectDetection/ObjectNotDetected"
Deprecated since version 2.7.0: Do not use it anymore. Not available on Pepper V1.8.
Raised, only once, when no object is detected anymore in the “close range” of the depth camera.
-
Event:callback(std::string eventName, std::string subscriberIdentifier)¶
"ALTracker/CloseObjectDetected"
Deprecated since version 2.7.0: Do not use it anymore. Not available on Pepper V1.8.
Raised each time an object is detected in the “close range” of the depth camera, with a structure that can be used with function
ALTrackerProxy::trackEvent
of the module ALTracker.
ALMemory Keys¶
-
AL::ALValue
CloseObjectDetection/ObjectInfo
¶ Deprecated since version 2.7.0: Do not use it anymore. Not available on Pepper V1.8.
Contains the information about the latest detected close object. Please refer to alcloseobjectdetection for details.