-
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 compress programing ,the prog will compress the frame which captured by came...
avi compress programing ,the prog will compress the frame which captured by camera. and compression it
- 2022-01-25 18:42:44下载
- 积分:1
-
彩色物体自动检测的颜色范围
How to define the colour ranges for an automatic detection of coloured objects
- 2023-03-03 12:45:04下载
- 积分:1
-
Dephi编程,捕捉并播放视频,是Dephi视频处理初学者的学习典范。...
Dephi编程,捕捉并播放视频,是Dephi视频处理初学者的学习典范。-Delphi programming, to capture and broadcast video, video processing is Delphi beginners learning model.
- 2022-01-25 14:16:58下载
- 积分:1
-
a simple video acquisition and display program
一个简单的视频采集显示程序-a simple video acquisition and display program
- 2022-02-11 17:46:42下载
- 积分:1
-
利用ti的DM642进行视频解码的c程序。
利用ti的DM642进行视频解码的c程序。-use the DM642 video decoder c procedures.
- 2022-03-01 11:10:41下载
- 积分:1
-
用DirectShow实现的摄像头视频采集,支持拍照保存
用DirectShow实现的摄像头视频采集,支持拍照保存-Achieved using DirectShow video capture camera, support camera save
- 2022-11-25 06:30:03下载
- 积分:1
-
视频监控源码C++
视频监控,ipc,nvr,ITS,报警,智能交通,抓拍,解码,转码等;完整的视频监控源码,功能强大,包括配置,预览,回放,管理等等,不可多得的参考代码
- 2022-07-13 11:12:13下载
- 积分:1
-
人脸检测
一种基于 opencv 和 visual studio 2010 的人脸检测算法
此程序帮助您检测到任何面对使用你的 web 摄像机
和你可以将此程序集成到您的程序如果
- 2023-01-27 06:15:03下载
- 积分:1
-
Borland C++builder环境下的一个监控器原代码,它需要一个摄像头来作监控。...
Borland C++builder环境下的一个监控器原代码,它需要一个摄像头来作监控。-Borland C++ builder environment for a monitor of the original code, it needs a camera head for control.
- 2022-02-20 18:44:00下载
- 积分:1