/IPWebcam

Here I have streamed the feed of my camera to other devices on my network and scaling it for cloud

Primary LanguagePython

IP Webcam 📷


Few References

Install Flask

> pip install -U Flask

Set the app variable

> set FLASK_APP=main.py

Name the file with the app i.e. in my case main.py

Then run the application across your network

> flask run --host=0.0.0.0 --port=8080

Now you have your WebCam of laptop / pc streaming the live feed on here.

> {IP_ADDRESS}:8080

IP_ADDRESS = ip address of your laptop / pc

Connect both the laptop and your mobile / any other device to the same network. Open Web browser on the end device and put {IP_ADDRESS}:8080 in the url.

Ipwebcam.mp4

Njoy....