From 8d52c95b1e7b288a4dd77816b4b2fad062e43fe3 Mon Sep 17 00:00:00 2001
From: sofiboselli <85589892+sofiboselli@users.noreply.github.com>
Date: Thu, 26 Aug 2021 15:53:22 -0300
Subject: [PATCH 01/36] Add files via upload
---
bli-guides/bli-pro-user-guideorig.md | 2 +
bli-guides/camera_form.md | 58 ++++++++++++++
bli-guides/form-submission-handler.js | 105 ++++++++++++++++++++++++++
3 files changed, 165 insertions(+)
create mode 100644 bli-guides/camera_form.md
create mode 100644 bli-guides/form-submission-handler.js
diff --git a/bli-guides/bli-pro-user-guideorig.md b/bli-guides/bli-pro-user-guideorig.md
index 995dc977..c7460b29 100644
--- a/bli-guides/bli-pro-user-guideorig.md
+++ b/bli-guides/bli-pro-user-guideorig.md
@@ -639,6 +639,8 @@ The configuration of several network cameras is permitted. To add a camera, pres
+To help expand the list of camera configuration, add yours [here](camera_form.md).
+
##### Camera basic configuration
_BLI PRO_ has a simple and strong capability integration with most CCTV systems or IP Cameras found in the market.
diff --git a/bli-guides/camera_form.md b/bli-guides/camera_form.md
new file mode 100644
index 00000000..a040474b
--- /dev/null
+++ b/bli-guides/camera_form.md
@@ -0,0 +1,58 @@
+---
+title: Camera Form
+layout: pagetoc
+---
+
+## Introduction
+
+Add camera information to help others configure their own cameras.
+
+
+
From 1d692fa4decdf5a69b4d8ae3a6a2c81b19f4f28e Mon Sep 17 00:00:00 2001
From: sofiboselli <85589892+sofiboselli@users.noreply.github.com>
Date: Mon, 6 Sep 2021 17:33:36 -0300
Subject: [PATCH 07/36] Add files via upload
---
bli-guides/_01-setup-bli-pro/camera_configs.md | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 bli-guides/_01-setup-bli-pro/camera_configs.md
diff --git a/bli-guides/_01-setup-bli-pro/camera_configs.md b/bli-guides/_01-setup-bli-pro/camera_configs.md
new file mode 100644
index 00000000..d722eb4a
--- /dev/null
+++ b/bli-guides/_01-setup-bli-pro/camera_configs.md
@@ -0,0 +1,10 @@
+---
+title: A title for page
+layout: pagetoc
+---
+
+## HTTP cameras Resource path examples
+
+Below are some examples of cameras and their corresponding configuration... fill this [form](https://forms.gle/gmnRyVcy7sTrGjGy7)
+
+
\ No newline at end of file
From 74bca426d209000adeda3742577212e3617fd5d2 Mon Sep 17 00:00:00 2001
From: Sofia Boselli