歡迎你
各類文章如有侵犯智慧財產權請來信告知--------607@dlps.tp.edu.tw
Raspberry Pi Webcam 運用
作者:tseng 日期:2016-11-22
Raspberry Pi 支援Webcam 裝置 http://elinux.org/RPi_USB_Webcams
查看裝置
# lsusb
安裝 motion
#sudo apt-get install motion
#sudo chmod -R 777 /etc/motion/motion.conf
改設定
#vi /etc/default/motion ------->start_motion_daemon參數值改為yes
#vi /etc/motion/motion.conf-------->
daemon on raspberry pi 啟動自動執行
webcam_port 8081 webcam之listen port
webcam_localhost off 取消只能從localhost觀看webcam畫面之限制
control_port 8080 控制設定
control_localhost off 取消localhost控制motion參數之限制
#sudo service motion restart
..
查看裝置
# lsusb
安裝 motion
#sudo apt-get install motion
#sudo chmod -R 777 /etc/motion/motion.conf
改設定
#vi /etc/default/motion ------->start_motion_daemon參數值改為yes
#vi /etc/motion/motion.conf-------->
daemon on raspberry pi 啟動自動執行
webcam_port 8081 webcam之listen port
webcam_localhost off 取消只能從localhost觀看webcam畫面之限制
control_port 8080 控制設定
control_localhost off 取消localhost控制motion參數之限制
#sudo service motion restart
..
raspberry pi
作者:tseng 日期:2016-10-07
三、四年前耳聞,太忙無閒暇時間研究,想將PI與Scratch結合,先研究研究。
OS選擇
Raspbian
Arch Linux
HypriotOS
Raspbian目前 Raspberry Pi 的主力發行版,就先試試。
用 Win32 Disk Imager燒錄 OS 映像檔(https://www.raspberrypi.org/downloads/raspbian/)
sudo raspi-config
修改帳號的密碼
修改地區及語系設定
由於 Raspberry Pi 3 支援 WiFi,所以多了頻段的選項,請選擇 TW Taiwan。
sudo apt-get update
sudo apt-get -y dist-upgrade
lsmod 載入的核心模組
iwconfig wifi
sudo timedatectl set-ntp yes 系統自動校時
OS選擇
Raspbian
Arch Linux
HypriotOS
Raspbian目前 Raspberry Pi 的主力發行版,就先試試。
用 Win32 Disk Imager燒錄 OS 映像檔(https://www.raspberrypi.org/downloads/raspbian/)
sudo raspi-config
修改帳號的密碼
修改地區及語系設定
由於 Raspberry Pi 3 支援 WiFi,所以多了頻段的選項,請選擇 TW Taiwan。
sudo apt-get update
sudo apt-get -y dist-upgrade
lsmod 載入的核心模組
iwconfig wifi
sudo timedatectl set-ntp yes 系統自動校時