Stream Live Video from Mobile Phone Camera with Python and Open CV
In this step by step tutorial I’ll show you how to steam live video feed from your mobile phone camera – straight into your Python code.
For this we will use an Android app named “Ip Webcam”, and we will combine it with the most popular computer vision library – open CV!
I will show you how to access your camera feed on your computer and how to display it in your Python file.
You will also learn a few basic transformations to videos, in case you’d like to manipulate the filters and general appearance of your stream.
Keep in mind that we will use this incredible functionality in our upcoming 🥝 KivyMD GUI Mobile project 🥝 so please pay extra attention to the first few steps! 😉
⭐ TIME STAMPS ⭐
00:00 – introduction
00:14 – install Ip Webcam
00:32 – render live camera feed in browser
01:13 – broadcast live mobile camera feed with Open CV
04:46 – convert video to greyscale
05:31 – mirror/flip video horizontally
06:25 – thanks for watching!
📜 OpenCV Documentation (Python): 📜
https://docs.opencv.org/master/d6/d00/tutorial_py_root.html
🧐 My Image Processing with Pillow (PIL) Tutorial 🧐
*********************************
Thank you Flat Icon for the lovely icons on the thumbnail! 🤩
www.flaticon.com
ipv4