• 大小: 3.51MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-09-09
  • 语言: Java
  • 标签: spydroid  ipc  amera  android  

资源简介

spydroid-ipcamera-master.zip 是一个开源的andoird源码,运行在android手机上,可将手机的摄像头当做ipc camera,电脑可采用vlc实时监控手机的摄像头。

资源截图

代码片段和文件信息

/*
 * ====================================================================
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License Version 2.0 (the
 * “License“); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing
 * software distributed under the License is distributed on an
 * “AS IS“ BASIS WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 * ====================================================================
 *
 * This software consists of voluntary contributions made by many
 * individuals on behalf of the Apache Software Foundation.  For more
 * information on the Apache Software Foundation please see
 * .
 *
 */

/*
 * Copyright (C) 2011-2013 GUIGUI Simon fyhertz@gmail.com
 * 
 * This file is part of Spydroid (http://code.google.com/p/spydroid-ipcamera/)
 * 
 * Spydroid 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; either version 3 of the License or
 * (at your option) any later version.
 * 
 * This source code 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 source code; if not write to the Free Software
 * Foundation Inc. 59 Temple Place Suite 330 Boston MA  02111-1307  USA
 */

package net.majorkernelpanic.http;

import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.io.InterruptedIOException;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.net.ServerSocket;
import java.net.Socket;
import java.net.SocketException;
import java.net.SocketTimeoutException;
import java.net.URLDecoder;
import java.util.Locale;

import org.apache.http.ConnectionClosedException;
import org.apache.http.HttpEntity;
import org.apache.http.HttpEntityEnclosingRequest;
import org.apache.http.HttpException;
import org.apache.http.HttpRequest;
import org.apache.http.HttpResponse;
import org.apache.http.HttpServerConnection;
import org.apache.http.HttpStatus;
import org.apache.http.MethodNotSupportedException;
import org.apache.http.entity.AbstractHttp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-02-22 15:32  spydroid-ipcamera-master\
     文件         442  2013-02-22 15:32  spydroid-ipcamera-master\.classpath
     文件         133  2013-02-22 15:32  spydroid-ipcamera-master\.gitignore
     文件         811  2013-02-22 15:32  spydroid-ipcamera-master\.project
     文件        2209  2013-02-22 15:32  spydroid-ipcamera-master\AndroidManifest.xml
     文件       35147  2013-02-22 15:32  spydroid-ipcamera-master\LICENSE
     文件          81  2013-02-22 15:32  spydroid-ipcamera-master\README
     目录           0  2013-02-22 15:32  spydroid-ipcamera-master\assets\
     目录           0  2013-02-22 15:32  spydroid-ipcamera-master\assets\www\
     文件        3974  2013-02-22 15:32  spydroid-ipcamera-master\assets\www\credits.htm
     目录           0  2013-02-22 15:32  spydroid-ipcamera-master\assets\www\fonts\
     文件       19744  2013-02-22 15:32  spydroid-ipcamera-master\assets\www\fonts\bangers.eot
     文件       21512  2013-02-22 15:32  spydroid-ipcamera-master\assets\www\fonts\bangers.woff
     文件       71816  2013-02-22 15:32  spydroid-ipcamera-master\assets\www\fonts\sunshiney.eot
     文件       81948  2013-02-22 15:32  spydroid-ipcamera-master\assets\www\fonts\sunshiney.woff
     目录           0  2013-02-22 15:32  spydroid-ipcamera-master\assets\www\images\
     文件        1507  2013-02-22 15:32  spydroid-ipcamera-master\assets\www\images\blue-button.png
     文件       14893  2013-02-22 15:32  spydroid-ipcamera-master\assets\www\images\camera.png
     文件       18292  2013-02-22 15:32  spydroid-ipcamera-master\assets\www\images\eye.png
     文件       45314  2013-02-22 15:32  spydroid-ipcamera-master\assets\www\images\facebook.png
     文件       60567  2013-02-22 15:32  spydroid-ipcamera-master\assets\www\images\install.jpg
     文件       16120  2013-02-22 15:32  spydroid-ipcamera-master\assets\www\images\lamp.png
     文件        6508  2013-02-22 15:32  spydroid-ipcamera-master\assets\www\images\quote.png
     文件        1527  2013-02-22 15:32  spydroid-ipcamera-master\assets\www\images\red-button.png
     文件       27344  2013-02-22 15:32  spydroid-ipcamera-master\assets\www\images\speaker.png
     文件       11038  2013-02-22 15:32  spydroid-ipcamera-master\assets\www\images\spydroid.png
     文件        8644  2013-02-22 15:32  spydroid-ipcamera-master\assets\www\index.htm
     目录           0  2013-02-22 15:32  spydroid-ipcamera-master\assets\www\js\
     文件         381  2013-02-22 15:32  spydroid-ipcamera-master\assets\www\js\ie.js
     文件       94840  2013-02-22 15:32  spydroid-ipcamera-master\assets\www\js\jquery-1.7.1.min.js
     文件       44823  2013-02-22 15:32  spydroid-ipcamera-master\assets\www\js\less-1.2.2.min.js
............此处省略127个文件信息

评论

共有 条评论