![]() |
Dashcam SDK 1.0.7
Captures, recognizes and records road aigns.
|
#import <NMDADASDebuggingDelegate.h>
Inherits <NSObject>.
Instance Methods | |
(void) | - onFPSUpdated: |
(void) | - onSignsUploadCompletedWithError:uploadCount: |
(void) | - onSignsUploadingStatisticsUpdatedWithUploadedSignsCount:readyForUploadingCount: |
- (void) onFPSUpdated: | (NSInteger) | fps |
Gets called on new FPS value received.
- (void) onSignsUploadCompletedWithError: | (nullable NSError *) | error | |
uploadCount: | (NSInteger) | count | |
Gets called on signs upload completed.
- (void) onSignsUploadingStatisticsUpdatedWithUploadedSignsCount: | (NSInteger) | uploadedSignsCount | |
readyForUploadingCount: | (NSInteger) | numberOfSignsReadyForUploading | |
Gets called on signs uploading statistics updated.