DoubleLi

qq: 517712484 wx: ldbgliet

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 218 219 220 221 222 223 224 225 226 ··· 474 下一页

2017年2月16日

摘要: 大多数的内核里面都有会对GPIO的操作,而且内核里面对GPIO进行配置也很方便,要什么功能就配置成什么就可以了。 还有一些寄存器是内核没有配置到的,但是我们要操作怎么办,内核里面也定义了相关的接口函数。 在u-boot中操作某个寄存器: [cpp] view plain copy print? re 阅读全文
posted @ 2017-02-16 15:44 DoubleLi 阅读(2960) 评论(0) 推荐(0)

摘要: #include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <sys/mman.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h> int main(in 阅读全文
posted @ 2017-02-16 15:41 DoubleLi 阅读(1072) 评论(1) 推荐(0)

摘要: 首先安装必要的依赖库 sudo apt-get install autoconf automake sudo apt-get install libpcre3 libpcre3-dev 安装 zlib库 sudo apt-get install openssl sudo apt-get instal 阅读全文
posted @ 2017-02-16 14:12 DoubleLi 阅读(644) 评论(0) 推荐(0)

摘要: 第一个版本 ### 软件版本及实现功能 0.0.1 1. USB摄像头枚举和设备信息获取2. 实时视频观看3. 24小时不间断录像,录像文件支持暴风影音播放### 软件说明:软件基于 DirectShow 和 FFMpeg开发### 软件使用说明:1. 第一次使用(以管理员权限运行)打开系统配置进行 阅读全文
posted @ 2017-02-16 13:57 DoubleLi 阅读(566) 评论(0) 推荐(0)

摘要: 代码下载地址: http://download.csdn.net/detail/mtour/8243527 最近写了个程序需要用到http通讯,由于flash空间比较小,没有考虑 libcurl库,用c++封装了一个http类,实现了http 文件上传和下载 [cpp] view plain cop 阅读全文
posted @ 2017-02-16 13:55 DoubleLi 阅读(2888) 评论(0) 推荐(0)

摘要: 客户端示例: [cpp] view plain copy #include "Net.h" #include "../p2pInfo.h" int main() { CUdp udp; if (0!=udp.Open(16888)) { printf("client udp open failed  阅读全文
posted @ 2017-02-16 13:54 DoubleLi 阅读(543) 评论(0) 推荐(0)

摘要: vc6 测试工程下载地址: http://download.csdn.net/detail/mtour/8068053 代码如下: [cpp] view plain copy size_t my_write_func(void *ptr, size_t size, size_t nmemb, FIL 阅读全文
posted @ 2017-02-16 13:52 DoubleLi 阅读(8802) 评论(0) 推荐(0)

摘要: 测试环境搭建, 使用 wamp server (windows下的 apache+MySQL+php) libcurl vc6 工程代码 下载地址: http://download.csdn.net/detail/mtour/8060775 处理上传文件 php 代码 [php] view plai 阅读全文
posted @ 2017-02-16 13:52 DoubleLi 阅读(480) 评论(0) 推荐(0)

摘要: 现在主流的网络摄像机都支持标准H264视频格式,例如 海康网络摄像机, 通过海康提供的网络SDK可以获取到视频码流。我测试的这款相机,视频编码采用的是H264,音频编码采用的是G711a。 这里,我仅测试了视频。 通过海康SDK获取到视频流为PS流,根据PS协议格式,抽取其中的H264帧数据,SPS 阅读全文
posted @ 2017-02-16 13:51 DoubleLi 阅读(743) 评论(0) 推荐(0)

摘要: 做一款仿映客的直播App?看我就够了 直播时代--IOS直播客户端SDK,美颜直播 直播技术汇总 一、直播一些技术名词 1、什么是 FFmpeg ,FFmpeg 是一个开源免费跨平台的视频和音频流方案,属于自由软件,它提供了录制、转换以及流化音视频的完整解决方案。直播系统多使用该方案。 2、什么是  阅读全文
posted @ 2017-02-16 13:30 DoubleLi 阅读(4786) 评论(0) 推荐(0)

上一页 1 ··· 218 219 220 221 222 223 224 225 226 ··· 474 下一页