搜索资源列表
CaptureLiveVideofromvariousVideoDevices
- 这是一个捕捉现场视频应用程序,从视频捕获设备和USB连接网络摄像头都在同一个应用程序。我的项目在发展,我需要捕获来自各种视频设备,包括电视视频。虽然,我发现了一些用于捕获视频的来源,这不是效率。所以,这促使我发展自己的独立的应用程序。最初,LiveVideo检测到视频采集卡的可用性和网络摄像头是否附有与否。否则,它显示的信息。 API的大部分职能,从DirectX SDK的使用。essage. Most of the API functions are used from DirectX SDK
finaldatacn
- 获取摄像头视频数据和麦克风音频数据 基本步骤是首先获取视频、音频捕获设备的信息,然后再根据取得的设备信息确定设备的位置。找到设备的位置以后,调用Manager的CreatePlayer方法创建Player,当Player开始播放的时候,就开始了捕获的过程。 -Player try{ Player p = Manager.createPlayer(di.getLocator()) } catch (IOException e) { } catch (NoPlaye
video-collection
- 该工程实现了视频采集,采集电脑视频设备的视频信息。可以随时打开视频设备,采集后关闭设备即可,视频将保存到指定的目录中。-The project implements the video capture, computer video capture device video information. Open the video device at any time, you can turn off the device after collection, the video will be
MainWindow.xaml
- 本程序用于是采用kinect设备获取目标的手势轨迹的三维坐标信息,并将该坐标信息以.xml的格式进行存储,可用在手势数据库的录制和手势识别中-This procedure is to use kinect device for obtaining three-dimensional coordinate information gesture trajectory targets, and the coordinate information stored in .xml format, use
camera2.0
- 1.调用DirectShow查询UVC设备信息; 2.调用OpenCV打开设备,设置视频流参数,读取视频流,录制视频,播放视频; 3.计算帧率;(1. Call DirectShow search UVC information; 2. Call OpenCV to open the device, set the video stream parameters, read the video stream, record video, play video; 3. Calculate
归档
- 实现sip与设备的通信,完成GB28181获取设备信息,获取视频直播流(Realize the communication between SIP and equipment, complete the acquisition of equipment information by GB28181, and obtain live video streaming)