Page 1 of 1

Ask for help~~~

Posted: Fri Dec 14, 2007 5:00 pm
by liuxingyang
for these days i've been working on some kind of thing which can work just like the zoneminder--with a monitor on guide , it can judge whether somebody or something gets into the zone you choose and the camera will then take a photo and send to its host far away :P
anybody knows how the zoneminder realizes such a function by programming in C++ language? just a simple explanation will be great -- :D

Posted: Fri Dec 14, 2007 5:42 pm
by jameswilson
i dont know but you can have a look at the source

Posted: Thu Dec 20, 2007 5:48 pm
by zoneminder
Unfortunately a simple explanation is not very easy to come up with as it's not a simple process. As James suggests looking at the code and/or ready the documentation is probably the best way to get started.

Googling for 'motion detection algorithms' comes up with a number of promising looking pages that might help.