-
用采集卡获取位图。采用微软的DirectDraw编写的代码。请大家指教...
用采集卡获取位图。采用微软的DirectDraw编写的代码。请大家指教-with acquisition card access bitmap. Microsoft"s DirectDraw preparation of the code. Please enlighten
- 2023-07-16 12:45:03下载
- 积分:1
-
Programming a camera through USB camera to camera
一个摄像头的编程,可以通过USB的摄像头进行摄像-Programming a camera through USB camera to camera
- 2022-09-17 02:35:03下载
- 积分: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
-
研华AD信号采集卡 pcl816 做好的驱动, 可16路采集,很方便的进行二次开发...
研华AD信号采集卡 pcl816 做好的驱动, 可16路采集,很方便的进行二次开发-Advantech AD signal acquisition card drivers do a good job pcl816 can collect 16, it is convenient to carry out the second development
- 2022-04-29 16:23:00下载
- 积分:1
-
微软标准摄像头演示程序,在一个窗口中实现摄像头画面实时展示...
微软标准摄像头演示程序,在一个窗口中实现摄像头画面实时展示-Microsoft standard camera demonstration program, in a window, to achieve real-time camera images show
- 2022-12-08 12:40:03下载
- 积分:1
-
linux 下的视频头驱动,支持vo ,vimicro视频头
linux 下的视频头驱动,支持vo ,vimicro视频头-linux under the first video driver to support gift, the first video vimicro
- 2023-07-05 08:30:03下载
- 积分:1
-
SHX600X SDK V1.5.0.1
一个很好的摄像头采集卡的开发工具包
SHX600X SDK V1.5.0.1
一个很好的摄像头采集卡的开发工具包-SHX600X SDK V1.5.0.1 a good camera Acquisition Card Development Kit
- 2023-05-30 09:45:04下载
- 积分:1
-
videoplaer
ExoPlayer 是安卓系统应用程序级别的媒体播放器。它用于播放音频和视频,本地和通过互联网提供 Android 的 MediaPlayer API 的替代方法。ExoPlayer 支持功能当前不支持由 Android 的 MediaPlayer API (如奇巧),包括破折号和 SmoothStreaming 自适应回放、 持久性缓存和自定义渲染器。不同 MediaPlayer API 中,ExoPlayer 是易于自定义和扩展,以及可以通过播放存储应用程序更新更新
- 2022-04-24 02:40:01下载
- 积分:1
-
网络播放器(实时传送)
网络播放器(实时传送)
- 2022-02-04 04:03:16下载
- 积分:1
-
opencv运动模板检测
资源描述利用OpenCV软件进行运动目标的检测,其中mhi运动历史图像,mask掩码图像,用于标注运动梯度数据正确的点,为输出参数,orientation运动梯度的方向图像,包括0~360,timestamp是当前时间,duration是运动跟踪的最大持续时间。
- 2023-04-08 04:50:06下载
- 积分:1