- TimeFormat Set from 0 to 6 to select time format
0:YYYY/MM/DD HH:MM:SS.mm
1:YYYY/MM/DD HH:MM:SS
2:DD/MM/YYYY HH:MM:SS
3:MM/DD/YYYY HH:MM:SS
4:MM/DD HH:MM:SS
5:HH:MM:SS
6:HH:MM
- DispMotion | Set 1 to display motion detect |
- FolderName | Folder name to save JPEG. The folder is created under MyDocuments. |
have this property.) | |
- OpPassword | Operator password required to display position title |
8.2. Methods of ActiveX
- Play | Start playback |
- Stop | Stop playback |
- Capture | Save JPEG |
- SetStill | Pause playback |
8.3. HTML Example for JPEG viewer
(1) Getting 15fps JPEG at display size QVGA
Execute Play method after setting properties below.
<OBJECT ID="JPEGViewer" WIDTH = 320 HEIGHT= 240
CODEBASE="./v686j.cab#version=1,0,1,0">
<PARAM NAME="IP" VALUE="192.168.0.2">
<PARAM NAME="HttpPort" VALUE="80">
<PARAM NAME="DispWidth" VALUE="320">
<PARAM NAME="DispHeight" VALUE="240">
<PARAM NAME="FrameRate" VALUE="15"> </OBJECT>
(2) Getting Multicast
95