camerax-stream
v0.0.1
Published
CameraX + MLKit face detection plugin for internal product development
Maintainers
Readme
camerax-stream
this is also a custom plugin for company internal product development
Install
npm install camerax-stream
npx cap syncAPI
startCamera()
startCamera() => anyReturns: any
stopCamera()
stopCamera() => anyReturns: any
addListener('faceDetected', ...)
addListener(eventName: 'faceDetected', listenerFunc: (data: { x: number; y: number; width: number; height: number; }) => void) => any| Param | Type |
| ------------------ | ---------------------------------------------------------------------------------------- |
| eventName | 'faceDetected' |
| listenerFunc | (data: { x: number; y: number; width: number; height: number; }) => void |
Returns: any
