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