Search found 12 matches
- Fri Dec 28, 2012 7:57 pm
- Forum: ZoneMinder 1.25.x
- Topic: Any alternatives to zoneminder?
- Replies: 1
- Views: 5179
Any alternatives to zoneminder?
Hi, Is there any alternatives or similar solutions to zoneminder? Need something that is more stable or at least has more development going on, the more I dig to try and fix 1 small issue the more it screams "I need a complete rewrite", spending way too much time trying to make this work. Even a ...
- Fri Dec 28, 2012 7:05 pm
- Forum: ZoneMinder 1.25.x
- Topic: [SOLVED] Blue Mute detection
- Replies: 5
- Views: 3713
Re: [SOLVED] Blue Mute detection
Hi, So I have figured out a way to detect signal loss via zmu, simply by : root@xdev ~/zmt # zmu -m 4 -v -l -t Monitor 4(Monitor-1) Time of last image capture: 2012-12-28 13:57:10.57 root@xdev ~/zmt # zmu -m 4 -v -l -t Monitor 4(Monitor-1) Time of last image capture: None.00 However, it does not ...
- Thu Dec 20, 2012 9:29 pm
- Forum: ZoneMinder 1.25.x
- Topic: [SOLVED] Blue Mute detection
- Replies: 5
- Views: 3713
Re: [SOLVED] Blue Mute detection
Could you please paste a little more info about how you made this work with imagemagick more specifically? I have 2 RTSP IP cameras and signal loss is not detected at all, image just freezes to last good one and then i get no sock files, so I want to add something that changes the live pic to ...
- Mon Feb 27, 2012 6:53 pm
- Forum: Hardware Queries
- Topic: Need Help with WAPA BL-720I - zm v1.24.2
- Replies: 4
- Views: 4781
Re: Need Help with WAPA BL-720I - zm v1.24.2
I have made some progress with the WAPA cam: Unfortunately this only works immediately following a reboot, if you want to reconnect after that you have to reboot the camera. I have been trying to figure out some of the stream control stuff without any luck, I also tried to get an RTSP server working ...
- Sat Sep 24, 2011 11:51 pm
- Forum: User Contributions
- Topic: FreeBSD port for 1.23.3
- Replies: 108
- Views: 123350
Re: FreeBSD port for 1.23.3
Hi, I've had to re-install Linux on the machine, in the end there was just too many bugs in FreeBSD for my hardware. Final straw was network driver for the onboard started causing kernel panics everyday and randomly stop/start working, and no extra pci slots to drop another in -- Have wasted too ...
- Tue Sep 20, 2011 1:57 am
- Forum: User Contributions
- Topic: FreeBSD port for 1.23.3
- Replies: 108
- Views: 123350
Re: FreeBSD port for 1.23.3
zmc is taking up 100% cpu, trying to figure out why i believe its compat7.msgctl() failing 10311 initial thread CALL sigprocmask(SIG_UNBLOCK,0x7fffffffeb80,0) 10311 initial thread RET sigprocmask 0 10311 initial thread CALL sigprocmask(SIG_BLOCK,0x7fffffffeae0,0) 10311 initial thread RET sigprocmask ...
- Tue Sep 20, 2011 12:17 am
- Forum: User Contributions
- Topic: FreeBSD port for 1.23.3
- Replies: 108
- Views: 123350
Re: FreeBSD port for 1.23.3
I solved the color issue... the pallette was hitting default in the code. So I got it working nicely now on 1.24.4/8.2!
- Mon Sep 19, 2011 10:41 pm
- Forum: User Contributions
- Topic: FreeBSD port for 1.23.3
- Replies: 108
- Views: 123350
Re: FreeBSD port for 1.23.3
I'm still trying to figure out how to correct the color issues. I get perfect picture from fxtv, so I've been going thru the code trying to figure out what's different. It's like the palette is wrong, on linux i had to set it to BGR32 ... but I think bsd only has RGB32, invert doesn't seem to work ...
- Mon Sep 19, 2011 9:53 pm
- Forum: User Contributions
- Topic: FreeBSD port for 1.23.3
- Replies: 108
- Views: 123350
Re: FreeBSD port for 1.23.3
Hoooray! I've got it working :D Colors are a bit off still, but i've got video feed from the card in zoneminder monitor! What's the proper course of action for getting this submitted so that other freebsd people will benefit? I'd like someone else to possibly look over my changes as well, I'm sure I ...
- Mon Sep 19, 2011 9:42 pm
- Forum: User Contributions
- Topic: FreeBSD port for 1.23.3
- Replies: 108
- Views: 123350
Re: FreeBSD port for 1.23.3
Hooray.... I've made some progress getting freebsd 8.2/zm_fbsd_camera.cpp to work with 1.24.4!!! but All I'm getting is a red screen in the monitor, zmc doesn't crash and is reading from /dev/bktr0 I think that might have something to do with the input code getting moved around... I'm going to keep ...
- Mon Sep 19, 2011 5:46 pm
- Forum: User Contributions
- Topic: FreeBSD port for 1.23.3
- Replies: 108
- Views: 123350
Re: FreeBSD port for 1.23.3
Anyone know where achix's original working port is?
The original URL doesn't work, and what is with this forum not letting me post anything with a ".c0m" in the sentence because it looks too "spamy". Horrible.
The original URL doesn't work, and what is with this forum not letting me post anything with a ".c0m" in the sentence because it looks too "spamy". Horrible.
- Mon Sep 19, 2011 5:28 pm
- Forum: User Contributions
- Topic: FreeBSD port for 1.23.3
- Replies: 108
- Views: 123350
Re: FreeBSD port for 1.23.3
I've been putting significant effort into making zm_fbsd_camera.cpp work with 1.24.4. As achix stated, the zoneminder API has drastically changed, and after much work I've gotten zm_fbsd_camera.cpp to compile, the only thing I have left to try before I can run is finish porting int LocalCamera ...