This was a fun build. The applications you could make from a live streaming camera is what's interesting: - Portable Body camera - Smart CCTV Camera, etc Stay tuned for the next build!
You really help me out I am a newbie at all this I would recommend for people like myself that you slow down between instructions would help me to follow I want to again thank you for taking the time to make this video for people like me you need to help
I really want to thank you for this tutorial. I did have to move my application start command to a service program so it would start after the network was established, but other than that, excellent! I learned a lot of things I didn't know.
Thank you for creating this tutorial vid and it's accompanying text tutorial!!! I am curious however if you have any inclination to produce a tutorial for securing the remote flask stream if i was to share it externally of my network so I can view it while I am at work etc. Or are you aware that no intruder can do anything if they were to find my stream online?
Okay this is great. Now I only have to find a way to make this work via mobile data. My garden is about 3 miles from my home and I need this for my shed.
Hi thank you for the tutorial can we access it from other internet connections too because when I tried to stream through a different internet connections it didn't work
This tutorial was really interesting. Thanks for making it. Would you happen to know how to attach a webcam have the video signal output to HDMI? Essentially, there's this specific webcam I'd like to use called the OSBOT Tiny, and connect it to my Atem Mini which only accepts HDMI cameras. Someone suggested Raspberry Pi, but I have zero clue about this. Any feedback welcome. Perhaps even a tutorial ! lol. Cheers.
Hi, congratulations on the tutorial, very helpful indeed. I have implemented the project with a Raspberry 4 and it works very well. I used a 5 Mpixel camera and I wanted to ask you if there is a possibility to change the quality of the acquisition and the number of frames per second. Thank you very much. Ugo.
This work's with raspberry pi zero w? and if so, there's a way to use some sensors and actuators to manipulate the environment around? Like, I was thinking in controling the doors after I see who is in my doors house.
Hi, haven't tested with the Pi Zero, but should theoretically work :) Nice idea, you can even build on it and create a rotating CCTV camera with the actuators and IR sensors.
Cool stuff and surprisingly low latency. Do you know if it's possible to setup rpi as wifi router? It would be handy to connect to wifi created by device itself for monitoring. I'm planning to try rpi as quick setup remote camera as I'm mechanic and I have fequent need for second set of eyes to see something like plc cabinets, machines working etc. Low latency and semi good resolution is mandatory for my needs.
you can use nmcli (network manager) to set the pi as an AP (access point). I just made a script to go into AP mode for 1 minute at boot, then revert to stored wifi networks. In case I am “off grid” and want to term in with my ipad. It works well! Just pasted in the code directly from chatgpt, first time that’s actually worked haha
does this need to be plugged into a desktop when in use or no? also is it a good idea to use a portable power bank to power everything? also also does this require router admin access?
Thank you for this video! Do you know why the command sudo pip3 install opencv-contrib-python would be ignored on my pi4? I get an error message saying no--user but I have pyton3.7 installed. I'm new to this so any help is much appreciated.
is it possible to take still shot with manual exposure setting during the streaming? It would be very useful if it can serve as a remote controllable camera on the optical bench!
if you press CTRL SHIFT X in the raspberry pi OS installer not Etecher you can configure ssh and WIFI. You do not have to have a monitor/keyboard or HDMI
Hi! Thanks for the tutorial. However, may I know how should I set up the Raspbian OS if I have no old laptop or pc with me? I only have a daily working laptop with me. Can I use that to setup?
Hi! I'm planning to try using Raspberry Pi for the first time. I have two questions, can I achieve the same results using Raspberry Pi 3 and what is the RAM of the Raspberry Pi 4 used in this video? Thank you!
I really liked it! Thank you very much for the video. But how could I do a real-time transmission outside the network to which my Raspberry pi is connected?
You will either need to set up a VPN or port forward your SSH port. There are many resources online that can help you with either, but always be aware of potential security risks.
is it easy to show this live footage on a screen connected to the pi instemde of trough the internet onto another device? If so how would I do that? Sorry if it sounds stupid but I’m pretty new to raspberry Pi
Hey!. I am on a project doing a car alarm system with motion detection activated cameras. Not sure how it will work out to be viewed remotely on a phone. Your video helped me understand how it would work. Thanks for sharing!
Can you output the local camera feed to an Ngrok server or apache? I like the build but would want it for a live feed over the internet? If you can't then buying a $30 IPcamera with 1080p and up to 128gb micro sd seems like a better option
Hi, nice video. Similarly, Can you please help let know how to stream live video from RPi directly to a Phone through Wi-Fi Direct or Auto Hotspot, with Wi-Fi Network or Internet or Router.
Does it have to be connected to the same network of the monitor to watch the stream? Can I access this through a different network anywhere in the world?
@@hillarymoutou7412 Use portforwarding. I used dataplicity for my project. So basically dataplicity will take ur Pi's IP address to have an external IP that can be used to stream over different networks
@@Ayiamus7 Go to a website that provides u with port forwarding, let's say dataplicity.com. Connect your raspberry pi to it. Then use one of the streaming service protocols. I used MJPEG streamer for example. After that, your livestream will be watchable from the url provided by dataplicity. Hope it helps
Hi, I Would like to know if i hook the HDMI output of this Ra PI to a telemetry system to relay wireless video over 4 km distance . In this case please confirm whether this video is compressed as .H264 or .H265 or do i need to use any other software for this to be achieved .
I think I saw your package delivery bot in a pi magazine. Thanks for this video! What do you recommend regarding this error?: OSError: libmmal.so: cannot open shared object file: No such file or directory
hi there, you mentioned that there's latency depending on internet connection, but if you're connecting the devices lan cables, would there still be lag?
great work. is there a way to do this without internet service? like what i want to take to the beach and mount on a robot? how would this be done wirelessly and with no internet?
I've been thinking about it though @arletpaz and if you can hook up a GSM module for the arduino and establish a 4g hotspot link, you may be able to stream anywhere. Might be a crazy thought but it's worth going down the rabbit hole
No, except you setup port forwarding on your router which i wouldnt suggest at all for this application. Setting up PiVPN would be an option too, with that you can create a secure tunnel to your home network
Could I build this, leave it somewhere else on a wifi hot spot and access the feed from home? I’m trying to figure out a way to monitor a property two hours away with snow season coming up. Thanks for sharing.
Can this be done with no internet ? My use case is baby monitor for in my truck. So I can just look at a small screen in front of me instead of looking back at a mirror
I'm getting stuck at: sudo pip3 install opencv-contrib-python Nothing more happens after i see: Building wheels for collected packages: opencv-contrib-python Running setup.py bdist_wheel for opencv-contrib-python ... / Just keeps loading - left it alone for an hour and was still there. Any help would be greatly appreciated. Thank you. Adam
Hey, i have a problem, i done all the steps and it kinda works. Just whenever i try viewing from another device it gives errors like website not found Works great on rpi, anything else it doesn't
main.py is throwing errors because "no module named cv2". ive redownloaded the git page a few times. so this is very clearly missing something to make it work
What kind of latency are you getting with this method? I'm currently streaming out with the raspivid command on one pi and picking it up with VLC on another pi and getting about 2 seconds delay from camera to display, which doesn't work well for FPV applications.
This was a fun build. The applications you could make from a live streaming camera is what's interesting:
- Portable Body camera
- Smart CCTV Camera, etc
Stay tuned for the next build!
@@Ayiamus7 Port forwarding
This is too easy to follow. It makes too much sense. Been looking for this for a while.
amazing....
I use it to monitor my 3d printer in the basement so I don't have to go down every 5min. to check on it
Portable body camera is only possible if you have the same wifi all over your city
Welcome Eben to the channel! What kinds of tutorials would you like to see him tackle next?
Welcome Eben!
rasp + opencv + notification
I would like to see an adaptation of this tutorial, now mounted on a rover (or other kind of robot) to handle telepresence.
Sir I have a question which programming language is best to learn for embedded systems pls tell
How to make noir camer work like an normal camera in daylight
You really help me out I am a newbie at all this I would recommend for people like myself that you slow down between instructions would help me to follow I want to again thank you for taking the time to make this video for people like me you need to help
just set the play delay to 0.5 and your information will be best :))
thank you very much, and you have a very relaxed voice to listen at.
Hi Eben, just watched it, just ordered the pi cam, and can’t wait to build it! Nice walkthrough of the steps. Keep up the good work!
Very good video. Helped me finally get the camera stream working. Thanks!
Beautiful instructions. I had gotten as far as being able to display demo video, but Eben knocked it out of the park to complete the picture!
Great video, thanks. This answers a lot of questions I had. I had a related project a while back when I was accessing usb cams via a Rpi
same
The stream is actually more great than I thought
I really want to thank you for this tutorial. I did have to move my application start command to a service program so it would start after the network was established, but other than that, excellent! I learned a lot of things I didn't know.
Thanks a ton for this! I'm gonna buy the 12 MP camera module with a 16mm lens and livestream the squirrel & birdfeeders in my yard lol
cool video Eben, thanks!
Thank you for creating this tutorial vid and it's accompanying text tutorial!!! I am curious however if you have any inclination to produce a tutorial for securing the remote flask stream if i was to share it externally of my network so I can view it while I am at work etc. Or are you aware that no intruder can do anything if they were to find my stream online?
Okay this is great. Now I only have to find a way to make this work via mobile data. My garden is about 3 miles from my home and I need this for my shed.
Hi thank you for the tutorial can we access it from other internet connections too because when I tried to stream through a different internet connections it didn't work
Very useful, thanks!
Can this work underwater? Please telll
Good work! 🙂
Hi, amazing work!
Does it work with audio perchance?
Hi, Can I make it with Raspberry Pi Zero 2W, its RAM is 512 GB
Great video, very talented
Fantastical
thanks! How many clients can view camera feed at he same time?
This is an amazing video thank you so much for explaining it all so well! :)
Nice explanation
I appreciate ur contribution sir😀
Nice channel! :) All the best during 2024 :)
Thanks for the instructions. QUESTION: Can this project be used to stream to UA-cam or other streaming services?
nicely explained
This tutorial was really interesting. Thanks for making it. Would you happen to know how to attach a webcam have the video signal output to HDMI? Essentially, there's this specific webcam I'd like to use called the OSBOT Tiny, and connect it to my Atem Mini which only accepts HDMI cameras. Someone suggested Raspberry Pi, but I have zero clue about this. Any feedback welcome. Perhaps even a tutorial ! lol. Cheers.
great vid. thanks
Hi, congratulations on the tutorial, very helpful indeed. I have implemented the project with a Raspberry 4 and it works very well. I used a 5 Mpixel camera and I wanted to ask you if there is a possibility to change the quality of the acquisition and the number of frames per second. Thank you very much. Ugo.
Is there a transmission delay you are getting or its a real time feed
Good project. Thank you.
This work's with raspberry pi zero w? and if so, there's a way to use some sensors and actuators to manipulate the environment around? Like, I was thinking in controling the doors after I see who is in my doors house.
Hi, haven't tested with the Pi Zero, but should theoretically work :)
Nice idea, you can even build on it and create a rotating CCTV camera with the actuators and IR sensors.
@@EbenKouao I see, thanks!
Did you test it on a RPi Zero W in the meanwhile? Will this build work with only 500 MB RAM?
@@bg31337 I haven't tested it, I'm sorry. I was going to buy one, but I ended up giving up.
@@77Hyutsume77 Thx for answering! Nvm, then I have to find out. Hopefully it'll work and serves you as a motivation to get back on track 😉
this was really great thank you very much
Amazing!! Could it work with a USB cam too?
Is there a way to make it so that only certain people can access the stream? And not necessarily any device on the same network? Awesome video !
Create a VPN maybe?
did you find any solution please !!🙏🏼🙏🏼🙏🏼 ??
Awesome video!
Cheers Dan-Samuel!
Cool stuff and surprisingly low latency. Do you know if it's possible to setup rpi as wifi router? It would be handy to connect to wifi created by device itself for monitoring. I'm planning to try rpi as quick setup remote camera as I'm mechanic and I have fequent need for second set of eyes to see something like plc cabinets, machines working etc. Low latency and semi good resolution is mandatory for my needs.
you can use nmcli (network manager) to set the pi as an AP (access point). I just made a script to go into AP mode for 1 minute at boot, then revert to stored wifi networks. In case I am “off grid” and want to term in with my ipad. It works well! Just pasted in the code directly from chatgpt, first time that’s actually worked haha
Very good project sir. Can I pull this same project with 2 GB RAM Pi board?
does this need to be plugged into a desktop when in use or no? also is it a good idea to use a portable power bank to power everything? also also does this require router admin access?
Thank you for this video! Do you know why the command sudo pip3 install opencv-contrib-python would be ignored on my pi4? I get an error message saying no--user but I have pyton3.7 installed. I'm new to this so any help is much appreciated.
Hey on the library dependencies when I copy the command sudo apt-get install libqtgui4 its not working for some reason on suggestions ?
same issue on my side as well :/ might have to use his precompiled pi image
is it possible to take still shot with manual exposure setting during the streaming? It would be very useful if it can serve as a remote controllable camera on the optical bench!
if you press CTRL SHIFT X in the raspberry pi OS installer not Etecher you can configure ssh and WIFI. You do not have to have a monitor/keyboard or HDMI
Hi! Thanks for the tutorial. However, may I know how should I set up the Raspbian OS if I have no old laptop or pc with me? I only have a daily working laptop with me. Can I use that to setup?
Any tutorial for multiple camareras for landscaping stream?
No pi camera option available
Rather I1 legacy camera is ,but last time when I enabled it ,I had to install OS again ,SD card got corrupted .Any help?
Do you need the raspberry camara module? can i use a usb webcam?
Do you have to use vnc for this?
Is it possible to view the stream over the web? For example, if say, I wanted to monitor my house from work.
Hi! I'm planning to try using Raspberry Pi for the first time. I have two questions, can I achieve the same results using Raspberry Pi 3 and what is the RAM of the Raspberry Pi 4 used in this video? Thank you!
This is so simple to follow. Thank you very much! I want to make a baby monitor, how should i go about adding audio?
THANKS
A
LOT
can i get 2 video outs from a pi zero. Im aking a web cam but need a view finder. Could i do this with usb and hdmi or usb and spi
Great content man...
Thank you..
I really liked it! Thank you very much for the video. But how could I do a real-time transmission outside the network to which my Raspberry pi is connected?
You will either need to set up a VPN or port forward your SSH port. There are many resources online that can help you with either, but always be aware of potential security risks.
Nice video. I think I will give this a try. I was trying to use motioneyeos, but it will not work on a Raspberry Pi 4.
Motioneyeos does run on the pi 4. Make sure you download the pi4 version.
is it easy to show this live footage on a screen connected to the pi instemde of trough the internet onto another device? If so how would I do that? Sorry if it sounds stupid but I’m pretty new to raspberry Pi
Hey!. I am on a project doing a car alarm system with motion detection activated cameras. Not sure how it will work out to be viewed remotely on a phone. Your video helped me understand how it would work. Thanks for sharing!
thank you so much!!
Thanks
Can you output the local camera feed to an Ngrok server or apache? I like the build but would want it for a live feed over the internet? If you can't then buying a $30 IPcamera with 1080p and up to 128gb micro sd seems like a better option
Helpful. :)
Are you selling the mount for the camera? Thanks for the video
Hi, nice video.
Similarly, Can you please help let know how to stream live video from RPi directly to a Phone through Wi-Fi Direct or Auto Hotspot, with Wi-Fi Network or Internet or Router.
Does it have to be connected to the same network of the monitor to watch the stream? Can I access this through a different network anywhere in the world?
Great Video! But do you know how to livestream over a different network? (Not using local wifi)
i am looking for this too
@Thiago Ferreira @rafif Darmawan did anyone of you find a useful link to do it?
@@hillarymoutou7412 Use portforwarding. I used dataplicity for my project. So basically dataplicity will take ur Pi's IP address to have an external IP that can be used to stream over different networks
@@rafifrahman
I want to make remote viewable live streaming option through other network devices.
So Can you please elaborate ur answer?
@@Ayiamus7 Go to a website that provides u with port forwarding, let's say dataplicity.com. Connect your raspberry pi to it. Then use one of the streaming service protocols. I used MJPEG streamer for example. After that, your livestream will be watchable from the url provided by dataplicity. Hope it helps
Hi, I Would like to know if i hook the HDMI output of this Ra PI to a telemetry system to relay wireless video over 4 km distance . In this case please confirm whether this video is compressed as .H264 or .H265 or do i need to use any other software for this to be achieved .
can we use 1 raspi for more than 1 camera.. maybe 4 or 5 camera?? 🤔
hi is this stream is local? or i can deliver it to an app ?
Hi, can IP camera GiGe be used for this project? For example TDR054S-CC from lucid?
I think I saw your package delivery bot in a pi magazine. Thanks for this video! What do you recommend regarding this error?: OSError: libmmal.so: cannot open shared object file: No such file or directory
I am getting the same error
Do you need the raspberry pi 4 or can you use any rp
Is this still possible with normal usb WebCam ?
is this code also works for webcams ? or just raspi camera only ?
How we give connection with laptop instead of giving connection with computer and is this camera connection is useful for underwater bot
Hello, Safwan here. Can this be done using a USB webcam?
hi there, you mentioned that there's latency depending on internet connection, but if you're connecting the devices lan cables, would there still be lag?
your project is fantastic !! but i'm looking for how to chnage the brightness of stream, someone can help me ??
Turn the brightness up on your phone or pc
great work. is there a way to do this without internet service? like what i want to take to the beach and mount on a robot? how would this be done wirelessly and with no internet?
.
@@arletpaz8010 leaving a marker for an answer to your question as we are in the same boat
I've been thinking about it though @arletpaz and if you can hook up a GSM module for the arduino and establish a 4g hotspot link, you may be able to stream anywhere. Might be a crazy thought but it's worth going down the rabbit hole
Can I view the video even if im connected to different wifi network?
No, except you setup port forwarding on your router which i wouldnt suggest at all for this application. Setting up PiVPN would be an option too, with that you can create a secure tunnel to your home network
Could I build this, leave it somewhere else on a wifi hot spot and access the feed from home?
I’m trying to figure out a way to monitor a property two hours away with snow season coming up. Thanks for sharing.
I have the same use case. Should the client and raspberry pi be on the same internet connection? can we just remote login to it ?
how can i add temperature and humidity readouts on the URL video feed. im specifically using a bme 280
Do you have to be in the same house to view the footage
Hey do you have a cad design for the camera case ?
Can this be done with no internet ? My use case is baby monitor for in my truck. So I can just look at a small screen in front of me instead of looking back at a mirror
I'm getting stuck at:
sudo pip3 install opencv-contrib-python
Nothing more happens after i see:
Building wheels for collected packages: opencv-contrib-python
Running setup.py bdist_wheel for opencv-contrib-python ... /
Just keeps loading - left it alone for an hour and was still there.
Any help would be greatly appreciated. Thank you.
Adam
Just wait. It can take ~2 hours
Can you connect the device to the pi without a network? Like if both the camera and device were in a car
Could the stream be uploaded to global network so that i can access it even tho not using my raspberry pi?
yes, port forwarding trough your router. Lookup a guide on how to do this because you can become vulnerable to attacks.
How do I do exactly this, but with a GoPro?
I can't listen to your show because of the music. Could it be put on a track that can be turned off ?
Hey, i have a problem, i done all the steps and it kinda works. Just whenever i try viewing from another device it gives errors like website not found
Works great on rpi, anything else it doesn't
main.py is throwing errors because "no module named cv2". ive redownloaded the git page a few times. so this is very clearly missing something to make it work
Same thing for me..
@@tylermontcalm133 what do nwe have to do
and did you find any slution
did you find solution to it
What kind of latency are you getting with this method? I'm currently streaming out with the raspivid command on one pi and picking it up with VLC on another pi and getting about 2 seconds delay from camera to display, which doesn't work well for FPV applications.
Minimun latency, it uses multi threads
What is the minimum requirements for the raspberry pi to the camera works
I have question, how to record this live cctv video
hey can you do a camera with sound ? almost like a baby monitor of some sorts
Is it water resistant? I want to use it for something underwater
Hi, Can we achieve this smooth video stream using a USB camera?
Not sure for what I heard, since pi camera is connected directly to GPU, USB connection will use CPU as well.
did u try it ? did it work ?
Is it possible to live stream off of data or wifi if so how?