#功能简介 一个从simplewebcam拓展来的程序.它源码不在github所以木有fork了.实现usb摄像头的preview功能.此版本添加jpeg解码显示.
#TODO
将来还会继续添加使用ffmpeg录像和移动侦测功能.
(:з」∠) 但是上次那个项目说要添加至今还没commit过.. 但是如果有人star支持的话我一定不会这么拖延的!!~
以下是原工程README.(其实没啥用..
Eclipse project for android to use USB Webcam.
To run this application, the following conditions should be satisfied.
- The kernel is V4L2 enabled, e.g.,
CONFIG_VIDEO_DEV=y
CONFIG_VIDEO_V4L2_COMMON=y
CONFIG_VIDEO_MEDIA=y
CONFIG_USB_VIDEO_CLASS=y
CONFIG_V4L_USB_DRIVERS=y
CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
-
The permission of /dev/video0 is set 0666 in /ueventd.xxxx.rc
-
USB WebCam is UVC camera, and it supports 640x480 resolution with YUYV format.
Supported platform : Iconia Tab A500.
This application will also work on V4L2-enabled pandaboard and beagleboard.