Search found 2400 matches

by knight-of-ni
Tue Jul 20, 2010 11:31 pm
Forum: ZoneMinder Previous Versions
Topic: jpeg SIMD (MMX) success!
Replies: 104
Views: 158829

Alright, I had a moment of opportunity so I ran the same test described in the libjpeg-turbo readme file. The following results were run on a freshly built 64bit Ubuntu 10.04 System which uses an Athlon 3300+ cpu: dvr@ubuntu-dvr:~$ export LD_LIBRARY_PATH="" dvr@ubuntu-dvr:~$ time cjpeg tes...
by knight-of-ni
Wed Jul 14, 2010 2:38 pm
Forum: ZoneMinder Previous Versions
Topic: jpeg SIMD (MMX) success!
Replies: 104
Views: 158829

That's a good point about different jpeg code paths... If you are using a capture device with a V4L driver that natively supports the card's hardware capabilities, then I would tend to agree with your speculation. You might want to send dcommander a message through the Sourceforge project website to...
by knight-of-ni
Mon Jul 12, 2010 5:25 pm
Forum: ZoneMinder Previous Versions
Topic: jpeg SIMD (MMX) success!
Replies: 104
Views: 158829

I don't have a 64bit Ubuntu machine in front of me at the moment to verify, but I think your library path should read /opt/libjpeg-turbo/lib64 not /opt/libjpeg-turbo/lib. According to the readme file, here is the recommended way to test libjpeg-turbo: export LD_LIBRARY_PATH=/opt/libjpeg-turbo/{lib}:...
by knight-of-ni
Mon Jul 12, 2010 12:25 pm
Forum: ZoneMinder Previous Versions
Topic: jpeg SIMD (MMX) success!
Replies: 104
Views: 158829

I haven't tried the .deb file myself, but I would expect it to operate the same as when compiling from source.... namely, it installs itself under its own folder and doesn't overwrite your existing libjpeg library. Consequently, if you want to use the libjpeg-turbo library instead of the default, yo...
by knight-of-ni
Mon May 31, 2010 3:00 pm
Forum: ZoneMinder 1.24.x
Topic: Orange /dev/video 0 --> no widow for video Centos 5.5
Replies: 1
Views: 2701

I read your post... thought about it... I can't say I know what the issue is, but in light of no other responses here is what I would do if I were in your shoes. You could find out if it is a permissions problem by simply executing: sudo chown apache:apache -R /var/www/html Although my guess is that...
by knight-of-ni
Thu May 13, 2010 5:35 pm
Forum: ZoneMinder Previous Versions
Topic: jpeg SIMD (MMX) success!
Replies: 104
Views: 158829

The author now has .deb files available for download on the libjpeg-turbo project website. That will be your best bet.
by knight-of-ni
Mon Apr 26, 2010 8:28 pm
Forum: User Contributions
Topic: AirLink101 SkyIPCam 747 PTZ module for ZM
Replies: 55
Views: 68072

This should do it: sudo yum install perl-Module-Load If you have not already, I recommend you read the installation instructions for Zoneminder on CentOS in the wiki and verify you are not missing additional prerequisites. Simplest thing to do would be to just copy and paste the "yum install&qu...
by knight-of-ni
Sun Apr 11, 2010 1:26 pm
Forum: ZoneMinder Hints & Tips
Topic: Libjpeg-turbo 1.0 beta Released!
Replies: 32
Views: 33495

The following is one example, specific to Zoneminder, of what dcommander is saying. Find the line in your /etc/init.d/zm script that says "$command start" and place the following just prior to that. For 64 bit systems: export LD_LIBRARY_PATH=/opt/libjpeg-turbo/lib64:$LD_LIBRARY_PATH For 32...
by knight-of-ni
Wed Mar 17, 2010 12:35 pm
Forum: ZoneMinder 1.24.x
Topic: CentOS 5.2 - [zm_ffmpeg_camera.o] Error 1
Replies: 8
Views: 7678

Some random thoughts... Perhaps you have tried this already, but what happens when you try to configure Zoneminder w/o the --with-fmpeg parameter? On my system anyway, Zoneminder seems to find ffmpeg w/o any help. Also, here is where avformat.h is on my system: /usr/local/include/libavformat/avforma...
by knight-of-ni
Tue Mar 16, 2010 7:13 pm
Forum: ZoneMinder 1.24.x
Topic: CentOS 5.2 - [zm_ffmpeg_camera.o] Error 1
Replies: 8
Views: 7678

I'm running CentOS 5.4 and the following has worked well for me: Remove any existing versions of ffmpeg first. e.g. sudo yum remove ffmpeg ffmpeg-devel cd svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg cd ffmpeg ./configure \ --enable-gpl \ --enable-shared \ --enable-pthreads \ --enable-nonfr...
by knight-of-ni
Fri Mar 05, 2010 12:54 am
Forum: User Contributions
Topic: [REPOSTED PATCH] Fix "Incomplete read of frame image da
Replies: 8
Views: 7709

Works like a champ on latest svn, revision 3033.

Thanks genanr!
by knight-of-ni
Sat Feb 27, 2010 5:33 pm
Forum: ZoneMinder Hints & Tips
Topic: Libjpeg-turbo 1.0 beta Released!
Replies: 32
Views: 33495

The link I was referring to is this one:
http://sourceforge.net/projects/libjpeg-turbo/files/

The author has recently moved most everything from the previous location over to sourceforge.

At this location, the latest version appears to be 0.90.
by knight-of-ni
Sat Feb 27, 2010 4:05 pm
Forum: ZoneMinder Previous Versions
Topic: jpeg SIMD (MMX) success!
Replies: 104
Views: 158829

Eureka! Got it. But before I show the steps I took to roll my own, you probably just want to read this thread as the author now has precompiled binaries available for both rpm and deb based systems: http://www.zoneminder.com/forums/viewtopic.php?p=60023#60023 If you are interested in doing things th...
by knight-of-ni
Sat Feb 27, 2010 2:57 pm
Forum: ZoneMinder Hints & Tips
Topic: Libjpeg-turbo 1.0 beta Released!
Replies: 32
Views: 33495

The libjpeg-turbo website only shows version 0.90 available for download, rather than 1.0. Will 1.0 be posted soon or is 0.90 really the latest version?
by knight-of-ni
Wed Feb 17, 2010 9:50 pm
Forum: Hardware Queries
Topic: MegaPixel Cameras
Replies: 11
Views: 7475

Arecont makes some very high resolution cameras. The images are great, but as already mentioned you have to watch the bandwidth and cpu usage. I wouldn't expect Zoenmidner to be the limiting factor in how many mega pixels you can have or how many cameras you can use at once. The limiting factor will...