-
一个VB视频捕获程序,功能还不错,可从摄像头,数码相机上捕获视频及图片。...
一个VB视频捕获程序,功能还不错,可从摄像头,数码相机上捕获视频及图片。
-A VB video capture procedures, functions well can be seen from the camera, digital cameras to capture video and pictures.
- 2022-03-02 01:21:58下载
- 积分:1
-
opencv人脸检测,VS2013+opencv
人脸检测,实时性很好,灵敏度高,记得修改那两个数据的路径,默认内置摄像头
- 2022-07-28 03:47:53下载
- 积分:1
-
mpeg压缩传输 vc实现 自己看代码
mpeg压缩传输 vc实现 自己看代码-mpeg compression and transmission vc can realize their code
- 2023-05-31 13:20:03下载
- 积分:1
-
SOCKET programming using DirectDraw and realize the network to receive video dat...
利用DIRECTDRAW以及SOCKET编程实现网络视频数据的接收和显示-SOCKET programming using DirectDraw and realize the network to receive video data and display
- 2022-04-24 04:43:30下载
- 积分:1
-
mp3解码.....OOG解码.器..源代码下载
mp3解码.....OOG解码.器..源代码下载-MP3 decoder ..... OOG decoder. All source code download ..
- 2022-04-30 13:18:02下载
- 积分:1
-
mjpg再5350移植
mjpg_streamer移植到Ralink5350开发板上的资料,也可以做移植到其他平台的参考。
- 2022-02-06 22:28:13下载
- 积分:1
-
Linux下的视频捕获程序,适合许多通用的usb摄像头。
Linux下的视频捕获程序,适合许多通用的usb摄像头。-Linux video capture process, for a number of generic usb camera.
- 2022-08-24 19:32:07下载
- 积分:1
-
通过DirectShow进行视频预览和捕获,并可以抓取图象
通过DirectShow进行视频预览和捕获,并可以抓取图象-Through DirectShow video preview and capture, and can crawl image
- 2022-03-31 07:37:53下载
- 积分: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
-
video capture, storage for avi, mpg files
视频捕捉,可以存储为avi、mpg等格式的文件-video capture, storage for avi, mpg files
- 2022-05-13 16:45:13下载
- 积分:1