JVC VN-V686UAPI Security Camera User Manual


 
- 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 (MPEG-4 viewer does not have this property.)
- FolderName Folder name to save JPEG. The folder is created under MyDocuments. (MPEG-4 viewer does not
have this property.)
- OpPassword Operator password required to display position title or to use Intelligent tracking
- Version2 Set 1 to use Intelligent tracking
- DispTrackFrame Set 1 to show frame of target in Intelligent tracking on JPEG viewer
- DispTrackStatus Set 1 to show status of Intelligent tracking on JPEG viewer
- TrackStatus Set 1 to show status of Intelligent tracking on title bar of MPEG-4 viewer
8.2. Methods of ActiveX
- Play Start playback
- Stop Stop playback
- Capture Save JPEG (MPEG-4 viewer does not have this method.)
- SetStill Pause playback
- ResizeTo Enable settings of DispWidth and DispHeight to MPEG-4 viewer
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
CLASSID="CLSID:85D1C139-BE64-430E-955E-EE4939EA4520"
CODEBASE="./v686j.cab#version=2,0,1,4">
<PARAM NAME="IP" VALUE="192.168.0.2">
<PARAM NAME="HttpPort" VALUE="80">
<PARAM NAME="DispWidth" VALUE="320">
100