From a870f735bfa4008c3ca64b7f45c9f5b7531afd64 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Tue, 2 May 2023 22:59:33 +0530 Subject: README: NGINX RTMP --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') 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. -Test image of capy +Test image of capy **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. -- cgit v1.2.3