From 53e4cfc6091d76daf418bcfe0b18290f1a9919d7 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 28 Jul 2020 20:49:35 -0700 Subject: [PATCH] =?UTF-8?q?ESP32=20CAM=20with=20Arduino=20IDE=20|=20Tutori?= =?UTF-8?q?al=20-=20[Part.9]=20Multiple=20CAM=20Dashboard=20With=20New=20F?= =?UTF-8?q?eatures=20(ft.=20=E2=8F=AF=EF=B8=8F=F0=9F=94=B4=F0=9F=92=BE)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CameraWeb/CameraWeb.ino | 0 .../CameraWeb/camera_pins.h | 0 .../NodeServer/.gitignore | 0 .../NodeServer/client.html | 0 .../NodeServer/package-lock.json | 0 .../NodeServer/package.json | 0 .../NodeServer/server.js | 0 .../NodeServer/styles.css | 0 .../NodeServer_v2}/.gitignore | 0 .../NodeServer_v2}/client.html | 0 .../NodeServer_v2}/package-lock.json | 0 .../NodeServer_v2}/package.json | 0 .../NodeServer_v2}/server.js | 0 .../NodeServer_v2}/styles.css | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename ESP32_CAM_MULTICAM/{Part.8 - Multiple CAM Dashboard => Part.8-Multiple_CAM_Dashboard}/CameraWeb/CameraWeb.ino (100%) rename ESP32_CAM_MULTICAM/{Part.8 - Multiple CAM Dashboard => Part.8-Multiple_CAM_Dashboard}/CameraWeb/camera_pins.h (100%) rename ESP32_CAM_MULTICAM/{Part.8 - Multiple CAM Dashboard => Part.8-Multiple_CAM_Dashboard}/NodeServer/.gitignore (100%) rename ESP32_CAM_MULTICAM/{Part.8 - Multiple CAM Dashboard => Part.8-Multiple_CAM_Dashboard}/NodeServer/client.html (100%) rename ESP32_CAM_MULTICAM/{Part.8 - Multiple CAM Dashboard => Part.8-Multiple_CAM_Dashboard}/NodeServer/package-lock.json (100%) rename ESP32_CAM_MULTICAM/{Part.8 - Multiple CAM Dashboard => Part.8-Multiple_CAM_Dashboard}/NodeServer/package.json (100%) rename ESP32_CAM_MULTICAM/{Part.8 - Multiple CAM Dashboard => Part.8-Multiple_CAM_Dashboard}/NodeServer/server.js (100%) rename ESP32_CAM_MULTICAM/{Part.8 - Multiple CAM Dashboard => Part.8-Multiple_CAM_Dashboard}/NodeServer/styles.css (100%) rename ESP32_CAM_MULTICAM/{Part.9 - Multiple CAM Dashboard with new features/NodeServer v2 => Part.9-Multiple_CAM_Dashboard_with_new_features/NodeServer_v2}/.gitignore (100%) rename ESP32_CAM_MULTICAM/{Part.9 - Multiple CAM Dashboard with new features/NodeServer v2 => Part.9-Multiple_CAM_Dashboard_with_new_features/NodeServer_v2}/client.html (100%) rename ESP32_CAM_MULTICAM/{Part.9 - Multiple CAM Dashboard with new features/NodeServer v2 => Part.9-Multiple_CAM_Dashboard_with_new_features/NodeServer_v2}/package-lock.json (100%) rename ESP32_CAM_MULTICAM/{Part.9 - Multiple CAM Dashboard with new features/NodeServer v2 => Part.9-Multiple_CAM_Dashboard_with_new_features/NodeServer_v2}/package.json (100%) rename ESP32_CAM_MULTICAM/{Part.9 - Multiple CAM Dashboard with new features/NodeServer v2 => Part.9-Multiple_CAM_Dashboard_with_new_features/NodeServer_v2}/server.js (100%) rename ESP32_CAM_MULTICAM/{Part.9 - Multiple CAM Dashboard with new features/NodeServer v2 => Part.9-Multiple_CAM_Dashboard_with_new_features/NodeServer_v2}/styles.css (100%) diff --git a/ESP32_CAM_MULTICAM/Part.8 - Multiple CAM Dashboard/CameraWeb/CameraWeb.ino b/ESP32_CAM_MULTICAM/Part.8-Multiple_CAM_Dashboard/CameraWeb/CameraWeb.ino similarity index 100% rename from ESP32_CAM_MULTICAM/Part.8 - Multiple CAM Dashboard/CameraWeb/CameraWeb.ino rename to ESP32_CAM_MULTICAM/Part.8-Multiple_CAM_Dashboard/CameraWeb/CameraWeb.ino diff --git a/ESP32_CAM_MULTICAM/Part.8 - Multiple CAM Dashboard/CameraWeb/camera_pins.h b/ESP32_CAM_MULTICAM/Part.8-Multiple_CAM_Dashboard/CameraWeb/camera_pins.h similarity index 100% rename from ESP32_CAM_MULTICAM/Part.8 - Multiple CAM Dashboard/CameraWeb/camera_pins.h rename to ESP32_CAM_MULTICAM/Part.8-Multiple_CAM_Dashboard/CameraWeb/camera_pins.h diff --git a/ESP32_CAM_MULTICAM/Part.8 - Multiple CAM Dashboard/NodeServer/.gitignore b/ESP32_CAM_MULTICAM/Part.8-Multiple_CAM_Dashboard/NodeServer/.gitignore similarity index 100% rename from ESP32_CAM_MULTICAM/Part.8 - Multiple CAM Dashboard/NodeServer/.gitignore rename to ESP32_CAM_MULTICAM/Part.8-Multiple_CAM_Dashboard/NodeServer/.gitignore diff --git a/ESP32_CAM_MULTICAM/Part.8 - Multiple CAM Dashboard/NodeServer/client.html b/ESP32_CAM_MULTICAM/Part.8-Multiple_CAM_Dashboard/NodeServer/client.html similarity index 100% rename from ESP32_CAM_MULTICAM/Part.8 - Multiple CAM Dashboard/NodeServer/client.html rename to ESP32_CAM_MULTICAM/Part.8-Multiple_CAM_Dashboard/NodeServer/client.html diff --git a/ESP32_CAM_MULTICAM/Part.8 - Multiple CAM Dashboard/NodeServer/package-lock.json b/ESP32_CAM_MULTICAM/Part.8-Multiple_CAM_Dashboard/NodeServer/package-lock.json similarity index 100% rename from ESP32_CAM_MULTICAM/Part.8 - Multiple CAM Dashboard/NodeServer/package-lock.json rename to ESP32_CAM_MULTICAM/Part.8-Multiple_CAM_Dashboard/NodeServer/package-lock.json diff --git a/ESP32_CAM_MULTICAM/Part.8 - Multiple CAM Dashboard/NodeServer/package.json b/ESP32_CAM_MULTICAM/Part.8-Multiple_CAM_Dashboard/NodeServer/package.json similarity index 100% rename from ESP32_CAM_MULTICAM/Part.8 - Multiple CAM Dashboard/NodeServer/package.json rename to ESP32_CAM_MULTICAM/Part.8-Multiple_CAM_Dashboard/NodeServer/package.json diff --git a/ESP32_CAM_MULTICAM/Part.8 - Multiple CAM Dashboard/NodeServer/server.js b/ESP32_CAM_MULTICAM/Part.8-Multiple_CAM_Dashboard/NodeServer/server.js similarity index 100% rename from ESP32_CAM_MULTICAM/Part.8 - Multiple CAM Dashboard/NodeServer/server.js rename to ESP32_CAM_MULTICAM/Part.8-Multiple_CAM_Dashboard/NodeServer/server.js diff --git a/ESP32_CAM_MULTICAM/Part.8 - Multiple CAM Dashboard/NodeServer/styles.css b/ESP32_CAM_MULTICAM/Part.8-Multiple_CAM_Dashboard/NodeServer/styles.css similarity index 100% rename from ESP32_CAM_MULTICAM/Part.8 - Multiple CAM Dashboard/NodeServer/styles.css rename to ESP32_CAM_MULTICAM/Part.8-Multiple_CAM_Dashboard/NodeServer/styles.css diff --git a/ESP32_CAM_MULTICAM/Part.9 - Multiple CAM Dashboard with new features/NodeServer v2/.gitignore b/ESP32_CAM_MULTICAM/Part.9-Multiple_CAM_Dashboard_with_new_features/NodeServer_v2/.gitignore similarity index 100% rename from ESP32_CAM_MULTICAM/Part.9 - Multiple CAM Dashboard with new features/NodeServer v2/.gitignore rename to ESP32_CAM_MULTICAM/Part.9-Multiple_CAM_Dashboard_with_new_features/NodeServer_v2/.gitignore diff --git a/ESP32_CAM_MULTICAM/Part.9 - Multiple CAM Dashboard with new features/NodeServer v2/client.html b/ESP32_CAM_MULTICAM/Part.9-Multiple_CAM_Dashboard_with_new_features/NodeServer_v2/client.html similarity index 100% rename from ESP32_CAM_MULTICAM/Part.9 - Multiple CAM Dashboard with new features/NodeServer v2/client.html rename to ESP32_CAM_MULTICAM/Part.9-Multiple_CAM_Dashboard_with_new_features/NodeServer_v2/client.html diff --git a/ESP32_CAM_MULTICAM/Part.9 - Multiple CAM Dashboard with new features/NodeServer v2/package-lock.json b/ESP32_CAM_MULTICAM/Part.9-Multiple_CAM_Dashboard_with_new_features/NodeServer_v2/package-lock.json similarity index 100% rename from ESP32_CAM_MULTICAM/Part.9 - Multiple CAM Dashboard with new features/NodeServer v2/package-lock.json rename to ESP32_CAM_MULTICAM/Part.9-Multiple_CAM_Dashboard_with_new_features/NodeServer_v2/package-lock.json diff --git a/ESP32_CAM_MULTICAM/Part.9 - Multiple CAM Dashboard with new features/NodeServer v2/package.json b/ESP32_CAM_MULTICAM/Part.9-Multiple_CAM_Dashboard_with_new_features/NodeServer_v2/package.json similarity index 100% rename from ESP32_CAM_MULTICAM/Part.9 - Multiple CAM Dashboard with new features/NodeServer v2/package.json rename to ESP32_CAM_MULTICAM/Part.9-Multiple_CAM_Dashboard_with_new_features/NodeServer_v2/package.json diff --git a/ESP32_CAM_MULTICAM/Part.9 - Multiple CAM Dashboard with new features/NodeServer v2/server.js b/ESP32_CAM_MULTICAM/Part.9-Multiple_CAM_Dashboard_with_new_features/NodeServer_v2/server.js similarity index 100% rename from ESP32_CAM_MULTICAM/Part.9 - Multiple CAM Dashboard with new features/NodeServer v2/server.js rename to ESP32_CAM_MULTICAM/Part.9-Multiple_CAM_Dashboard_with_new_features/NodeServer_v2/server.js diff --git a/ESP32_CAM_MULTICAM/Part.9 - Multiple CAM Dashboard with new features/NodeServer v2/styles.css b/ESP32_CAM_MULTICAM/Part.9-Multiple_CAM_Dashboard_with_new_features/NodeServer_v2/styles.css similarity index 100% rename from ESP32_CAM_MULTICAM/Part.9 - Multiple CAM Dashboard with new features/NodeServer v2/styles.css rename to ESP32_CAM_MULTICAM/Part.9-Multiple_CAM_Dashboard_with_new_features/NodeServer_v2/styles.css