-
video motion detection
video motion detection
- 2022-02-04 13:51:06下载
- 积分: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
-
网络播放器(实时传送)
网络播放器(实时传送)
- 2022-02-04 04:03:16下载
- 积分:1
-
camera video capture
摄像头视频捕捉程-camera video capture-
- 2022-08-19 06:54:03下载
- 积分:1
-
视频监控源码C++
视频监控,ipc,nvr,ITS,报警,智能交通,抓拍,解码,转码等;完整的视频监控源码,功能强大,包括配置,预览,回放,管理等等,不可多得的参考代码
- 2022-07-13 11:12:13下载
- 积分:1
-
pb9.0做的摄像头图像采集例程
pb9.0做的摄像头图像采集例程 -pb9.0 Does camera Image Acquisition routines
- 2022-07-15 20:08:40下载
- 积分:1
-
本软件能播放硬盘录像机采集到的JMD格式的视频文件。(原码)
本软件能播放硬盘录像机采集到的JMD格式的视频文件。(原码)-The software can broadcast DVR acquisition of the JMD format video files. (Original code)
- 2023-03-31 08:05:04下载
- 积分:1
-
VGA256色彩视频处理
要显示字符,首先需要获得字模数据,我们使用字模软件PCtoLCD2002(配套光盘里有,网络上也随处可下)。该字模软件用1bit 代表一个像素点的色彩,用户可以根据需要来决定这1bit 数据(0 或1)代表的色彩。
- 2022-03-25 23:14:22下载
- 积分:1
-
多线程中的新开的线程代码。是扫描模块的启动程序!
多线程中的新开的线程代码。是扫描模块的启动程序!-multithreading of the new open-thread code. Scanning module is the initiation process!
- 2022-02-20 00:54:54下载
- 积分:1
-
标准模拟信号采集控制的开始信号的产生模块,用硬件描述 语言实现,视频解码器采用的是saa7111,希望对大家有帮助...
标准模拟信号采集控制的开始信号的产生模块,用硬件描述 语言实现,视频解码器采用的是saa7111,希望对大家有帮助-Standard analog signals the beginning of acquisition and control signals generated modules, using hardware description language realize, video decoder using the saa7111, hope everyone has to help
- 2022-01-25 19:39:49下载
- 积分:1