-
莫蒂默MPEG4压缩解压缩传输采集
天敏mpeg4采集压缩解压缩传输-Mortimer mpeg4 Acquisition decompress compressed transmission
- 2022-02-25 08:35:05下载
- 积分:1
-
视频采集以及压缩
没有MFC,全win32编写
视频采集以及压缩
没有MFC,全win32编写-Video capture and compression is not MFC, the whole preparation win32
- 2022-11-04 05:05:03下载
- 积分:1
-
Publish pictures from your digital camera to the web with this easy to use wizar...
Publish pictures from your digital camera to the web with this easy to use wizard-style Java application. Automatically resize your images and produce a set of HTML pages including index pages with thumbnails, and detailed caption pages for each photo.
- 2022-08-06 05:15:01下载
- 积分:1
-
video capture, acquisition, and transmitted over the Internet
视频捕捉,采集,以及在网上传输-video capture, acquisition, and transmitted over the Internet
- 2023-01-16 06:10:03下载
- 积分:1
-
DirectShow 自定义过滤器,实现网络发送功能.
DirectShow 自定义过滤器,实现网络发送功能.-DirectShow-defined filters, achieving network functions.
- 2022-12-07 10:20:03下载
- 积分:1
-
通过简单的java JMF播放器,功能实现视频和音频的BR…
JMF制作的简单的Java播放器,实现视音频播放功能-JMF produced by the simple Java player, to achieve functional video and audio broadcast
- 2022-01-25 14:39:14下载
- 积分: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
-
read and display the camera to obtain images can be used in surveillance systems...
读取并显示摄像头获取的图像,可应用在监视系统中。-read and display the camera to obtain images can be used in surveillance systems.
- 2022-02-02 00:07:23下载
- 积分:1
-
数字摄像头OV6620 调试用程序 使用C和汇编编写 效率高。
数字摄像头OV6620 调试用程序 使用C和汇编编写 效率高。-OV6620 digital camera to use for debugging and compilation of the preparation of C and high efficiency.
- 2022-01-25 20:36:01下载
- 积分:1
-
捕获摄像头视频图像系统,能够对摄像头获取的图像进行捕获...
捕获摄像头视频图像系统,能够对摄像头获取的图像进行捕获-Video cameras capture system, able to access the camera to capture images
- 2022-02-05 15:42:45下载
- 积分:1