Search found 9 matches
- Wed May 23, 2012 10:08 pm
- Forum: ZoneMinder 1.25.x
- Topic: can't compile zoneminder on arch linux
- Replies: 8
- Views: 3859
Re: can't compile zoneminder on arch linux
I have 64 bit system and I tried on both of the are you running latest packages ? Did you type pacman -Suy.
- Wed May 23, 2012 12:56 am
- Forum: ZoneMinder 1.25.x
- Topic: can't compile zoneminder on arch linux
- Replies: 8
- Views: 3859
Re: can't compile zoneminder on arch linux
I have aur on my arch linux server are you talking about this line ?
Because the error listed above is showing wwith that patch
Code: Select all
sed -i -e '1 s/^/#include <unistd.h>\n/;' src/zm_logger.cpp
sed -i -e '1 s/^/#include <unistd.h>\n/;' src/zm_thread.h
- Mon May 21, 2012 2:27 pm
- Forum: ZoneMinder 1.25.x
- Topic: can't compile zoneminder on arch linux
- Replies: 8
- Views: 3859
can't compile zoneminder on arch linux
I had zoneminder working fine on arch linux I installed updates and then my zoneminder stoped working and I attempted to recompile it and I get this error zm_local_camera.h:101:5: error: 'PixelFormat' does not name a type zm_local_camera.h:102:5: error: 'PixelFormat' does not name a type zm_local ...
- Thu May 10, 2012 2:47 am
- Forum: ZoneMinder 1.25.x
- Topic: Wireless IP Webcam Use
- Replies: 2
- Views: 1771
Re: Wireless IP Webcam Use
I would follow wiki for foscam cam. Many of the cams are made by same manufacturer with same firmware. http://www.zoneminder.com/wiki/index.php/Foscam Mot of paths can be figured out by using view source in your browser. You should be able to create users and passwords per wiki in web browser.
- Sat Apr 28, 2012 1:30 pm
- Forum: ZoneMinder 1.25.x
- Topic: wansview NCB541W
- Replies: 3
- Views: 3134
Re: wansview NCB541W
Well I enabled socket in php.ini and one of my cameras is working just fine but the other one does not respond. It seems sockets issue for the other one Does anyone knows how to fix it ?
- Sat Apr 28, 2012 5:09 am
- Forum: ZoneMinder 1.25.x
- Topic: wansview NCB541W
- Replies: 3
- Views: 3134
Re: wansview NCB541W
I had moded foscamcontrol file and when I type /srv/zoneminder/bin/zmcontrol.pl --id 2 --command=moveConUp camera moves but when i use web interface camera does not respond to clicks in controls.
- Fri Apr 27, 2012 12:37 pm
- Forum: ZoneMinder 1.25.x
- Topic: wansview NCB541W
- Replies: 3
- Views: 3134
wansview NCB541W
I got couple of wansview cameras NCB541W both cameras are configured to send video to zone minder now i want to configure control is ther place to download .pm file that will control til and pan it seem they are using java script <html> <head> <meta http-equiv="Content-Type" content="text/html ...
- Fri Apr 27, 2012 12:53 am
- Forum: ZoneMinder 1.25.x
- Topic: web interface blank
- Replies: 2
- Views: 1897
Re: web interface blank
I found this
Troubleshooting Blank Page
If everything went ok but when accessing zoneminder's web page the page is blank this means that there is a problem with PHP short tags. Edit setting short_open_tag in php.ini (/etc/php.ini) and change it to On.
Troubleshooting Blank Page
If everything went ok but when accessing zoneminder's web page the page is blank this means that there is a problem with PHP short tags. Edit setting short_open_tag in php.ini (/etc/php.ini) and change it to On.
- Thu Apr 26, 2012 8:47 pm
- Forum: ZoneMinder 1.25.x
- Topic: web interface blank
- Replies: 2
- Views: 1897
web interface blank
I had compiled and install zoneminder on arch linux and run script to configure database. When I go to web interface it is blank it looks like code looks for web page in /tmp folder but it is missing. Socket is created for zone minder. I wonder what I have to do to get my web interface to work ?