fswebcam+usb摄像头,容易丢失ip地址
fswebcam+usb摄像头,容易丢失ip地址主要故障描述:树莓派配置固定ip地址,
iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
采集图像语句如下:
fswebcam -d /dev/video0 -r 640x480 -S 5 -D 1 --bottom-banner --title "RaspberryP
i @ Yeelink" --no-timestamp /home/pi/yeelink.jpg
在crontab里配置1分钟执行1次采集,运行几个小时后,网络不通,
用串口进树莓派检查,
1、树莓派ip地址丢失
ifconfig
eth0 Link encap:EthernetHWaddr b8:27:eb:56:63:df
UP BROADCAST MULTICASTMTU:1500Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B)TX bytes:0 (0.0 B)
2、采集程序不能保存图像,图像的生成时间不是当前时间
用ifconfig手工配置ip地址后,网络延时很大
这种现象该怎么查啊,求大神指点
有时候运行几分钟就网络不通,出现如下错误
pi@raspberrypi:~$ Disabling IRQ #32
Message from syslogd@RaspberryPi at May5 12:04:03 ...
kernel: Disabling IRQ #32
sudo apt-get install fswebcam
modprobe uvcvideo nodrop=1 timeout=5000 quirks=0x80 谢谢分享,学习中。。。
页:
[1]