Chinaunix首页 | 论坛 | 博客
  • 博客访问: 160387
  • 博文数量: 21
  • 博客积分: 2227
  • 博客等级: 大尉
  • 技术积分: 215
  • 用 户 组: 普通用户
  • 注册时间: 2009-10-07 19:51
文章分类
文章存档

2012年(1)

2011年(1)

2009年(19)

分类: LINUX

2009-11-11 20:49:29

U盘与鼠标的配置:
配置:
# make menuconfig
选上以下:

Device Drivers --->
        SCSI device support --->
             <*> SCSI device support
             [*] legacy /proc/scsi/ support
             <*> SCSI disk support
        [*] HID Devices --->
             <*> USB Human Interface Device (full HID) support
             [*] /dev/hiddev raw HID device support
        [*] USB support --->
             <*> Support for Host-side USB
             [*] USB device filesystem
             [*] USB device class-devices (DEPRECATED)
             <*> OHCI HCD support
             <*> USB Mass Storage support


编译:
# make zImage
U盘和USB鼠标均可以使用!


摄象头的配置:
配置:
# make menuconfig
选上以下:

Device Drivers --->
        Multimedia devices --->
                   <*> Video For Linux
                   [*] Enable Video For Linux API 1 (DEPRECATED)
                   [*] Video capture adapters --->
                       [*] Autoselect pertinent encoders/decoders and other helper chip
                       [*] V4L USB devices --->
                              <*> USB Video Class (UVC)
                              [*] UVC input events device support
                              <*> GSPCA based webcams --->

          如果不确定你的USB摄像头使用何种芯片,全部选上即可!
编译:
# make zImage
友善之臂公司提供的基于Qt的USB摄像头测试程序可以使用!


阅读(2134) | 评论(0) | 转发(1) |
给主人留下些什么吧!~~