call start detection method in ocr
This commit is contained in:
@@ -924,6 +924,7 @@ function cameraCapture() {
|
|||||||
this.$refs.snapshot.classList.add('hidden');
|
this.$refs.snapshot.classList.add('hidden');
|
||||||
this.$refs.video.classList.remove('hidden');
|
this.$refs.video.classList.remove('hidden');
|
||||||
await this.initCamera();
|
await this.initCamera();
|
||||||
|
this.startDetection();
|
||||||
},
|
},
|
||||||
|
|
||||||
startDetection() {
|
startDetection() {
|
||||||
|
|||||||
Reference in New Issue
Block a user