Page 1 of 1

Web Interface to Zoneminder

Posted: Sat May 31, 2008 5:19 pm
by NuBI
Hi there,

I'm working on a Web Interface to Zoneminder with the objective to give it a better interface for those who could use it.

I got a question that maybe someone can help here: how and/or where can i get the number of cameras installed on Zoneminder and their monitor id through Zoneminder???

Any help???

Thanks in Advance.

Posted: Sat May 31, 2008 9:51 pm
by cordel
Those are kept in the Monitor table in the database. You would have to do a query for the information you want.
select * from Monitor ,etc.

Posted: Sun Jun 01, 2008 9:43 pm
by NuBI
thanks for the tip []

Posted: Mon Jun 02, 2008 9:44 am
by NuBI
How can i see the Zoneminder database to see the tables???

Sorry, i dont have experience working with apache and mysql :s

EDIT: Question taken :D nothing that a little research couldnt help :lol: