Class ObjectAppearedEventArgs
Object appeared event args
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
public class ObjectAppearedEventArgs : ObjectEventArgs
Properties
| Improve this Doc View SourceImageRect
Gets the position in image coordinates
public ImageRect ImageRect { get; }
Property Type
| ImageRect |
Pose
Gets the pose of the object
public Pose Pose { get; }
Property Type
| Pose |
RobotTimestamp
Gets the robot timestamp of the event
public uint RobotTimestamp { get; }
Property Type
| UInt32 |