ARM9远程视频监控uvc-streame+viewer.exe测试

2193阅读 0评论2011-04-25 yuweixian4230
分类:嵌入式

本文的copyright归yuweixian4230@163.com 所有,使用GPL发布,可以自由拷贝,转载。但转载请保持文档的完整性,注明原作者及原链接,严禁用于任何商业用途。
作者:yuweixian4230@163.com
博客:
yuweixian4230.blog.chinaunix.net 


ARM9远程视频监控uvc-streame+viewer.exe测试 USB摄像头



1.先插上 USB摄像头,然后启动

  1. VFS: Mounted root (yaffs filesystem) on device 31:2.
  2. Freeing init memory: 196K
  3. gspca: probing 0ac8:301b
  4. zc3xx: probe 2wr ov vga 0x0000
  5. zc3xx: probe sensor -> 0011
  6. zc3xx: Find Sensor HV7131R(c)
  7. gspca: video0 created


  8. Try to bring eth0 interface up ...


2.使用 uvc_stream 可执行程序  放置在 /lib/下


  1. [root@yuweixian /]# uvc_stream --help  查看帮助
  2. ------------------------------------------------------------------
  3. Usage: uvc_stream
  4.  [-h | --help ]........: display this help
  5.  [-d | --device ]......: video device to open (your camera)
  6.  [-r | --resolution ]..: 960x720, 640x480, 320x240, 160x120
  7.  [-f | --fps ].........: frames per second
  8.  [-p | --port ]........: TCP-port for the server
  9.  [-c | --control_port ]: TCP-port for the motor control server
  10.  [-v | --version ].....: display version information
  11.  [-b | --background]...: fork to the background, daemon mode
  12.  --disable_control.....: disable the motor control server
  13. ------------------------------------------------------------------


3.命令

  1. [root@yuweixian /]# uvc_stream
  2. Using V4L2 device.....: /dev/video0
  3. Resolution............: 640 x 480    默认分辨率
  4. frames per second.....: 5
  5. TCP port..............: 8080
  6. motor control TCP port: 8081
  7. zc3xx: probe 2wr ov vga 0x0000


4. window上 viewer.exe 显示





上一篇:ARM9远程视频监控 mjpg-streamer+viewer.exe测试
下一篇:MJPG-streamer 文件中的 README