mjpg-streamer-code-182


网络摄像头
资源截图
代码片段和文件信息
/*******************************************************************************
#                                                                              #
#      MJPG-streamer allows to stream JPG frames from an input-plugin          #
#      to several output plugins                                               #
#                                                                              #
#      Copyright (C) 2007 Tom Stöveken                                         #
#                                                                              #
# This program is free software; you can redistribute it and/or modify         #
# it under the terms of the GNU General Public License as published by         #
# the Free Software Foundation; version 2 of the License.                      #
#                                                                              #
# This program is distributed in the hope that it will be useful              #
# but WITHOUT ANY WARRANTY; without even the implied warranty of               #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                #
# GNU General Public License for more details.                                 #
#                                                                              #
# You should have received a copy of the GNU General Public License            #
# along with this program; if not write to the Free Software                  #
# Foundation Inc. 59 Temple Place Suite 330 Boston MA  02111-1307  USA    #
#                                                                              #
*******************************************************************************/

#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 

#include “utils.h“
#include “mjpg_streamer.h“

/* globals */
static globals global;

/******************************************************************************
Description.: Display a help message
Input Value.: argv[0] is the program name and the parameter progname
Return Value: -
******************************************************************************/
void help(char *progname)
{
    fprintf(stderr “-----------------------------------------------------------------------
“);
    fprintf(stderr “Usage: %s
“ 
            “  -i | --input “ [parameters]“
“ 
            “  -o | --output “ [parameters]“
“ 
            “ [-h | --help ]........: display this help
“ 
            “ [-v | --version ].....: display version information
“ 
            “ [-b | --background]...: fork to the background daemon mode
“ progname);
    fprintf(stderr “---------------------------

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-04-19 08:06  mjpg-streamer-code-182
     目录           0  2016-04-19 08:06  mjpg-streamer-code-182uvc-streamer
     文件       17987  2007-09-29 07:04  mjpg-streamer-code-182uvc-streamerLICENSE
     文件        3905  2007-09-29 07:04  mjpg-streamer-code-182uvc-streamerv4l2uvc.h
     文件        2924  2007-09-29 07:04  mjpg-streamer-code-182uvc-streamercolor.h
     文件        3378  2007-09-29 07:04  mjpg-streamer-code-182uvc-streamerutils.c
     文件        5652  2007-09-29 07:04  mjpg-streamer-code-182uvc-streamerhuffman.h
     文件        3273  2007-09-29 07:04  mjpg-streamer-code-182uvc-streameruvc_compat.h
     文件        1177  2007-09-29 07:04  mjpg-streamer-code-182uvc-streamercontrol.h
     文件        2355  2007-09-29 07:04  mjpg-streamer-code-182uvc-streamerutils.h
     文件         822  2007-09-29 07:04  mjpg-streamer-code-182uvc-streamerCHANGELOG
     文件       17113  2007-09-29 07:04  mjpg-streamer-code-182uvc-streamercontrol.c
     文件        4169  2007-09-29 07:04  mjpg-streamer-code-182uvc-streamercolor.c
     文件         775  2007-09-29 07:04  mjpg-streamer-code-182uvc-streamerMakefile
     文件       19845  2007-09-29 07:04  mjpg-streamer-code-182uvc-streameruvcvideo.h
     文件       17849  2007-09-29 07:04  mjpg-streamer-code-182uvc-streamerv4l2uvc.c
     文件       14964  2007-09-29 07:04  mjpg-streamer-code-182uvc-streameruvc_stream.c
     文件        1975  2007-09-29 07:04  mjpg-streamer-code-182uvc-streamerREADME
     目录           0  2016-04-19 08:06  mjpg-streamer-code-182udp_client
     文件         178  2010-09-01 14:10  mjpg-streamer-code-182udp_clientmain.cpp
     文件         323  2010-09-01 14:10  mjpg-streamer-code-182udp_clientudp_client.pro
     文件        1597  2010-09-01 14:10  mjpg-streamer-code-182udp_clientmainwindow.cpp
     文件        2422  2010-09-01 14:10  mjpg-streamer-code-182udp_clientmainwindow.ui
     文件         577  2010-09-01 14:10  mjpg-streamer-code-182udp_clientmainwindow.h
     目录           0  2016-04-19 08:06  mjpg-streamer-code-182doc
     文件       13864  2012-04-23 16:00  mjpg-streamer-code-182docplugin_commands.odg
     文件       69404  2010-11-09 23:58  mjpg-streamer-code-182docplugin_comm.odt
     文件       33645  2010-11-09 23:58  mjpg-streamer-code-182doccommands.png
     目录           0  2016-04-19 08:06  mjpg-streamer-code-182mjpg-streamer-experimental
     文件       17987  2007-09-29 07:26  mjpg-streamer-code-182mjpg-streamer-experimentalLICENSE
     目录           0  2016-04-19 08:06  mjpg-streamer-code-182mjpg-streamer-experimentalplugins
............此处省略281个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)