Fixed typo
This commit is contained in:
parent
6073d693d0
commit
aa7308498b
|
@ -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() /
|
||||
|
|
Loading…
Reference in New Issue
Block a user