call start detection method in ocr

This commit is contained in:
dhanabalan
2025-10-27 16:28:08 +05:30
parent a9421963a7
commit a126050963

View File

@@ -924,6 +924,7 @@ function cameraCapture() {
this.$refs.snapshot.classList.add('hidden');
this.$refs.video.classList.remove('hidden');
await this.initCamera();
this.startDetection();
},
startDetection() {