📄 readme.txt
字号:
>>>>>>>>>>>>>The installing and using for Hikvision DS400x cards<<<<<<<<<<<
##### The installing for the Driver:
Note: Now it only could install for: Red Hat 9.0 or Kernel 2.4.20-8;
(It support the kernel 2.4.8, kernel 2.4.19 and kernel 2.4.20 too, but if you want to use them, you will modify the setup.sh and rc.hiktm)
1> mkdir /etc/hiktm
2> tar xvf linux_drv_*_*.tar -C /etc/hiktm
3> cd /etc/hiktm
4> ./setup.sh
5> reboot the machine
Ok!
##### The installing for the System sdk:
1> tar xvf linux_syssdk_*_*.tar
2> cd syssdk\
3> cp libtmsdk.so /usr/lib
Ok!
***tow tools: transform between yuv file and bmp file
1> yuv file to bmp file
./yuv2bmp <yuv file name> <bmp file name> <width> <height>
note:width and height must equal to width and height of YUV image
here : width=352 height=288
example:./yuv2bmp /home/demo/c001.yuv /home/demo/c001.bmp 352 288
2> bmp file to yuv file
./bmp2yuv <bmp file name> <yuv file name> <width> <height>
attention:width and height is the width and height of YUV image you need.
##### The installing for the play sdk
1> tar xvf linux_playsdk_*_*.tar
2> cd play_sdk
3> cp libm4play.so /usr/lib
Ok!
##### The installing for net sdk
1> tar xvf linux_netsdk_*_*.tar
2> cd net_sdk/server
3> cp libtmnets.so /usr/lib ( install the server' sdk )
4> to be running the ./hikdemo and select the Nettransfer function
5> cd net_sdk/client
6> cp libtmnetc.so /usr/lib ( install the client' sdk )
7> to be running the ./clientc to see the client'demo
##### Running the demo
The hikdemo is demo include the local and net server functions.
Note: this demo only to be running in x-window and the setting for XFree must to be 1024*768@16 bits
The window_client_demo.rar should to be unzipped with WinRAR. It is the demo that is running in Windows platform. It will demostrate how the client to connect the server.
##### For real-time audio preview, you must link the DS400X's OUT_LINK to Audio card with audio line.The series-mounting is
connect the first DS400X's OUT_LINK to the next DS400X's IN_LINK, then the last DS400X's OUT_LINK to Audio card!
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -