You can use the "DVR Client-server" package as a Video Surveillance System in which parametric data (such as VR_VIDEO_ACTIVITY) from different video cameras will help you search for a video fragment that you are looking for.
You can use the "DVR Client-server" package as a powerful instrument for debugging your video processing and control algorithms that provides access to the values of your algorithm variables that were archived during recording.
- 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.
Name |
Description |
Size |
Range |
Std_U8 |
Unsigned small integer |
1 |
0 to 255 |
Std_S8 |
Signed small integer |
1 |
-128 to 127 |
Std_U16 |
Unsigned short integer |
2 |
0 to 65535 |
Std_S16 |
Signed short integer |
2 |
-32768 to 32767 |
Std_U32 |
Unsigned integer |
4 |
0 to 4294967295 |
Std_S32 |
Signed integer |
4 |
-2147483648 to 2147483647 |
Std_U64 |
Unsigned long integer |
8 |
0 to 18,446,744,073,709,551,615 |
Std_S64 |
Signed long integer |
8 |
−9,223,372,036,854,775,808 to +9,223,372,036,854,775,807 |
Std_F32 |
Floating point number |
4 |
+/- 3.4e +/- 38 (~7 digits) |
Std_F64 |
Double precision floating point number |
8 |
+/- 1.7e +/- 308 (~15 digits) |
You have to press "Save frame" button for accepting of changing and then you should close and open again table or trend window for refreshing of variable staff.
Video detector |
Description |
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 |
The "Peak searcher" dialog allows you to select time interval for searching (Start/End time), select an acceptable rate threshold of parameter acceleration and a search step. Also you can choose a parameter and the search type (ascending or descending). You can use buttons "Previous peak" and "Next Peak" for navigation between peaks and button "Play" for viewing of the video from position where peak was found.
You should use "Add marker" or "Remove markers" popup menu items for markers setting or removing.
Further in popup menu you can choose: peak searching, writing video to AVI, exporting parameters to Excel or viewing of selected fragment of video.
See DVR-Client demo video for more details regarding user interface.