2010 Intel CUP memorandum

2010-4-14

  1. install the Fedora 12 on pc.
  2. install vnc software
  3. install QT 4.6(compile,link,install)
  4. Test the QT progrmming
  5. install the WebCamera Driver(Sonix USB 2.0 Camera (Acer Aspire 5050 and HP Pavilion DV6000 notebooks)
    Trust SpotLight Webcam Pro)
    1. http://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers#Build_and_Installation_Instructions
    2. http://linux-uvc.berlios.de/
  6. install aMSN to test the WebCamera(sudo yum install aMSN amsn-plugins)---Success

configuration of vncserver

  • 用户设置 sudo vi /etc/sysconfig/vncservers
  • 启动 sudo service vncserver restart/start/stop/status
  • vncpasswd用来设置密码

Driver installation of WebCamera

  • find out the model of Webcamera
  • lsusb -v|more查看usb camera的型号和生产厂商
  • download support driver of the device(http://linux-uvc.berlios.de/)
  • make
  • make install
  • success
  • lsmod查看是否有module在驱动中运行

你可能感兴趣的:(2010 Intel CUP memorandum)