-
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
-
转载,fpga读取ov7670数据并用vga显示
这是在网上搜到的,具体的代码我也没没怎么弄明白,还是下载后自己研究。主要功能是应用fpga,ov7670数字感光芯片还有VGA组成视频显示系统,实时显示ov7670采集到的图像。
- 2022-07-25 17:59:01下载
- 积分:1
-
WINCE 下的UVC 驱动源代码,适用于所有的符合UVC标准的USB Camera设备,适用于WINCE5...
WINCE 下的UVC 驱动源代码,适用于所有的符合UVC标准的USB Camera设备,适用于WINCE5-WINCE under UVC driver source code, applies to all in line with the UVC standard USB Camera equipment, applicable to WINCE5
- 2022-03-07 00:10:37下载
- 积分:1
-
详细全面的介绍了基于凌阳科技的MCU的,数码相机硬件电路设计方案。...
详细全面的介绍了基于凌阳科技的MCU的,数码相机硬件电路设计方案。-Detailed and comprehensive introduction to the science and technology-based MCU, Sunplus, a digital camera hardware circuit design.
- 2022-03-20 18:59:29下载
- 积分:1
-
基于Linux C++的视频监控及处理源码
这是一个基于Linux C++的视频监控及处理源码,有兴趣的朋友可以下载学习哦
- 2022-12-26 11:15:04下载
- 积分:1
-
闻亭的TDS642EVM,即DM642的运动目标检测实验程序,本人已测试通过。...
闻亭的TDS642EVM,即DM642的运动目标检测实验程序,本人已测试通过。-Wen booths TDS642EVM, DM642 moving target detection experimental procedure, I have the test.
- 2022-08-15 23:56:16下载
- 积分:1
-
本程序提供了使用CVMR_Capture类实现对多USB摄像头进行视频监控的例子。通过本程序可以实现多画面预览,图片保存,视频编码等...
本程序提供了使用CVMR_Capture类实现对多USB摄像头进行视频监控的例子。通过本程序可以实现多画面预览,图片保存,视频编码等-This program provides the use of multi-CVMR_Capture class implements USB camera for video surveillance example. This procedure can be achieved through the multi-screen preview, save the picture and video coding. .
- 2023-06-24 17:15:03下载
- 积分:1
-
使用DirectShow抓屏的Demo程序
使用DirectShow抓屏的Demo程序-The use of DirectShow screenshots of the Demo program
- 2022-03-07 01:11:16下载
- 积分:1
-
捕捉屏幕图像,希望对大家有帮助,也希望可以和大家交流
捕捉屏幕图像,希望对大家有帮助,也希望可以和大家交流-Capture screen image, in the hope that everyone has to help, and hope we can exchange
- 2022-05-05 15:38:53下载
- 积分:1
-
Security system of video surveillance and alarm systems, the software supports e...
安防系统中的视频监视与报警系统,该软件支持8路视频数据的采集以及运动分析等强大功能-Security system of video surveillance and alarm systems, the software supports eight-way video data collection and analysis exercise power
- 2022-04-07 13:55:13下载
- 积分:1