Search found 23 matches

by dbosso
Wed Jun 13, 2012 10:24 pm
Forum: ZoneMinder 1.25.x
Topic: psychedelic mode on axis cameras?
Replies: 1
Views: 1496

psychedelic mode on axis cameras?

I'm seeing the image look like this in zm every once in a while from my Axis 216MFD and P3304 cameras: http://i.imgur.com/n8wDb.png We refer to it as "psychedelic mode" when the colors go haywire as above, things return to normal after 10mins-1hr. Has anyone else seen this? Suggestions? It...
by dbosso
Fri Mar 23, 2012 2:34 pm
Forum: ZoneMinder 1.25.x
Topic: h264 artifacts
Replies: 5
Views: 5008

Re: h264 artifacts

Hey thanks! I was able to work around the problem by forcing tcp using the "media.amp?tcp" syntax mentioned by someone in that bug.

-David
by dbosso
Wed Mar 21, 2012 5:25 pm
Forum: ZoneMinder 1.25.x
Topic: h264 artifacts
Replies: 5
Views: 5008

Re: h264 artifacts

I'm seeing the same artifacting with an Axis M3204 if I turn the quality up on the camera. With low quality settings it's OK. This is using H.264 via ffmpeg source and trying various versions of ffmpeg.

I'd love to see a solution or even a hint.

-David
by dbosso
Thu Jun 23, 2011 7:31 pm
Forum: ZoneMinder 1.24.x
Topic: Montage - two cameras with different image sizes
Replies: 4
Views: 6920

Re: Montage - two cameras with different image sizes

Just found this thread and I'm having the same problem. I've got a bunch of 640x480 cams and one new 1280x1024.

The default scale doesn't seem to affect the montage view. Is there any current solution to this? If not, what do people think the solution should look like?

Thanks.

-David
by dbosso
Mon Oct 04, 2010 11:40 pm
Forum: ZoneMinder 1.24.x
Topic: Axis 216MFD intermittent image corruption
Replies: 1
Views: 1583

Axis 216MFD intermittent image corruption

Hi, I've got an Axis 216MFD that I'm accessing via mpeg4 RTSP @ 1280x1024. The problem is that the image occassionally looks like this for minutes at a time: http://www.lsit.ucsb.edu/staff/dbosso/published/216MFD.jpg ...then returns to normal. Accessing the camera directly when ZoneMinder is showing...
by dbosso
Tue Jun 29, 2010 6:01 pm
Forum: ZoneMinder 1.24.x
Topic: i386 vs x86_64 problem
Replies: 8
Views: 7659

Try the patch here:
http://www.zoneminder.com/forums/viewtopic.php?t=16060
to fix x86_64 rtp/rtsp.
by dbosso
Tue Jun 29, 2010 5:59 pm
Forum: Feature Requests
Topic: Better RTSP support on x86_64
Replies: 7
Views: 6416

by dbosso
Tue Jun 29, 2010 5:57 pm
Forum: ZoneMinder 1.24.x
Topic: RTSP on x86_64?
Replies: 5
Views: 5683

Fixed

OK, I think I found the fix for this. Turns out, assuming a long is 32bits is not such a good idea :shock:. Patch: diff -ur ZoneMinder-1.24.2.old/src/zm.h ZoneMinder-1.24.2/src/zm.h --- ZoneMinder-1.24.2.old/src/zm.h 2009-03-20 05:07:00.000000000 -0700 +++ ZoneMinder-1.24.2/src/zm.h 2010-06-29 10:45...
by dbosso
Wed Jun 23, 2010 8:12 pm
Forum: ZoneMinder 1.24.x
Topic: RTSP on x86_64?
Replies: 5
Views: 5683

RTSP on x86_64?

Has anyone had success with RTSP on 64bit linux? I had it working fine on my 32bit install, and now after getting everything else working on a 64bit box I'm seeing issues similar to what's been reported here: http://www.zoneminder.com/forums/viewtopic.php?t=15194 http://www.zoneminder.com/forums/vie...
by dbosso
Thu Aug 21, 2008 10:21 pm
Forum: ZoneMinder Previous Versions
Topic: dvr scaling in safari?
Replies: 0
Views: 1440

dvr scaling in safari?

Scaling doesn't seem to work in safari for live viewing or event playback. Changing the scale doesn't seem to have any effect. When trying this in Firefox 3, the image disappears. Has anyone gotten this to work in DVR mode?

Thanks.

-David
by dbosso
Fri Jul 14, 2006 5:09 pm
Forum: ZoneMinder Previous Versions
Topic: jpeg SIMD (MMX) success!
Replies: 104
Views: 159037

It's got 6GB of RAM and there are some other things running on it, so I'd like to avoid taking the himem IO performance hit.

I doubt there'd be much of a processor performance difference going to 32bit, other than the huge gains i'd be able to get by using the jpeg-simd lib.

-David
by dbosso
Fri Jul 14, 2006 1:24 pm
Forum: ZoneMinder Previous Versions
Topic: jpeg SIMD (MMX) success!
Replies: 104
Views: 159037

Still working great here on my home system with one camera.

I wish I could apply it to my AMD64 8 camera system. I may have to re-do that box as 32bit just for the boost from this library.

-David
by dbosso
Mon Jul 10, 2006 3:15 pm
Forum: ZoneMinder Previous Versions
Topic: jpeg SIMD (MMX) success!
Replies: 104
Views: 159037

Well, if make install copied them over your previous libraries then all you'd need to do is run ldconfig and restart ZM. Does anyone on this board speak Japanese? I've emailed the author on the status of the AMD64 source, but received no response. I'd love it if someone would email or post to the su...
by dbosso
Mon Jun 26, 2006 5:31 pm
Forum: ZoneMinder Previous Versions
Topic: jpeg SIMD (MMX) success!
Replies: 104
Views: 159037

It's a drop in replacement for the standard IJG libs. I'm using Gentoo, so I created an ebuild that used the SIMD source instead of the standard source. The ebuild is pretty hacky right now, so I'm not going to release it, but I'll try and clean it up when I get back from vacation next week. You sho...
by dbosso
Sun Jun 25, 2006 11:05 pm
Forum: ZoneMinder Previous Versions
Topic: jpeg SIMD (MMX) success!
Replies: 104
Views: 159037

jpeg SIMD (MMX) success!

Howdy, I spent several days a few months back trying to get the MJPEG project's jpeg-mmx package to work with ZM. I came to the realization that it is incomplete and unworkable. I even took a look at Intel's IPP package, but the licensing was restrictive, and the packaging was yucky. Then, a couple ...