-
Real
实时抓屏,并保存成avi的程序例子,很好的参考价值-Real-time screenshots, and save into avi procedure example, a very good reference value
- 2022-02-13 04:38:07下载
- 积分:1
-
一个过滤器脚本,需要DX9支持,欢迎测试,有问题告诉我
一个过滤器脚本,需要DX9支持,欢迎测试,有问题告诉我-a script filters need DX9 support and welcome testing, and it is telling me
- 2022-05-20 06:07:10下载
- 积分:1
-
在国外网站上找到一个用C#写的驱动摄像头的程序 安装摄像头后,一般可以找到一个avicap32.dll文件 这是一个关于摄像头的类...
在国外网站上找到一个用C#写的驱动摄像头的程序 安装摄像头后,一般可以找到一个avicap32.dll文件 这是一个关于摄像头的类-abroad to find a website with C# was driven camera installation of cameras, the general can find a document avicap32.dll This is a camera on the category
- 2022-03-09 18:09:21下载
- 积分:1
-
视频采集以及压缩
没有MFC,全win32编写
视频采集以及压缩
没有MFC,全win32编写-Video capture and compression is not MFC, the whole preparation win32
- 2022-11-04 05:05:03下载
- 积分:1
-
textureVIew 显示本地视频
应用背景之前使用surfaceView做视图显示,但是surfaceView无法实现旋转等一些操作,就找到了textureView做视图显示,做的一个简单播放本地视频的例子关键技术public class MainActivity extends Activity implements SurfaceTextureListener, OnBufferingUpdateListener, OnCompletionListener, OnPreparedListener, OnVideoSizeChangedListener{
TextureView textureView;
private MediaPlayer mMediaPlayer;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
textureView=(TextureView) findViewById(R.id.textureview);
textureView.setSurfaceTextureListener(this);
// textureView=new TextureView(this);
// textureView.setSurfaceTextureListener(this);
// setContentView(textureView);
}
@Override
public void onSurfaceTextureAvailable(SurfaceTexture surface, int width,
int height) {
System.out.println("onSurfaceTextureAvailab
- 2022-01-25 20:33:25下载
- 积分:1
-
TS demux到ES流,然后ES到PES再到TS进行打包
TS demux到ES流,然后ES到PES再到TS进行打包
可以很好理解 TS, ES, PES
- 2022-01-25 22:00:38下载
- 积分:1
-
300000, 1300000 of several cameras and camera driver control the original code,...
30万,130万的几款摄像头的驱动程序和照相控制原码,欢迎大家下载哟-300000, 1300000 of several cameras and camera driver control the original code, welcomed everyone to download yo
- 2023-04-27 18:35:04下载
- 积分:1
-
video processing, the composition of the camera's frame of decomposition and...
视频处理中,组成镜头的帧的分解与提取,将每一帧存为单独的文件-video processing, the composition of the camera"s frame of decomposition and extraction, each frame will be saved as a separate document
- 2023-04-03 12:15:04下载
- 积分:1
-
line video cameras to capture Windows and Windows-line video capture with a came
摄像机线下摄像机捕捉视窗,视窗线下摄像机捕捉带摄像机中断
- 2022-03-25 08:58:31下载
- 积分:1
-
特征提取
图像的特征提取,包括颜色特征,边缘特征,用python和opencv实现,可以用来做图像匹配和视频跟踪
- 2022-10-18 23:00:03下载
- 积分:1