summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-05-02 22:59:33 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-05-02 22:59:33 +0530
commita870f735bfa4008c3ca64b7f45c9f5b7531afd64 (patch)
tree818f183fa2dea20edfb01455a247922c41837908
parenta7b88a86d31de5c916a3a95370b201074da5d852 (diff)
README: NGINX RTMP
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8848d57..b4c8ed6 100644
--- a/README.md
+++ b/README.md
@@ -112,7 +112,7 @@ libcamera-jpeg -o ~/Desktop/test.jpg
```
The command **libcamera-jpeg** will capture a still image using the camera module and save it to a specified location as a JPEG file.
-<img src="media/test.jpg" alt="Test image of capy" height="450">
+<img src="media/test.jpg" alt="Test image of capy" width="450" height="337.5">
**Test image taken by Raspberry Pi Camera Module**
@@ -166,6 +166,10 @@ Command for checking whether driver for **Bus 001 Device 003: ID 2357:010c TP-Li
```yaml
lsmod | grep 8188eu
```
+
+## NGINX RTMP
+Following this [blog](https://www.nginx.com/blog/video-streaming-for-remote-learning-with-nginx/) by NGINX I'm implementing Live-Feed
+
# Challenges faced
## Installing OpenCV on Raspberry Pi OS 32-bit
We initially tried installing opencv package using pip on our Laptop(x86_64 cpu architecture) and it worked, however doing the same on Raspberry Pi didn't work out because there were no pre-built binaries(for ARM) and in order to compile the wheel it would take alot of time and after waiting for couple of hours we would be met with a build error.