var fDesc=new Array(); fDesc[0] = "CCTV/IP/NVR/webcam software for recording, video analytics and heatmaps. Supports people counting, car counting, motion detection, vehicle/pedestrian classification, camera events and alerts, motion heatmaps, track maps, camera events charts and data export.
Also supports camera events REST API which works real-time.
You can also use video files and video folders for pre-recorded batch video processing.
List of supported events:
-Camera obstructed,
-Line crossed,
-Object enter/exit,
-Region join/leave,
-Running,
-Loitering,
-Abandoned object,
-Motion in region,
-Speeding,
-Crowd appear/disappear"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }