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