Please click on the question to unfold the answer.
The server saves some chips for cost issue and that makes quad screen have to compose the frame by switching each channel to wait for video synchronization
Test approach: Play an action movie (name: Matrix) at 30FPS and record for 10 minutes Test approach: Play an action movie (name: Matrix) at 30FPS and record for 10 minutes
| Quality setting | MPEG4 (30 FPS) | Size of each frame |
| Medium | 269 kbps | 1.12 kbyte |
| Standard | 307 kbps | 1.27 kbyte |
| Good | 365 kbps | 1.5 kbyte |
| Detailed | 442 kbps | 1.84 kbyte |
| Excellent | 648 kbps | 2.7 kbyte |
| Quality setting | MJPEG (30 FPS) | Size of each frame |
| Medium | 2246 kbps | 9.3 kbyte |
| Standard | 2676 kbps | 11.15 kbyte |
| Good | 3303 kbps | 13.76 kbyte |
| Detailed | 3925 kbps | 16.35 kbyte |
| Excellent | 4886 kbps | 20.3 kbyte |
| CIF:352*240 | Average size | Bandwidth demand for 30FPS |
| Medium | 8.4595 kbyte | 2246 kbps |
| Standard | 9.9455 kbyte | 2676 kbps |
| Good | 12.6315 kbyte | 3303 kbps |
| Detailed | 15.056 kbyte | 3925 kbps |
| Excellent | 18.711 kbyte | 4886 kbps |
| VGA:704*480 | Average size |
| Medium | 26.256 kbyte |
| Standard | 30.8995 kbyte |
| Good | 39.323 kbyte |
| Detailed | 46.7295 kbyte |
| Excellent | 58.1615 kbyte |
TComparing with CPU consumption and frame size with Axis by the plu-in in IE browser:
| Frame size | VIVOTEK | Axis |
|---|---|---|
| Excellent | 24.3 KByte | 81.2 KByte |
| CPU Loading | VIVOTEK | Axis |
|---|---|---|
| Intel P4 1.6 | %2~%4 | %25~%27 |
| AMD 1.2 | %2~%4 | %38~%40 |
| Intel P3 1.0 | %17~%18 | %46~%48 |
Normally, when you connect to an FTP site, the site establishes the data connection to your PC (the client). However, if the site allows passive transfers, you can have your PC establish the data connection. This is useful in some network environment protected by firewall or proxy.
The answer depends on what weighs more in your thought. If the customers look for the DVR solution, the proposed system should be the best C/P one with the best performance. After all, no one can compete with the titanic industry of PC. However, even though more and more DVR have network capability, the design concept does not come from networking, and there mote application is our advantage.
With add-on cards, the single PC can easily build a security system. However, simplicity limits the flexibility. It is hard to build a surveillance network with such systems. Image the general intranet applications that is composed by several control centers and tremendous network cameras. All points have different requirements and are connected via various network. The cost will be folded dependent of the surveillance points if you use the add-on card solution. Not mention about the complicated software to handle all components. But if the application is composed by control software running on control centers and standalone, stable network cameras or video servers, system integrator can easily and quickly build the whole system. And that's most system integrators doing now.
If you have some cases on hand, you can estimate the total price to see which one most suitable. But, don't forget the flexibility and expansibility.
Text mode: User can change the camera selections name shown on the home page. The string is limited to 14 characters or 7 double-byte characters in DBCS (Double Byte Character System). And if you want to change the host name , you have to go to System page and edit the Host Name filed. The string is limited to 38 characters and 19 DB characters. For the font color and background color , they are also changeable in Homepage Layout page.
Graphic mode : You can change the buttons of camera selections , logo and background image by FTP. For the detail information of uploading image from FTP, please refer to Customize Graphics in Homepage part in user's manual. Please note that if the logo and background image you like is over the size limit, you can put it on another web server and make a URL to link to the image. But if the camera selection image is over the size, it will not show up in the home page and the font color and background color are changeable too.
The easier method is to embeded the camera's plug-in into your website and this method only works on Internet Explorer.
Because each series camera has different plug-in, please choose the correct sample for your camera.
The following are the HTML samples, you can click one to download it.
Please modify the content of the sample HTML to your settings. Thanks!
Because the Internet Explorer does not support this command and Firefox does not support plug-in, If you want to add your username and password into the command as http://root:password@60.248.39.149:1025/cgi-bin/control.cgi to avoid authentication when receiving streaming, the following is the alternative solution for 6000, 7000 and 8000 series cameras.
<SCRIPT language=JavaScript>
if ((navigator.appName == "Microsoft Internet Explorer")&&(navigator.platform != "MacPPC"))
{
document.write("<OBJECT ID=\"VAtCtrl\" WIDTH=362 HEIGHT=310 name=\"VAtCtrl\"");
document.write(" CLASSID=CLSID:210D0CBC-8B17-48D1-B294-1A338DD2EB3A");
document.write(" CODEBASE=\"http://111.111.111.111/VatDec.cab#version=1,0,0,48\">");
document.write("<PARAM NAME=\"Url\" VALUE=\"http://123.123.123.123/cgi-bin/control.cgi\">");
document.write("<PARAM NAME=\"VSize\" VALUE=\"SIF\">");
document.write("<PARAM NAME=\"Language\" VALUE=\"en\">");
document.write("<PARAM NAME=\"Deblocking\" VALUE=\"true\">");
document.write("<PARAM NAME=\"DisplayTimeFormat\" VALUE=\"1\">");
document.write("<PARAM NAME=\"DigitalZoomEnableChk\" VALUE=\"true\">");
document.write("<PARAM NAME=\"DigitalZoomEdit\" VALUE=\"true\">");
document.write("</OBJECT>");
}
</SCRIPT>
The other method is using our HighProfile SDK to integrate our cameras into your website. Please find the information from http://www.vivotek.com/ezUserManager/members/
After you install the VitaminDecoder.exe, you can find the VitaminCtrl HTML sample in the folder.(Default folder as C:\Program Files\Vivotek\VitaminCtrl\cab)
Because the Internet Explorer does not support this command and Firefox does not support plug-in, If you want to add your username and password into the command as http://root:password@60.248.39.149:1025/cgi-bin/control.cgi to avoid authentication when receiving streaming, the following is the alternative solution for 6000 and 7000 series cameras.
<SCRIPT language=JavaScript>
if ((navigator.appName == "Microsoft Internet Explorer")&&(navigator.platform != "MacPPC"))
{
document.write("<OBJECT ID=\"VAtCtrl\" WIDTH=362 HEIGHT=310 name=\"VAtCtrl\"");
document.write(" CLASSID=CLSID:210D0CBC-8B17-48D1-B294-1A338DD2EB3A");
document.write(" CODEBASE=\"http://111.111.111.111/VatDec.cab#version=1,0,0,48\">");
document.write("<PARAM NAME=\"Url\" VALUE=\"http://123.123.123.123/cgi-bin/control.cgi\">");
document.write("<PARAM NAME=\"VSize\" VALUE=\"SIF\">");
document.write("<PARAM NAME=\"Language\" VALUE=\"en\">");
document.write("<PARAM NAME=\"Deblocking\" VALUE=\"true\">");
document.write("<PARAM NAME=\"DisplayTimeFormat\" VALUE=\"1\">");
document.write("<PARAM NAME=\"DigitalZoomEnableChk\" VALUE=\"true\">");
document.write("<PARAM NAME=\"DigitalZoomEdit\" VALUE=\"true\">");
document.write("</OBJECT>");
}
</SCRIPT>
3000, 6000 series and IP7137/IP7135/PT7137/PT7135/IP7131/IP7132 products do not support Linux and Mac OS.
But we provide you an alternative method to get the images on Linux and Mac.
The following are the procedures :
As for IP7138/IP7139/IP7151/IP7152/FD7131/IZ7151 and the later products, you can use Firefox to view the video on MAC and Linux by using server push (JPEG mode). We also provide you the html to get the snapshots continuousely: snapshot38.txt and refer to 38.JPG
Please remove "Silverlight" program and try again.
Please remove "Silverlight" program and try again.
Please close the IE browser and then try to run it with administrator. You can refer the following picture.
Copyright © 2009 VIVOTEK Inc. All rights reserved.
