-
使用BF533PPI配置USB, FZ245芯片
使用BF533PPI配置USB, FZ245芯片-Use BF533PPI configuration USB, FZ245 chip
- 2023-08-08 06:45:03下载
- 积分:1
-
实现数字化的视频采集与处理系统,以FPGA为处理平台
实现数字化的视频采集与处理系统,以FPGA为处理平台-Digital video acquisition and processing systems to FPGA processing platform for
- 2022-02-10 06:42:07下载
- 积分:1
-
可以从pps媒体播放器中提取你所喜欢或想收场的视屏
可以从pps媒体播放器中提取你所喜欢或想收场的视屏-Pps media player can extract what you like or would like to end up in Shiping
- 2022-03-09 10:21:08下载
- 积分: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
-
自己做的,将视频采集(利用摄像头就可以,采集后为AVI格式)和格式转换(AVITOYUV)结合在一个程序里面完成的代码,纯WIN32,无MFC。可用于H.264
自己做的,将视频采集(利用摄像头就可以,采集后为AVI格式)和格式转换(AVITOYUV)结合在一个程序里面完成的代码,纯WIN32,无MFC。可用于H.264编码的前期工作。-To do their own will video capture (using the camera can be collected after the AVI format) and format conversion (AVITOYUV) in conjunction with the completion of a program inside the code, pure WIN32, no MFC. H.264 encoder can be used for the preliminary work.
- 2022-01-22 00:59:44下载
- 积分:1
-
微软标准摄像头演示程序,在一个窗口中实现摄像头画面实时展示...
微软标准摄像头演示程序,在一个窗口中实现摄像头画面实时展示-Microsoft standard camera demonstration program, in a window, to achieve real-time camera images show
- 2022-12-08 12:40:03下载
- 积分:1
-
videoexe.rar 一个视频采集软件,本软件功能上可以实现视频采集、预览,选择压缩器(视频文件可是大得惊人!)进行压缩、解压,回放。抓取单帧图片保存等。...
videoexe.rar 一个视频采集软件,本软件功能上可以实现视频采集、预览,选择压缩器(视频文件可是大得惊人!)进行压缩、解压,回放。抓取单帧图片保存等。-videoexe.rar a video capture software, the software functions can be achieved on the video capture, preview, select the compressor (the video file but a staggering!) for compression, decompression, playback. Crawl single frame image preservation.
- 2022-11-14 00:55:03下载
- 积分:1
-
opencv对视频分解RGB通道
资源描述平台:vs2013 + opencv2.4.9 录制200帧的视频,并对每一帧进行RGB通道分解。
- 2022-02-14 09:32:42下载
- 积分:1
-
一个为PCM采样数据加上WAV文件头的小程序
一个为PCM采样数据加上WAV文件头的小程序-a PCM sampling data for the WAV file with the small programs
- 2022-07-16 20:13:59下载
- 积分:1
-
视频采集处理,用于采集,socket通讯
视频采集处理,用于采集,socket通讯-Video acquisition and processing for the collection, socket communications
- 2023-05-26 15:00:03下载
- 积分:1