CamExpand Viewer is used to view regular and encrypted picture files created by CamExpand - LITE and FULL. Encrypted files can also be decrypted and saved so they can be viewed by any viewing program. It is also used to receive video streams and alarms from CamExpand - FULL.
Press [Reset Stream Alarm] to acknowledge the alarm and turn off the red indicator. This alarm gets set when CamExpand sends an alarm flag with a picture. When an alarm comes, the background turns red and a beep is sounded.
Below is an example of how to configure CamExpand to stream pictures to CamExpand Viewer.
In this example, the program streams a picture with no alarm to CamExpand Viewer. It watches for motion for 0.25 seconds and repeats the process. If motion is detected, the program streams another picture with an alarm to CamExpand Viewer. It waits 0.25 seconds before monitoring for motion again.
default settings
area left=41
area top=522
area width=320
area height=240
monitor area left=253
monitor area top=525
monitor area width=106
monitor area height=235
file directory=\\Remote_Computer\Stream\
capture control mode=monitor
delay=1
motion flag=0
again:
stream=1,false
wait for motion flag=.25
stream=1,true
delay=1
motion flag=0
wait for motion flag end
goto again
stop:
default settings