登录
首页 » Android » spydroid

spydroid

于 2022-02-11 发布 文件大小:58.30 MB
0 198
下载积分: 2 下载次数: 1

代码说明:

最近在做一个需要在两台手机之间实时传输视频的项目,正好拿这个作参考,我将以前的源码eclipse编译的转换成androidstudio可以编译成功。需要的可以下载参考!spydroid这个项目能够将Android设备变成一个网络摄像机 ip camera。spydroid是一个很小的app,能够将手机的摄像头和麦克风streams至你的浏览器或VLC。它是市场上最强大的工具,一种方法用来从智能手机传输音频/视频到您的电脑或者另外一台手机上。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • exercise
    模拟android手机上通讯录程序 模拟实现手机上联系人的添加操作 (Analog android phone address book program to simulate the add operation of mobile phone contact)
    2012-06-14 00:14:13下载
    积分:1
  • 安卓客户端与服务器的简单通信对话
    本代码是运行在Android Studio2.3.3环境下,JDK版本1.8,所用的Gradle版本是3.3。主要功能是实现手机客户端电脑服务器之间的简单通信,Server.java运行在服务端,Client.java代码运行在客户端,可实现交互。
    2022-11-16 08:15:07下载
    积分:1
  • 3D-air-war
    3D 空战游戏 open GL编程应用实例(3D air war game 3D open GL application instance for studying)
    2012-10-16 14:38:55下载
    积分:1
  • Android OBD2 App for Bluetooth ELM327
    Android OBD2 App for Bluetooth ELM327 车联网的 android端 obd源码, 协议和发送接收指令 ,显示行车电脑里各种数据以及故障码等
    2022-03-01 18:34:38下载
    积分:1
  • 手势桌面滑滑源码
    Android 桌面滑滑源码 类似单手划划 
    2022-09-03 11:15:03下载
    积分:1
  • android联系人带字母检索源码
    android联系人带字母检索源码/** * 联系人列表适配器。 * * @author guolin */public class ContactAdapter extends ArrayAdapter { /** * 需要渲染的item布局文件 */ private int resource; /** * 字母表分组工具 */ private SectionIndexer mIndexer; public ContactAdapter(Context context, int textViewResourceId, List objects) { super(context, textViewResourceId, objects); resource = textViewResourceId; } @Override public View getView(int position, View convertView, ViewGroup parent) { Contact contact = getItem(position); LinearLayout layout = null; if (convertView == null) { layout = (LinearLayout) LayoutInflater.from(getContext()).inflate(resource, null); } else { layout = (LinearLayout) convertView; } TextView name = (TextView) layout.findViewById(R.id.name); LinearLayout sortKeyLayout = (LinearLayout) layout.findViewById(R.id.sort_key_layout); TextView sortKey = (TextView) layout.findViewById(R.id.sort_key); name.setText(contact.getName()); int section = mIndexer.getSectionForPosition(position); if (position == mIndexer.getPositionForSection(section)) { sortKey.setText(contact.getSortKey()); sortKeyLayout.setVisibility(View.VISIBLE); } else { sortKeyLayout.setVisibility(View.GONE); } return layout; } /** * 给当前适配器传入一个分组工具。 * * @param indexer */ public void setIndexer(SectionIndexer indexer) { mIndexer = indexer; }}
    2014-04-13下载
    积分:1
  • 连连支付功能
    连连支付功能
    2015-06-17下载
    积分:1
  • 仿京东筛选的简单实现
    仿京东筛选功能的简单实现。主要用到android中的DrawerLayout,即“抽屉”。抽屉的实现关键要注意在资源文件中,把DrawerLayout最好为界面的根布局,官网是这样说的,否则可能会出现触摸事件被屏蔽的问题。
    2023-01-27 17:45:05下载
    积分:1
  • android 百度地图搜索自定义周边 例子源码下载
    android 百度地图搜索自定义周边 例子源码下载
    2015-05-12下载
    积分:1
  • UsbHostDemo
    主要是通过USB host 与HID设备进行通讯:枚举设备->找到设备的接口->连接设备->分配相应的端点->在IN端点进行读操作,在OUT端点进行写操作。 Mainly through the USB host to communicate with HID devices: enumerate devices-> find the device interface-> Connect device-> Assign appropriate endpoint-> the IN endpoint read, write in the OUT endpoint.
    2022-01-21 22:08:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载