var fDesc=new Array(); fDesc[0] = "AXIS Camera Station is a surveillance system designed for AXIS network cameras and video servers. With AXIS Camera Station, you can monitor your cameras and record high-quality digital video. It enables you to view/record up to 50 cameras. Also, it enables you to perform scheduled and event-driven recording. AXIS Camera Station provides you with a multi-view playback feature, which you can use to view recordings from different cameras simultaneously and get a complete picture of an event.

AXIS Camera Station enables you to remotely view up to 4 AXIS cameras simultaneously from anywhere on a network or the Internet. AXIS Camera Station provides a range of features. It allows you to store unlimited recordings and provides support for internal video motion detection available in the AXIS Cameras. The program logs all the activities performed in the system and displays in a report format.

One of the important features of AXIS Camera Station is that it is capable of performing powerful video search on multiple cameras and allows you to playback up to 4 cameras simultaneously. It also allows you to select specific events based on date and time from single/multiple cameras.
AXIS Camera Station is an excellent application which is cost effective, user friendly and easy to install. Interestingly, this software is free to try. You must register though before downloading the trial version."; 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 = ''; } }