<GMVDataOutputDelegate> Protocol Reference
Overview
The GMVDataOutput's delegate.
It is informed about detection states and results.
Inherits <NSObject>.
Inherited by <GMVFocusingDataOutputDelegate>.
Instance Method Summary | |
(void) | - dataOutputWillStartDetection: |
Notification that a camera frame has been received and that the detector will start the detection process. More... | |
(void) | - dataOutput:didFinishedDetection: |
Notification that a detection has finished. More... | |
Method Detail
|
optional |
Notification that a camera frame has been received and that the detector will start the detection process.
- Parameters
-
dataOutput The GMVDataOutput object requesting the call.
|
optional |
Notification that a detection has finished.
- Parameters
-
dataOutput The GMVDataOutput object requesting the call. results The full detection results.