diff --git a/resources/views/fields/camera-capture.blade.php b/resources/views/fields/camera-capture.blade.php index 3870f5f..f7bec05 100644 --- a/resources/views/fields/camera-capture.blade.php +++ b/resources/views/fields/camera-capture.blade.php @@ -924,6 +924,7 @@ function cameraCapture() { this.$refs.snapshot.classList.add('hidden'); this.$refs.video.classList.remove('hidden'); await this.initCamera(); + this.startDetection(); }, startDetection() {