Callbacks related to external facial recognition algorithms.
More...
#include "AlivcLivePusher.h"
Callbacks related to external facial recognition algorithms.
◆ onCreateDetector:
The callback for creation of an external recognizer.
- Parameters
-
pusher | The live pusher engine object |
◆ onDestoryDetector:
The callback for destruction of an external recognizer.
- Parameters
-
pusher | The live pusher engine object |
◆ onDetectorProcess:data:w:h:rotation:format:extra:
- (long) onDetectorProcess: |
|
(AlivcLivePusher *) | pusher |
data: |
|
(long) | data |
w: |
|
(int) | w |
h: |
|
(int) | h |
rotation: |
|
(int) | rotation |
format: |
|
(int) | format |
extra: |
|
(long) | extra |
|
optionalrequired |
The callback for processing of an external recognizer.
- Parameters
-
pusher | The live pusher engine object |
data | The data buffer |
width | The width of the video |
height | The height of the video |
rotation | The rotation degree |
format | video format |
extra | extra info |
- Returns
- The processed data buffer
The documentation for this protocol was generated from the following file: