var fDesc=new Array(); fDesc[0] = "The uEye Streaming library provides an interface to set up an RTSP server for streaming images from an IDS industrial camera.

The uEye Streaming library provides a simple mechanism to set up an RTSP server for streaming images captured with uEye cameras. The uEye Streaming library supports automatic scaling and encoding of images with video codecs like MJPEG and H.264. A demo application is also included to set up an RTSP server and to stream images from a uEye camera."; 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 = ''; } }