Have recently purchased a Raspberry Pi Model B.
INSTALLATION:
1) Installed Raspbian via NOOBS
2) Installed Zoneminder (sudo apt-get install zoneminder)
- //localhost/zm did not work so made this change which fixed problem:
Code: Select all
sudo ln -s /etc/zm/apache.conf /etc/apache2/conf.d/zoneminder.conf
sudo /etc/init.d/apache2 reload
I currently have 2x Foscam FI8910W IP Cameras on my Home Network.
I have successfully set up these 2x Cameras with Foscams basic firmware"
System Firmware Version: 11.37.2.55
WebUI Firmware Version: 2.4.10.9
I can log into them via no-ip with no issues.
When I try to add these to Zoneminder in RPi they are not recognised by ZM.
FOSCAM SETTINGS are as follows:
Remote Protocol: HTTP
Remote Method: Simple
Remote Host Name: 192.168.1.100
Remote Host Port: 8282
Remote Host Path: /videostream.cgi?user=visitor&pwd=visitor
Remote Image Colors: 24 bit color
Capture Width (pixels): 640
Capture Height (pixels): 480
I have tested the exact setup on Ubuntu running Zoneminder 1.26 and it works.
What do you guys recommend?
- Update to 1.26?
- Install FFMPEG?
- Other