Search found 159 matches

by mitch
Sun Jun 21, 2009 12:34 am
Forum: ZoneMinder 1.24.x
Topic: Ubuntu 9.04 / ZM 1.24.1 - Apache Randomly Stops
Replies: 24
Views: 19328

SIGTERM means something requested it shut down, is an outside app killing or restarting apache?
by mitch
Sat Jun 20, 2009 3:48 am
Forum: ZoneMinder 1.24.x
Topic: Big Proyect Hardware requirements
Replies: 2
Views: 1654

900 fps/sec is certainly a lot to process, but it will depend on how much analysis zoneminder is doing too. Only real way to know is buy the hardware and test, but one easy thing to do is cut that FPS back, I am not sure what your application is exactly but generally 30 fps is quite high for securit...
by mitch
Sun Jun 14, 2009 11:07 pm
Forum: ZoneMinder 1.24.x
Topic: Enabling extra camera data formats
Replies: 5
Views: 3586

source type FFMPEG, source path /dev/video1 should be all you need if it works with mplayer and its local, if that doesn't work see what errors are thrown with debugging on
by mitch
Sun Jun 14, 2009 3:47 pm
Forum: ZoneMinder 1.24.x
Topic: Enabling extra camera data formats
Replies: 5
Views: 3586

actually if mplayer can play the mjpeg stream then it should work with ZM without issue. Just set the type to "FFMPEG" instead of remote, and plugin the url and it should work. There is a slight difference between mplayer and FFMPEG's mjpeg handling that has thrown some cameras, FFMPEG wil...
by mitch
Wed Jun 10, 2009 6:56 pm
Forum: ZoneMinder Previous Versions
Topic: Save/stream every image to a file
Replies: 2
Views: 1948

You can do this in the source fairly easily, the problem is the files are being written at say 30fps, chance of getting a clean read is fairly hard without interfering with the backend. As part of another ZM project I am working on I created a FIFO pipe and write certain frames to the pipe but only ...
by mitch
Thu May 28, 2009 8:30 pm
Forum: ZoneMinder 1.24.x
Topic: Panasonic BL-C101 with Mpeg 4
Replies: 9
Views: 7585

ZM can only record raw frames, while it can most likely read your mpeg4 stream (which will save on bw but will probably result in lower quality pictures) it will parse it into jpegs and events are saved out in this format.
by mitch
Thu May 28, 2009 8:28 pm
Forum: Hardware Queries
Topic: Viewgate 24008ML
Replies: 3
Views: 2774

You may want to check dmesg as it may have some detection info when the the modules are probed in, on the card.

Also a minor detail but this forum is for hardware known to work with ZM, 'Hardware Queries' is more for questions on if it will.
by mitch
Wed May 27, 2009 11:44 pm
Forum: ZoneMinder 1.24.x
Topic: Bulk delete of ZM events
Replies: 3
Views: 3509

also deleting them on the filesystem ZM will actually figure out that you removed them so you can do that too.
by mitch
Wed May 27, 2009 11:29 pm
Forum: Hardware Queries
Topic: How can you get the resolution to read licence plate?
Replies: 5
Views: 3511

for what its worth, you definately can get something similar its just that it DOES cost money which was one of your anti-prereqs.
by mitch
Tue May 26, 2009 3:34 pm
Forum: Hardware Queries
Topic: How can you get the resolution to read licence plate?
Replies: 5
Views: 3511

Generally cheap 'high resolution' cameras are going to have fps/motion issues as they are cheap. That is why a lot of license plate systems also use cameras, its a lot simpler and getting higher quality images is easier. I am sure part of it will depend on the distance you want to capture from and h...
by mitch
Sun May 24, 2009 4:46 pm
Forum: User Contributions
Topic: Web Interface Improvements / Backend minor fixes
Replies: 7
Views: 8091

Thanks Phil, may want to wait a few more days I have a few other things I found including an important one that should be applied with the rest of this patch otherwise people can have some undesired results.
by mitch
Sun May 24, 2009 5:03 am
Forum: Hardware Queries
Topic: Trendnet TV-IP110 fps?
Replies: 2
Views: 1866

yes that is normal, use mjpeg stream, it will give you far higher
by mitch
Sat May 23, 2009 10:03 pm
Forum: Hardware Queries
Topic: IGuard IP-250E IP Cam
Replies: 6
Views: 7664

put one online as you want to get the MJPEG stream out of it. as for two step auth depends how often you have to authenticate, if just once then just add an auth call on startup, if it requires cookies or something else depends again on how often they expire but its just just a one step thing.
by mitch
Sat May 23, 2009 5:19 pm
Forum: Hardware Queries
Topic: Axis, H.264
Replies: 4
Views: 2819

the hardware requirements to decode a dozen megapixel x264 frames at once are hoing to be huge (unless you find some way to offload it) id take one camera and some random decoder and see how much power it really takes to decode it which would give you an estimate of the minimum backend power for one...
by mitch
Sat May 23, 2009 3:12 am
Forum: Non-ZoneMinder Chat
Topic: Night vision cameras
Replies: 4
Views: 3434

Well depends on what frame rate you need too. Some higher end cameras have dedicate night vision sides that actually increase exposure time, can work with very little illumination but still provide a very good picture. The problem is it will lower your FPS and longer exposure time means harder to ca...