From dff84e362b9bcd15f014435e83986863051d6e9b Mon Sep 17 00:00:00 2001 From: wandokong Date: Fri, 5 Sep 2025 17:33:21 +0900 Subject: [PATCH] Update javascript.md video size up --- snippets/markdown/image/tensorflowjs/javascript.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/markdown/image/tensorflowjs/javascript.md b/snippets/markdown/image/tensorflowjs/javascript.md index ad737bc..9f610e2 100644 --- a/snippets/markdown/image/tensorflowjs/javascript.md +++ b/snippets/markdown/image/tensorflowjs/javascript.md @@ -30,7 +30,7 @@ Learn more about how to use the code snippet on [github](https://github.com/goog // Convenience function to setup a webcam const flip = true; // whether to flip the webcam - webcam = new tmImage.Webcam(200, 200, flip); // width, height, flip + webcam = new tmImage.Webcam(1280, 720, flip); // width, height, flip await webcam.setup(); // request access to the webcam await webcam.play(); window.requestAnimationFrame(loop); @@ -60,4 +60,4 @@ Learn more about how to use the code snippet on [github](https://github.com/goog } } -``` \ No newline at end of file +```