()
| 199 | // Capture one frame from the video stream, and extract the value from |
| 200 | // iterator.next() result. |
| 201 | async capture(): Promise<Tensor3D> { |
| 202 | return (await this.next()).value; |
| 203 | } |
| 204 | |
| 205 | // Stop the video stream and pause webcam iterator. |
| 206 | stop(): void { |
no test coverage detected