var fDesc=new Array(); fDesc[0] = "The ArcSoft DepthCam is a camera app that allows you to capture photos with depth. By integrating the Intel RealSense Technology leveraging depth enabled photograph capabilities, DepthCam provides another dimension of photography experience. Art filters with depth enhancements can be applied to photos; you can modify the focus point even after the photo has been taken. Many other depth features are included that adds fun effects to your photos.

This app is designed for Windows 10. You need a device with integrated (and calibrated) Intel RealSense R200 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 = ''; } }