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:Ethernet HWaddr b8:27:eb:56:63:df
UP BROADCAST MULTICAST MTU:1500 Metric: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地址后,网络延时很大
这种现象该怎么查啊,求大神指点
|
|