Fixed issue with types in MPPGestureRecognizerResult+Helpers
This commit is contained in:
parent
9ac4ed5020
commit
b68b26ada7
|
@ -137,8 +137,8 @@ static const NSInteger kDefaultGestureIndex = -1;
|
||||||
.Get<std::vector<ClassificationListProto>>()
|
.Get<std::vector<ClassificationListProto>>()
|
||||||
handednessroto:handednessPacket
|
handednessroto:handednessPacket
|
||||||
.Get<std::vector<ClassificationListProto>>()
|
.Get<std::vector<ClassificationListProto>>()
|
||||||
handLandmarksPacket:handednessPacket
|
handLandmarksPacket:handLandmarksPacket
|
||||||
.Get<std::vector<ClassificationListProto>>()
|
.Get<std::vector<NormalizedLandmarkListProto>>()
|
||||||
worldLandmarksPacket:worldLandmarksPacket
|
worldLandmarksPacket:worldLandmarksPacket
|
||||||
.Get<std::vector<LandmarkListProto>>()
|
.Get<std::vector<LandmarkListProto>>()
|
||||||
timestampInMilliSeconds:timestampInMilliseconds];
|
timestampInMilliSeconds:timestampInMilliseconds];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user