码迷,mamicode.com
首页 >  
搜索关键字:capture    ( 958个结果
对电影播放器,网络游戏画面截图,则显示一片黑,怎么办?
我们先来分析一下原因:这里引用一段话:对于不少视频播放软件来说,他们都是使用 direct show 来快速显示视频的,这种视频画面,一般的 screen capture 是无法截取的,只能通过一个 hook 来实现对 layer 层的截取,而且效果非常差,对于一个 24ps 的视频,占用 cpu 非常高. (kmp,smplayer,qvod,qq影音都使用 driect show. 但非常奇...
分类:其他好文   时间:2014-11-04 13:09:16    阅读次数:200
tcpdump抓包
@echo off adb remount adb shell rm -r /data/local/tcpdump adb push tcpdump /data/local/tcpdump adb shell chmod 6755 /data/local/tcpdump adb shell rm -r /sdcard/capture.pcap echo "抓包结束后可以按c...
分类:其他好文   时间:2014-11-03 17:53:56    阅读次数:232
Tcpdump usage examples
In most cases you will need root permission to be able to capture packets on an interface. Using tcpdump (with root) to capture the packets and saving...
分类:其他好文   时间:2014-11-03 14:29:58    阅读次数:355
嵌入式开发之davinci--- 8127 中camer 和 capture link 的区别
(1)camera link(2)capture link(3)两者区别(1)camera link 走的是isp iss link采集的得到的数据,适用于ipnc 框架(2)capture link 走的是vpss 里面的vip0 a,b vip1 a,b。适用于dvr,底层内核驱动是v4l2,在...
分类:其他好文   时间:2014-10-30 22:25:29    阅读次数:330
[Leetcode][JAVA] Surrounded Regions
Given a 2D board containing'X'and'O', capture all regions surrounded by'X'.A region is captured by flipping all'O's into'X's in that surrounded region...
分类:编程语言   时间:2014-10-27 06:55:21    阅读次数:213
Surrounded Regions
Given a 2D board containing'X'and'O', capture all regions surrounded by'X'.A region is captured by flipping all'O's into'X's in that surrounded region...
分类:其他好文   时间:2014-10-24 23:36:15    阅读次数:309
调用android的Camera 执行结果没有回调onActivityResult()
============问题描述============ 我调用android系统的camera:Uriuri=Uri.fromFile(newFile(imagepath)); Intentintent=newIntent(MediaStore.ACTION_IMAGE_CAPTURE); int...
分类:移动开发   时间:2014-10-22 00:35:26    阅读次数:223
Android开发之系统相机相册使用
获取图片后进行处理,对分辨率较大的进行缩放,较小的原图显示 1、调用系统相机 [java] view plaincopyprint? Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);// 调用系统相机   new DateFormat();   name = DateF...
分类:移动开发   时间:2014-10-21 19:43:01    阅读次数:310
设计模式学习笔记--备忘录(Mamento)模式
备忘录模式(Memento Pattern),又叫快照模式(Snapshot Pattern)或Token模式,是对象的行为模式。 备忘录对象是一个用来存储另一个对象内部状态的快照的对象。备忘录模式的用意,是在不破坏封装(enscapsolution)的条件下,将另一个对象的状态捕捉(capture)住,并外部(Externalize)化,存储起来,从来可以在将来合适的时候,把这个对象还原到存储起来的状态。...
分类:其他好文   时间:2014-10-17 18:53:41    阅读次数:219
robot framework测试驱动无法定位页面元素
robot framework错误提示: [ WARN ] Keyword 'Capture Page Screenshot' could not be run on failure: NoSuchWindowException: Message: u'Unable to get ...
分类:其他好文   时间:2014-10-14 19:12:59    阅读次数:799
958条   上一页 1 ... 85 86 87 88 89 ... 96 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!