DVR Server module adds a digital video recorder to RoboRealm that can be used either
as a Video Surveillance System or a debugging tool that saves all variable
values while other modules are running.
For example I use this package for debugging of AVM Navigator:
- ring video/parametric archive with duration of 1 - 12 months;
- configurable database record (for parametric data) with maximal length of 190 bytes;
- writing of parameters to database with discretization 250 ms;
- the DVR Client can work simultaneously with four databases that can be located at remote computers.
Now DVR Server v0.2 is available and there were added new video detectors.
You can use information that was archived from video detectors for quick searching of video
fragment that you need. For example it can be splash of brightness, color or number of motion objects.
VR_VIDEO_ACTIVITY Video activity indicator
VR_MOTION_OBJECTS Total number of motion objects
VR_WENT_TO_LEFT Counter of objects that went to the left
VR_WENT_TO_RIGHT Counter of objects that went to the right
VR_WENT_TO_TOP Counter of objects that went to the top
VR_WENT_TO_BOTTOM Counter of objects that went to the bottom
VR_BRIGHTNESS Image brightness rate
VR_COLOR_RED Image rate with red color
VR_COLOR_GREEN Image rate with green color
VR_COLOR_BLUE Image rate with blue color