Remove Date/Time Stamp Pushed to Recording Video
The date/time stamp is automatically pushed to the recorded video for some cameras. When using Silverlight browsers, this date/time stamp will show on live view/Matrix as well.
You can remove this feature by changing the ipConfigureServerCapture.exe.config file.
1. Navigate to C:\Program Files\ipConfigure\ServerCapture
2. Open/Edit ipConfigureServerCapture.exe.config
3. Find/Change CaptureDateStamp and CaptureTimeStamp from "True" to "False".
<add key="CaptureDateStamp" value="False"/>
<add key="CaptureTimeStamp" value="False"/>
Comments
0 comments
Please sign in to leave a comment.