Hello everyone,
I apologize in advance for my english
I have installed ZoneMinder on debian and successfully one AXP camera (similar to FOSCAM)
The problem is that after some time the image is lost and the message is like in the subject:
"Unable to probe network cameras, status is '127'"
the camera also have problems but the image is back after using one of the possible refresh functions whereas ZM does not return to its previous state.
any suggestions?
Unable to probe network cameras, status is '127'
Re: Unable to probe network cameras, status is '127'
Hi,
Try to change the path to arp in /usr/share/zoneminder/skins/classic/views/monitorprobe.php:
From : to
Hope it helps,
PacoLM
Try to change the path to arp in /usr/share/zoneminder/skins/classic/views/monitorprobe.php:
From :
Code: Select all
$command = “arp -a”;
Code: Select all
$command = “/usr/sbin/arp -a”;
PacoLM
After more than 15 years, no longer using ZM as surveillance system.
Now in the dark side, using a commercial system...
-
- Posts: 1
- Joined: Fri Mar 29, 2013 12:21 pm
Re: Unable to probe network cameras, status is '127'
That worked for me! Thanks!
Re: Unable to probe network cameras, status is '127'
this worked for me. now its not finding any attached camera though.