-
用采集卡获取位图。采用微软的DirectDraw编写的代码。请大家指教...
用采集卡获取位图。采用微软的DirectDraw编写的代码。请大家指教-with acquisition card access bitmap. Microsoft"s DirectDraw preparation of the code. Please enlighten
- 2023-07-16 12:45:03下载
- 积分:1
-
audio frequency meter source code to the online collection. When downloaded, ple...
声卡频率计源代码,为网上收集的。下载使用时,请尊重原创作者的版权。-audio frequency meter source code to the online collection. When downloaded, please respect the original author"s copyright.
- 2023-07-26 16:50:04下载
- 积分:1
-
USB3.0传输例子
应用背景验证了GPIF II接口的高速传输效果,通过FPGA控制芯片传输静态图片,完成接口高速验证。传输的静态图片可以根据FPGA容量大小自己配置,很容易实现。关键技术如果有人使用CYUSB3014芯片做图像开发,这个例子也可以作为一个参考例子,有参考价值,能够帮助新手很快上手,当然也要参考官方的例子,希望对新手有帮助
- 2022-05-16 22:53:24下载
- 积分:1
-
一个的 DirectShow Sample ,根据amcap改编的。把样子变了一下,感觉还行。...
一个的 DirectShow Sample ,根据amcap改编的。把样子变了一下,感觉还行。-It is a DirectShow Sample adapted to amcap. i feel it is really a good one.
- 2022-02-04 05:24:30下载
- 积分:1
-
Source code which transcode MPEG
一个把HDTV的MPEG-2 TS流转码成标清的MPEG-2 TS流的Source Code-Source code which transcode MPEG-2 TS of HDTV to MPEG-2 of TS
- 2022-06-14 14:19:55下载
- 积分:1
-
圆钢系列图象采集SDK程序实例
圆钢系列图象采集SDK程序实例-bar Series Image Acquisition SDK for example
- 2023-07-13 14:05:03下载
- 积分:1
-
目标跟踪
目标检测与跟踪代码可以运行的哟!可以利用鼠标控制,这只窗口的大小和需要检测的目标!
- 2022-03-19 14:39:04下载
- 积分: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
-
VC++开发,基于VFW的视频采集程序,可以捕获摄像头的的图像,并以bmp和jpg格式保存图片。...
VC++开发,基于VFW的视频采集程序,可以捕获摄像头的的图像,并以bmp和jpg格式保存图片。-VC++ Development, based on the VFW video capture process, the camera can capture images, and to bmp and jpg format pictures.
- 2022-06-12 01:29:26下载
- 积分:1
-
视频采集以及压缩
没有MFC,全win32编写
视频采集以及压缩
没有MFC,全win32编写-Video capture and compression is not MFC, the whole preparation win32
- 2022-11-04 05:05:03下载
- 积分:1