From acf35135ff5bbe71b067d483e8492fbae3aedc77 Mon Sep 17 00:00:00 2001 From: Mudassir Date: Tue, 12 Nov 2019 00:28:03 +0530 Subject: [PATCH 1/4] Reference to sample app with express & websockets --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13ba9a0e1..726366895 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ opencv4nodejs * **[Async API](#async-api)** * **[With TypeScript](#with-typescript)** * **[External Memory Tracking (v4.0.0)](#external-mem-tracking)** - +* **[In a webpage through express & websockets](#in-a-web-page)** # Examples @@ -559,3 +559,9 @@ Or directly in your code: process.env.OPENCV4NODEJS_DISABLE_EXTERNAL_MEM_TRACKING = 1 const cv = require('opencv4nodejs') ``` + + +# In a web page through express & websockets + +[opencv4nodejs-express-websockets](https://github.com/Mudassir-23/opencv4nodejs-express-websockets) - Boilerplate express app for getting started on opencv with nodejs and to live stream the video through websockets. + From 2213350ad8aa7b0b9b12f642b1f8478f28f3db69 Mon Sep 17 00:00:00 2001 From: Mudassir Date: Sun, 8 Dec 2019 12:47:10 +0530 Subject: [PATCH 2/4] Added new example --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 726366895..2190ff967 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,12 @@ Check out Automating lights with Computer Vision & NodeJS. + +![user-presence](https://user-images.githubusercontent.com/34403479/70385871-8d62e680-19b7-11ea-855c-3b2febfdbd72.png) + # How to install From cb50efdc8fae3dd0efc59ff9e0d788f799eabc33 Mon Sep 17 00:00:00 2001 From: Mudassir Date: Mon, 9 Dec 2019 13:00:28 +0530 Subject: [PATCH 3/4] Updated README with new example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2190ff967..33bfdfa92 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Check out Automating lights with Computer Vision & NodeJS. From bf93c1a823f7008c026fb16b23a4faf40a0b40c2 Mon Sep 17 00:00:00 2001 From: Mudassir Date: Mon, 16 Dec 2019 19:43:13 +0530 Subject: [PATCH 4/4] Moved boiler plate link to examples --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 33bfdfa92..aed575347 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ opencv4nodejs * **[Async API](#async-api)** * **[With TypeScript](#with-typescript)** * **[External Memory Tracking (v4.0.0)](#external-mem-tracking)** -* **[In a webpage through express & websockets](#in-a-web-page)** # Examples @@ -90,6 +89,10 @@ Check out Automating lights with Computer Vision & NodeJS. @@ -565,9 +568,5 @@ Or directly in your code: process.env.OPENCV4NODEJS_DISABLE_EXTERNAL_MEM_TRACKING = 1 const cv = require('opencv4nodejs') ``` - -# In a web page through express & websockets - -[opencv4nodejs-express-websockets](https://github.com/Mudassir-23/opencv4nodejs-express-websockets) - Boilerplate express app for getting started on opencv with nodejs and to live stream the video through websockets.