• 大小: 2.93MB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2023-10-30
  • 语言: 其他
  • 标签: wifi  cam  

资源简介

网络摄像头

资源截图

代码片段和文件信息

/*******************************************************************************
#                                                                              #
#      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 “-----------------------------------------------------------------------\n“);
    fprintf(stderr “Usage: %s\n“ \
            “  -i | --input \“ [parameters]\“\n“ \
            “  -o | --output \“ [parameters]\“\n“ \
            “ [-h | --help ]........: display this help\n“ \
            “ [-v | --version ].....: display version information\n“ \
            “ [-b | --background]...: fork to the background daemon mode\n“ progname);
    fprintf(stderr “---------------------------

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-04-19 08:06  mjpg-streamer-code-182\
     目录           0  2016-04-19 08:06  mjpg-streamer-code-182\uvc-streamer\
     文件       17987  2007-09-29 07:04  mjpg-streamer-code-182\uvc-streamer\LICENSE
     文件        3905  2007-09-29 07:04  mjpg-streamer-code-182\uvc-streamer\v4l2uvc.h
     文件        2924  2007-09-29 07:04  mjpg-streamer-code-182\uvc-streamer\color.h
     文件        3378  2007-09-29 07:04  mjpg-streamer-code-182\uvc-streamer\utils.c
     文件        5652  2007-09-29 07:04  mjpg-streamer-code-182\uvc-streamer\huffman.h
     文件        3273  2007-09-29 07:04  mjpg-streamer-code-182\uvc-streamer\uvc_compat.h
     文件        1177  2007-09-29 07:04  mjpg-streamer-code-182\uvc-streamer\control.h
     文件        2355  2007-09-29 07:04  mjpg-streamer-code-182\uvc-streamer\utils.h
     文件         822  2007-09-29 07:04  mjpg-streamer-code-182\uvc-streamer\CHANGELOG
     文件       17113  2007-09-29 07:04  mjpg-streamer-code-182\uvc-streamer\control.c
     文件        4169  2007-09-29 07:04  mjpg-streamer-code-182\uvc-streamer\color.c
     文件         775  2007-09-29 07:04  mjpg-streamer-code-182\uvc-streamer\Makefile
     文件       19845  2007-09-29 07:04  mjpg-streamer-code-182\uvc-streamer\uvcvideo.h
     文件       17849  2007-09-29 07:04  mjpg-streamer-code-182\uvc-streamer\v4l2uvc.c
     文件       14964  2007-09-29 07:04  mjpg-streamer-code-182\uvc-streamer\uvc_stream.c
     文件        1975  2007-09-29 07:04  mjpg-streamer-code-182\uvc-streamer\README
     目录           0  2016-04-19 08:06  mjpg-streamer-code-182\udp_client\
     文件         178  2010-09-01 14:10  mjpg-streamer-code-182\udp_client\main.cpp
     文件         323  2010-09-01 14:10  mjpg-streamer-code-182\udp_client\udp_client.pro
     文件        1597  2010-09-01 14:10  mjpg-streamer-code-182\udp_client\mainwindow.cpp
     文件        2422  2010-09-01 14:10  mjpg-streamer-code-182\udp_client\mainwindow.ui
     文件         577  2010-09-01 14:10  mjpg-streamer-code-182\udp_client\mainwindow.h
     目录           0  2016-04-19 08:06  mjpg-streamer-code-182\doc\
     文件       13864  2012-04-23 16:00  mjpg-streamer-code-182\doc\plugin_commands.odg
     文件       69404  2010-11-09 23:58  mjpg-streamer-code-182\doc\plugin_comm.odt
     文件       33645  2010-11-09 23:58  mjpg-streamer-code-182\doc\commands.png
     目录           0  2016-04-19 08:06  mjpg-streamer-code-182\mjpg-streamer-experimental\
     文件       17987  2007-09-29 07:26  mjpg-streamer-code-182\mjpg-streamer-experimental\LICENSE
     目录           0  2016-04-19 08:06  mjpg-streamer-code-182\mjpg-streamer-experimental\plugins\
............此处省略281个文件信息

评论

共有 条评论