Fixed typo
This commit is contained in:
@@ -82,7 +82,7 @@ static NSString *const kTaskName = @"objectDetector";
|
||||
|
||||
MPPObjectDetectorResult *result = [MPPObjectDetectorResult
|
||||
objectDetectorResultWithDetectionsPacket:
|
||||
outputPacketMap:[kDetectionsStreamName.cppString]];
|
||||
outputPacketMap[kDetectionsStreamName.cppString]];
|
||||
|
||||
NSInteger timeStampInMilliseconds =
|
||||
outputPacketMap[kImageOutStreamName.cppString].Timestamp().Value() /
|
||||
|
||||
Reference in New Issue
Block a user