JVC VN-V26U Security Camera User Manual


 
Specify 30, 25, 15, 10, 7.5, 6, 5, 3, 2, 1, -2, -3, -5, -10, -15, -20, or -30.
To specify a frame rate lower than 1fps, use "-". For exmaple, specify -5 for 1/5fps.
- DispTitle Set 1 to display Camera ID
- DispTimeCode Set 1 to display Time
- 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.)
10.2. Methods of ActiveX
- Play Start playback
- Stop Stop playback
- Capture Save JPEG (MPEG-4 viewer does not have this method.)
- SetStill Pause playback
10.3. HTML Example for JPEG viewer
(1) Getting 15fps JPEG at display size QVGA
For VN-V25, execute Play method after setting properties below.
<OBJECT ID="JPEGViewer"
WIDTH = 320
HEIGHT= 240
CLASSID="CLSID:0BEAE403-432A-4A99-998A-8C5B30F0A101"
CODEBASE="./v25j.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">
78