-
RTSP点播核心源码
应用背景应用在网络视频点播开发方面, 可以直接使用,非常方便,供学习使用 也是非常好的应用在网络视频点播开发方面, 可以直接使用,非常方便,供学习使用 也是非常好的应用在网络视频点播开发方面, 可以直接使用,非常方便,供学习使用 也是非常好的关键技术RTSP(Real Time Streaming Protocol),RFC2326,实时流传输协议,是TCP/IP协议体系中的一个应用层协议,由 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-14 18:31:51下载
- 积分:1
-
从 ip 摄像机捕获
在C ++项目源代码中使用硬件加速器,OPENCV和DirectShow捕捉un摄像头
- 2022-05-08 18:32:51下载
- 积分:1
-
用VB开发的uEye高级摄像头的二次开发程序,对于学习视频采集及其捕捉的工作人员适合,视频的分辨率1024*1280但是帧频才只有12bps...
用VB开发的uEye高级摄像头的二次开发程序,对于学习视频采集及其捕捉的工作人员适合,视频的分辨率1024*1280但是帧频才只有12bps-UEye using VB developed high-level camera, the secondary development of procedures for the study and video capture and the capture of staff for the video resolution of 1024* 1280 but the frame rate was only 12bps
- 2022-02-02 20:24:34下载
- 积分:1
-
语音识别系统,不错的一个程序,可供大学学习,借鉴
语音识别系统,不错的一个程序,可供大学学习,借鉴-Speech Recognition System, a program good for the university study, drawing on
- 2022-02-04 19:26:01下载
- 积分: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
-
Image acquisition software, can control various parameters of the camera, white...
图像采集软件,可控制相机的各种参数,白平衡、曝光时间、增益等。-Image acquisition software, can control various parameters of the camera, white balance, exposure time, gain and so on.
- 2023-02-21 12:05:04下载
- 积分:1
-
基于VFW(Video for Windows),视频采集、压缩的影响,…
基于vfw(video for windows),实现视频捕捉,影响压缩,影响播放-Based on the vfw (video for windows), video capture, the impact of compression, impact player
- 2022-08-17 07:43:30下载
- 积分:1
-
This procedure is based on the SDK image acquisition procedures, the integrated...
此程序是基于SDK的图象采集程序,在visualc++集成开发环境中完成。-This procedure is based on the SDK image acquisition procedures, the integrated development environment visualc completed.
- 2022-07-10 09:34:00下载
- 积分:1
-
使用BF533PPI配置USB, FZ245芯片
使用BF533PPI配置USB, FZ245芯片-Use BF533PPI configuration USB, FZ245 chip
- 2023-08-08 06:45:03下载
- 积分:1
-
VB枚举串口和摄像头
VB自动枚举Windows系统串口,并加入摄相头图象采集程序源码,并且还有坐标系变换等;想做一个可以显示当前位置信息的DD,源码测试截图如上所示,VisualBasic6.0编写的源程序,相信对VB编程者有所帮助。
- 2023-03-02 13:35:03下载
- 积分:1