readme

来自「是一个linux下的摄像头驱动,网上的驱动源码比较难找,这个基本能用,根据具体的」· 代码 · 共 28 行

TXT
28
字号
OV511 USB Webcam Driver for 2.2, 2.4, and 2.5 kernelsMore thorough installation instructions are available at:http://alpha.dyndns.org/ov511/install.htmlQuick Installation:	make clean	make	(log in as root)	make install	(Gives a list of the supported installation types)	(run the appropriate install command)Compression support: - For OV511/OV511+ cameras: The decompression module is ov511_decomp.o . You   must load ov511.o with the "compress=1" module parameter to enable it. - For OV518/OV518+ cameras: The decompression module is ov518_decomp.o .   Compression will always be enabled; no need to specify compress=1. - For all cameras: You must load the decompressor AFTER loading ov511, and you   must unload the decompressor BEFORE unloading ov511. You will get errors   otherwise.Please see ov511.txt for more information.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?