Skip to content

Commit

Permalink
ahora se puede iniciar input-face-api-webcam con deteccion facial des…
Browse files Browse the repository at this point in the history
…activada
  • Loading branch information
alevilar committed Sep 22, 2023
1 parent 4381e83 commit 9112168
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export class InputFaceApiWebcam {
@Element() el: HTMLElement;

@State() enableDetection = true;
@State() isDetecting = true;
@State() detectionResult: DetectionImg

@Watch('detectionResult')
Expand All @@ -44,6 +43,12 @@ export class InputFaceApiWebcam {
}
}

/**
* disable face detection
*/
@Prop({reflect: true, mutable: true}) isDetecting = true;



/**
* trained models to use for recognition an best match
Expand Down

0 comments on commit 9112168

Please sign in to comment.