Search found 14 matches

by lopezlean
Tue May 26, 2009 11:33 am
Forum: User Contributions
Topic: ZoneMinder linux/windows/mac/*nix client Qt Viewer
Replies: 54
Views: 114521

hi, i have a problem compiling under mac osx leopard The program start, but i cant select any OBDC driver from the list becouse i get an error (cannot find driver) with any driver i select! some advice? Hello You need mysql driver. See how to build it here: http://doc.qtsoftware.com/4.5/sql-driver....
by lopezlean
Sun Mar 29, 2009 7:07 pm
Forum: User Contributions
Topic: ZoneMinder linux/windows/mac/*nix client Qt Viewer
Replies: 54
Views: 114521

I have put up a package for the svn version 211 for Arch Linux / ZMLarch You can get the package here: http://www.isentrix.com/pub/zoneminder/archlinux/i686/ Screenshot here: http://www.isentrix.com/pub/zoneminder/misc/zmviewer1.png Very nice app Leandro! I haven't kept up with your work on it. I w...
by lopezlean
Sat Mar 21, 2009 3:53 am
Forum: User Contributions
Topic: ZoneMinder linux/windows/mac/*nix client Qt Viewer
Replies: 54
Views: 114521

Leandro, this is a really nice viewer! I had just been using FF on my desktop to view streams, but it just hogs memory forever until FF eventually crashes (a known issue, I know). This is a much more elegant solution and I like the fact that it's a standalone EXE. Just a note to anyone who uses thi...
by lopezlean
Sat Sep 13, 2008 4:29 pm
Forum: User Contributions
Topic: ZoneMinder linux/windows/mac/*nix client Qt Viewer
Replies: 54
Views: 114521

fix to get events viewed on 1.23.3 (maybe other versions too) --- trunk/zmviewer/src/core/stream.cpp~ 2008-08-28 14:43:13.000000000 +0300 +++ trunk/zmviewer/src/core/stream.cpp 2008-09-10 18:38:47.000000000 +0300 @@ -171,7 +171,7 @@ void Stream::start() if (d->type == Monitor ) connection = QString...
by lopezlean
Thu Aug 28, 2008 12:11 am
Forum: User Contributions
Topic: ZoneMinder linux/windows/mac/*nix client Qt Viewer
Replies: 54
Views: 114521

I just downloaded the SVN but cannot build it. The readme says that it requires QT 4.3 and cmake which I have installed but when I go to build it it by running cmake .. in the build directory it gives me the following errors: Warning: this project requires version 2.6 of cmake you are running versi...
by lopezlean
Wed Aug 27, 2008 11:22 am
Forum: User Contributions
Topic: ZoneMinder linux/windows/mac/*nix client Qt Viewer
Replies: 54
Views: 114521

I just compiled and installed zmviwer 1.6 on gentoo and it works if I manually enter a camera but not when I use the session function. I can connect to the ZM server with the session connect and it pulls down all the cameras but displays no images. The problem is that I had to set my apaches server...
by lopezlean
Wed Jul 16, 2008 1:18 pm
Forum: User Contributions
Topic: ZoneMinder linux/windows/mac/*nix client Qt Viewer
Replies: 54
Views: 114521

Hello, I've just released a preview version of the new zmviewer GUI for testing purposes. At the moment, only source code and Ubuntu packages are available for download, in the next few days I will be releasing a Windows binary. This new version has a lot of bug fixes and improvements: * a new revam...
by lopezlean
Wed Jun 04, 2008 10:01 pm
Forum: Non-ZoneMinder Chat
Topic: Problem with ZMViewer 0.1.6 fow windows
Replies: 7
Views: 8071

caladeira wrote:Hello!

Code: Select all

Name: CAM1
Server: 192.168.2.99
Port: 80
Monitor: 1
Stream: /cgi-bin/nph-zms
If you have any idea, I appreciate.
Best regards.
How is configured your webserver ?
Can you access to http://192.168.2.99/cgi-bin/nph-zms with a web browser ?
by lopezlean
Tue Jun 03, 2008 10:51 pm
Forum: User Contributions
Topic: ZoneMinder linux/windows/mac/*nix client Qt Viewer
Replies: 54
Views: 114521

I gave it a try on Ubuntu 8.04 with your hardy .deb. zmviewer loaded at first fine. I then entered my Zoneminder's database information in the settings and it then crashed with the following message: zmviewer: symbol lookup error: /usr/lib/libzmviewercore.so: undefined symbol: _Z7qstrcmpRK10QByteAr...
by lopezlean
Tue Jun 03, 2008 10:47 pm
Forum: Non-ZoneMinder Chat
Topic: Problem with ZMViewer 0.1.6 fow windows
Replies: 7
Views: 8071

Fixed

Hello, sorry for this mistake. The error was caused by some missing dlls.
I updated version for windows including the dlls missings.
Please download the new version at http://downloads.sourceforge.net/zmview ... g_mirror=0
by lopezlean
Sat Feb 02, 2008 11:49 pm
Forum: User Contributions
Topic: ZoneMinder linux/windows/mac/*nix client Qt Viewer
Replies: 54
Views: 114521

zmviewer 0.1.6 was released

Hello zmviewer 0.1.6 was released This version has a lot of changes and improvements. And I added packages for the following OS: * Debian sid ( http://downloads.sourceforge.net/zmviewer/zmviewer_0.1.6-1_i386.deb?modtime=1201992977&big_mirror=0 ) * Ubuntu gutsy ( http://downloads.sourceforge.net/...
by lopezlean
Tue Jun 19, 2007 12:07 pm
Forum: User Contributions
Topic: ZoneMinder linux/windows/mac/*nix client Qt Viewer
Replies: 54
Views: 114521

Yes, now is based on cmake.
My plans for this week are:
* View recorded events.
* Support Auth mode.

End User Documentation and API Documentation is needed too.

And all your ideas are in a plans too... thanks for suggestions.
by lopezlean
Tue May 22, 2007 12:49 pm
Forum: User Contributions
Topic: ZoneMinder linux/windows/mac/*nix client Qt Viewer
Replies: 54
Views: 114521

You need: * Qt 4.2.3 (http://www.trolltech.com) (http://trolltech.com/developer/downloads/qt/index) * Subversion ( optional ) -First( if u have subversion ), Grab the latest revision with this command: svn co https://zmviewer.svn.sourceforge.net/svnroot/zmviewer/trunk/zmviewer -Then run: cd zmviewer...
by lopezlean
Mon May 21, 2007 2:25 pm
Forum: User Contributions
Topic: ZoneMinder linux/windows/mac/*nix client Qt Viewer
Replies: 54
Views: 114521

ZoneMinder linux/windows/mac/*nix client Qt Viewer

Hi all,
I done a zoneminder client written in Qt 4.2.
The project is in http://sourceforge.net/projects/zmviewer
It has many things that need to be fixed and there are a lots of improvements that can be done.