xloadimage help
Posted: Sat Feb 16, 2013 12:39 am
I found this piece of code in a pile of old linux coding and tried it out to but no gain. I've searched on the web as to fix it myself, ie any packages available to get xloadimage but found nothing. Please could someone give me a little advice on how to fix it.
pi@raspberrypi ~ $ while true
> do
> wget -O - http://www.manchesterdda.net/webcams/al ... /photo.jpg \
> | xloadimage -onroot -quiet stdin
> sleep 20
> done &
[1] 3349
pi@raspberrypi ~ $ /bin/bash: line 5: xloadimage: command not found
--2013-02-16 00:30:51-- http://www.manchesterdda.net/webcams/al ... /photo.jpg
Resolving www.manchesterdda.net (www.manchesterdda.net)... 46.18.172.139
Connecting to www.manchesterdda.net (www.manchesterdda.net)|46.18.172.139|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 90143 (88K) [image/jpeg]
Saving to: `STDOUT'
0% [ ] 0 --.-K/s in 0s
Cannot write to `-' (Broken pipe).
pi@raspberrypi ~ $ while true
> do
> wget -O - http://www.manchesterdda.net/webcams/al ... /photo.jpg \
> | xloadimage -onroot -quiet stdin
> sleep 20
> done &
[1] 3349
pi@raspberrypi ~ $ /bin/bash: line 5: xloadimage: command not found
--2013-02-16 00:30:51-- http://www.manchesterdda.net/webcams/al ... /photo.jpg
Resolving www.manchesterdda.net (www.manchesterdda.net)... 46.18.172.139
Connecting to www.manchesterdda.net (www.manchesterdda.net)|46.18.172.139|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 90143 (88K) [image/jpeg]
Saving to: `STDOUT'
0% [ ] 0 --.-K/s in 0s
Cannot write to `-' (Broken pipe).