文件名称:Camera_sxt
介绍说明--下载内容均来自于网络,请自行研究使用
手机摄像头图像源码是一套PC端动态演示手机摄像头图像的源码,在电脑上先运行服务端,手机需要和电脑在一个网络中,打开安卓端以后会要求配置一个ip地址,把PC的IP地址填入手机,点击登录以后服务端控制台会循环打印连接成功,并且弹出一个窗口用来演示手机传过来的图像每秒可以显示20-30帧图像。可以截屏图片并保存为本地文件,本项目包括java服务端源码和安卓客户端源码通过Socket进行通信。-Cell phone camera image source is a PC dynamic demonstration of mobile phone camera images of the source code, on the computer to run the server, mobile phone and computer in a network, open Android will be required to configure an IP address and write the IP address of the PC in the mobile phone, click login after the server console will print loop connection is successful, and a pop-up window used to demo phones to send images per second can display 20-30 fr a mes. Screenshots and save to a local file, the project includes Java server source code and Android client source code to communicate through socket.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Camera
......\CameraDemo
......\..........\.classpath
......\..........\.myeclipse
......\..........\.mymetadata
......\..........\.project
......\..........\.settings
......\..........\.........\.jsdtscope
......\..........\.........\org.eclipse.jdt.core.prefs
......\..........\.........\org.eclipse.wst.jsdt.ui.superType.container
......\..........\.........\org.eclipse.wst.jsdt.ui.superType.name
......\..........\src
......\..........\...\com
......\..........\...\...\hbtx
......\..........\...\...\....\ImageServer.java
......\..........\WebRoot
......\..........\.......\index.jsp
......\..........\.......\META-INF
......\..........\.......\........\MANIFEST.MF
......\..........\.......\WEB-INF
......\..........\.......\.......\classes
......\..........\.......\.......\.......\com
......\..........\.......\.......\.......\...\hbtx
......\..........\.......\.......\.......\...\....\ImageFrame.class
......\..........\.......\.......\.......\...\....\ImagePanel.class
......\..........\.......\.......\.......\...\....\ImageServer.class
......\..........\.......\.......\.......\...\....\saveimage.class
......\..........\.......\.......\lib
......\..........\.......\.......\web.xml
......\..........\说明.htm
......\CameraTest
......\..........\.classpath
......\..........\.project
......\..........\.settings
......\..........\.........\org.eclipse.jdt.core.prefs
......\..........\AndroidManifest.xml
......\..........\assets
......\..........\bin
......\..........\...\AndroidManifest.xml
......\..........\...\CameraTest.apk
......\..........\...\classes
......\..........\...\.......\org
......\..........\...\.......\...\wanghai
......\..........\...\.......\...\.......\CameraTest
......\..........\...\.......\...\.......\..........\BuildConfig.class
......\..........\...\.......\...\.......\..........\CameraTest$1.class
......\..........\...\.......\...\.......\..........\CameraTest.class
......\..........\...\.......\...\.......\..........\GetIP$1.class
......\..........\...\.......\...\.......\..........\GetIP$2.class
......\..........\...\.......\...\.......\..........\GetIP.class
......\..........\...\.......\...\.......\..........\MyThread.class
......\..........\...\.......\...\.......\..........\R$attr.class
......\..........\...\.......\...\.......\..........\R$drawable.class
......\..........\...\.......\...\.......\..........\R$id.class
......\..........\...\.......\...\.......\..........\R$layout.class
......\..........\...\.......\...\.......\..........\R$string.class
......\..........\...\.......\...\.......\..........\R.class
......\..........\...\.......\...\.......\..........\StreamIt.class
......\..........\...\classes.dex
......\..........\...\dexedLibs
......\..........\...\res
......\..........\...\...\crunch
......\..........\...\...\......\drawable-hdpi
......\..........\...\...\......\.............\ic_launcher.png
......\..........\...\...\......\drawable-ldpi
......\..........\...\...\......\.............\ic_launcher.png
......\..........\...\...\......\drawable-mdpi
......\..........\...\...\......\.............\ic_launcher.png
......\..........\...\...\......\drawable-xhdpi
......\..........\...\...\......\..............\ic_launcher.png
......\..........\...\resources.ap_
......\..........\gen
......\..........\...\org
......\..........\...\...\wanghai
......\..........\...\...\.......\CameraTest
......\..........\...\...\.......\..........\BuildConfig.java
......\..........\...\...\.......\..........\R.java
......\..........\proguard-project.txt
......\..........\project.properties
......\..........\res
......\..........\...\drawable-hdpi
......\..........\...\.............\ic_launcher.png
......\..........\...\drawable-ldpi
......\..........\...\.............\ic_launcher.png
......\..........\...\drawable-mdpi
......\..........\...\.............\ic_launcher.png
......\..........\...\drawable-xhdpi
......\..........\...\..............\ic_launcher.png
......\..........\...\layout
......\..........\...\......\login.xml
......\..........\...\......\main.xml
......\..........\...\......\save.xml
...