In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/01 Report--
This article introduces the raspberry pie + motion installation camera how to achieve remote monitoring, the content is very detailed, interested friends can refer to, hope to be helpful to you.
Here's how to install a USB camera for a raspberry pie and then remotely access real-time images taken by the camera.
First of all, you need a USB camera that is compatible with raspberry pie. The author uses a Logitech C270 high-definition webcam. Just plug it in. The software aspect is very simple. Only one software is needed: motion.
Assuming that your raspberry pie has been installed with the Raspbian system, you just need:
one
Sudo apt-get install motion
Then open the motion daemon daemon so that it can run in the background all the time:
one
two
three
Sudo nano / etc/default/motion
# no is modified to yes:
Start_motion_daemon=yes
Modify the configuration file for motion:
one
two
three
four
five
six
seven
eight
Sudo vim / etc/motion/motion.conf
# change deamon off to on
Deamon on
# set resolution
Width 800
Height 600
# turn off the restrictions on localhost
Webcam_localhost off
Then run motion:
one
Sudo motion
Now our camera has become a webcam. Visit http://[your.domain]:8081 under the chrome browser to see the current picture captured by the camera.
About raspberry pie + motion installation camera how to achieve remote monitoring to share here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.