rgb-yuv%2fmodule-setting

来自「spca5xx video for linux (v4l) driver」· 代码 · 共 21 行

TXT
21
字号
Some usefull setting for the module:KERNEL 2.6.x ONLY/******************************************************************/IMPORTANT !!!!you need to close and reopen the device to get the change active./******************************************************************/ you can also use sysfs kernel 2.6.x like this:echo "4" > /sys/module/spca5xx/gammaecho "217" > /sys/module/spca5xx/GRedshould set the gamma parameters to 4 and GRed to 217The Gimp is usefull to get the good value :)KERNEL 2.6.x AND KERNEL 2.4.xotherwhise load the module for example with :modprobe spca5xx GRed=217 GBlue=300 GGreen=224 gamma=4 ormodprobe spca5xx OffRed=16 OffGreen=-32 OffBlue=-16 GBlue=288 GGreen=288 or you can set up that option in the modprobe.conf or modules.confoptions spca5xx GRed=217 GBlue=300 GGreen=224 gamma=4 

⌨️ 快捷键说明

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