Sub scene movement searching

Support and queries relating to all previous versions of ZoneMinder
Locked
tibby
Posts: 1
Joined: Mon Nov 28, 2005 1:49 am

Sub scene movement searching

Post by tibby »

Is there a way to zoom in to a section of a scene and seek through the captured footage until we reach a reasonable amount of movement there?

For example, some footage of a bench top having a laptop. Can we put a bounding rect around the laptop & fast forward till about the time it disappeared?
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

You can not put a modetect zone and search for movement in that area on captured files yet. I think the recent additions that Phil put in 1.21.4 might be to support just that in the future. I do know that it's in the requested features list. If you have a zone set to record and you know a time frame (the spacific event) you might want to convert it to mpeg (need ffmpeg installed) and use something like WMP to forward through the video. That would be the quickest way I can think of other than sitting and watching the whole clip.

Regards,
Cordel
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

This is on the 'to do' list but not yet available. I am making some changes to the zones that will make it easier to implement in the future.

Phil
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Post by jameswilson »

Phil could these changes you make involve a means of my app passing the info needed for this too. Id love to have it (when it happens) and be able to search from my app, but im thinking the best way is to get the server to check its images rather than medownload tonnes of events and motion detect them at the client?
James Wilson

Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

Yes, probably. I haven't thought enough about it to really figure it out yet but I expect it will a case of getting zma to run in a special mode with temporary zones. Or something!

Phil
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Post by jameswilson »

thats what i thought create a new stream from the images, make a zone in the cordinates specified then run all the images through it, i suppose it will need another db to keep track of all the images from that event with motion in that particular zone, i was thinking i could pass co-ordinates and size sensitity info etc to you and you would do all the hard work lol

James
James Wilson

Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

Yes, I epxect this will be the case. I don't know whether the results would go in the Db as events or not. I suspect not, and that they will either just be reported as event and frame ranges of interest or put in a special temporary event table and then they could optionally be converted to events. The idea of having multiple events all covering the same timespan is a little bit worrying!

Phil
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Post by jameswilson »

yeah the temp db looks best maybe just the last search and on a new search the db is wiped?
James Wilson

Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Locked