arm_Video_Surveillance

所属分类:Linux/Unix编程
开发工具:Others
文件大小:1380KB
下载次数:5
上传日期:2013-12-12 12:56:36
上 传 者流年liunian
说明:  ARM处理器在Linux操作环境下实现了视频数据的采集与发送,该程序是作为视频发送端。
(ARM processors in the Linux operating environment to achieve a collection and send video data, the program is sent as a video terminal.)

文件列表:
arm数据采集终端主程序\CHANGELOG (1, 2010-03-27)
arm数据采集终端主程序\input_s3c2410.so (62436, 2011-09-22)
arm数据采集终端主程序\input_testpicture.so (169258, 2011-09-22)
arm数据采集终端主程序\input_uvc.so (51949, 2011-09-22)
arm数据采集终端主程序\LICENSE (17987, 2010-03-27)
arm数据采集终端主程序\Makefile (2458, 2011-09-03)
arm数据采集终端主程序\Makefile.bak (2458, 2010-03-27)
arm数据采集终端主程序\mjpg-streamer-mini2440.kdev4 (68, 2010-03-27)
arm数据采集终端主程序\mjpg_streamer (18652, 2011-09-22)
arm数据采集终端主程序\mjpg_streamer.c (20021, 2011-09-22)
arm数据采集终端主程序\mjpg_streamer.c.bak (19900, 2011-09-22)
arm数据采集终端主程序\mjpg_streamer.h (2727, 2011-09-03)
arm数据采集终端主程序\mjpg_streamer.h.bak (2704, 2011-09-03)
arm数据采集终端主程序\mjpg_streamer.o (13620, 2011-09-22)
arm数据采集终端主程序\output_file.so (13425, 2011-09-22)
arm数据采集终端主程序\output_http.so (32355, 2011-09-22)
arm数据采集终端主程序\plugins\.svn\all-wcprops (244, 2010-03-27)
arm数据采集终端主程序\plugins\.svn\entries (694, 2010-03-27)
arm数据采集终端主程序\plugins\.svn\format (2, 2010-03-27)
arm数据采集终端主程序\plugins\.svn\text-base\input.h.svn-base (3048, 2010-03-27)
arm数据采集终端主程序\plugins\.svn\text-base\output.h.svn-base (2694, 2010-03-27)
arm数据采集终端主程序\plugins\input.h (3387, 2011-09-24)
arm数据采集终端主程序\plugins\input.h.bak (3233, 2011-09-04)
arm数据采集终端主程序\plugins\input_file\.svn\all-wcprops (188, 2010-03-27)
arm数据采集终端主程序\plugins\input_file\.svn\entries (420, 2010-03-27)
arm数据采集终端主程序\plugins\input_file\.svn\format (2, 2010-03-27)
arm数据采集终端主程序\plugins\input_file\.svn\text-base\input_file.c.svn-base (6872, 2010-03-27)
arm数据采集终端主程序\plugins\input_file\input_file.c (6872, 2010-03-27)
arm数据采集终端主程序\plugins\input_gspcav1\.svn\all-wcprops (1964, 2010-03-27)
arm数据采集终端主程序\plugins\input_gspcav1\.svn\entries (2759, 2010-03-27)
arm数据采集终端主程序\plugins\input_gspcav1\.svn\format (2, 2010-03-27)
arm数据采集终端主程序\plugins\input_gspcav1\.svn\prop-base\jconfig.h.svn-base (30, 2010-03-27)
arm数据采集终端主程序\plugins\input_gspcav1\.svn\prop-base\spcav4l.c.svn-base (30, 2010-03-27)
arm数据采集终端主程序\plugins\input_gspcav1\.svn\prop-base\spcav4l.h.svn-base (30, 2010-03-27)
arm数据采集终端主程序\plugins\input_gspcav1\.svn\text-base\encoder.c.svn-base (30162, 2010-03-27)
arm数据采集终端主程序\plugins\input_gspcav1\.svn\text-base\encoder.h.svn-base (3796, 2010-03-27)
arm数据采集终端主程序\plugins\input_gspcav1\.svn\text-base\huffman.c.svn-base (15286, 2010-03-27)
arm数据采集终端主程序\plugins\input_gspcav1\.svn\text-base\huffman.h.svn-base (1885, 2010-03-27)
arm数据采集终端主程序\plugins\input_gspcav1\.svn\text-base\input_gspcav1.c.svn-base (12539, 2010-03-27)
... ...

"MJPG-streamer", is a command line application that copied JPG-frame from a single input plugin to multiple output plugins. It can be used to stream JPEG files over an IP-based network from the webcam to a viewer like Firefox, Cambozola, Videolanclient or even to a Windows Mobile device running the TCPMP-Player. It was written for embedded devices with very limited ressources in terms of RAM and CPU. Its origin, the "uvc_streamer" was written, because Linux-UVC compatible cameras directly produce JPEG-data, allowing fast and perfomant M-JPEG streams even from an embedded device running OpenWRT. The input module "input_uvc.so" captures such JPG frames from a connected webcam. This tool can be modified and distributed according to the terms of the GPL v2. Currently no issues are known, but since this software is quite young and not used widely it may cause problems. You must really know what you are doing, if you use this software. If you want to use the software you are obliged to check if the sourcecode does what you expect it to do and take the risk yourself to use it. To view the stream use VLC or Firefox and open the URL: http://127.0.0.1:8080/?action=stream To view a single JPEG just call: http://127.0.0.1:8080/?action=snapshot To compile and start the tool: # tar xzvf mjpg-streamer.tgz # cd mjpg-streamer # make clean all # export LD_LIBRARY_PATH=. # ./mjpg_streamer -o "output_http.so -w ./www" More examples can be found in the start.sh bash script. In case of error: * the input plugin "input_uvc.so" depends on libjpeg, make sure it is installed. Dependencies for the input plugin "input_uvc.so": * libjpeg * recent Linux-UVC driver (newer then revision #170) Dependencies for the output plugin "output_autofocus.so": * libmath

近期下载者

相关文件


收藏者