网络摄像头视频问题? [英] web cam videos problme?

查看:121
本文介绍了网络摄像头视频问题?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试着这个

带有一个refrence dll文件

i try this
with a refrence dll file

Private Sub cboVideoSource_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cboVideoSource.SelectedIndexChanged


       If cboVideoSource.SelectedItem <> "No Video Devices" Then
           If VideoSourcePlayer1.IsRunning = True Then
               VideoSourcePlayer1.SignalToStop()
               VideoSourcePlayer1.WaitForStop()
           End If

           VideoCaptureSource = New VideoCaptureDevice(VideoDevices(cboVideoSource.SelectedIndex).MonikerString)
           VideoSourcePlayer1.VideoSource = VideoCaptureSource
           VideoSourcePlayer1.Start()
       End If
   End Sub





视频在播放器中显示,但就像图像一样是不是喜欢视频移动,请帮助我



videos show in player but just as image is is not like video moving kindly help me

推荐答案

检查:

http://www.codeproject.com/Articles/559932/Fabrika-LAB-WebCam-Video [ ^ ]

从视频设备中捕获视频,例如使用VB .NET的网络摄像头 [ ^ ]
Check:
http://www.codeproject.com/Articles/559932/Fabrika-LAB-WebCam-Video[^]
Capture video from a video device such as a Webcam with VB .NET[^]


这篇关于网络摄像头视频问题?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆