var fDesc=new Array(); fDesc[0] = "CamDVR is a Digital Video Recording software designed to work with all kind of video devices and to do a wide range of tasks.
Features:
Support of various types of video devices, like Webcams, IP-Cams, network cameras, capture cards, YouTube videos, video files, DVDs, streams, etc.
Support of various transfer protocol types and codecs
Integrated (motion) detector with several detection modes, like image comparison, face detection, miscellaneous types
Integrated scheduler for unlimited video tasks
Various different executable functions at detection and by scheduler
Integrated multiple Email- and FTP-clients
Integrated Web-Server (accessing all cameras through a web browser by HTTP requests)
Integrated Video-Network Server+Client
Standard functionality like picture capturing, video recording, video previewing, etc.
Various image filters like black&white, gray scale, brightness, colorize, contrast, edge detection, pixel-late, noise reduction, normalize and more
Permanent video recording in preselected video file sizes for 24/7 usage
Converting the permanent videos into standard AVI format
Group cameras to record several cameras into one video, capture into one image, etc.
The detector supports pre-recorded videos to use in case of detection
Highly use of multiple cores CPUs (parallel processing)
Support for multiple languages (currently available: English , German)."; 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 = ''; } }