Web Interface to Zoneminder

A place for discussion of topics that are not specific to ZoneMinder. This could include Linux, Video4Linux, CCTV cameras or any other topic.
Post Reply
NuBI
Posts: 18
Joined: Thu Apr 03, 2008 2:48 pm

Web Interface to Zoneminder

Post 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.
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post 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.
NuBI
Posts: 18
Joined: Thu Apr 03, 2008 2:48 pm

Post by NuBI »

thanks for the tip []
NuBI
Posts: 18
Joined: Thu Apr 03, 2008 2:48 pm

Post 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:
Post Reply