所属分类:
视频捕捉/采集
开发工具:Java
文件大小:1KB
下载次数:13
上传日期:2018-08-01 09:37:55
说明: java实现摄像头实时视频采集通过rtp协议传输,封装的视频格式是h264,需要用到的maven依赖为<dependency> <groupId>org.bytedeco</groupId> <artifactId>javacv</artifactId> <version>1.4.2</version> </dependency>,运行H264.java开始发送视频流,安装vlc后可打开test.sdp文件播放视频;
(Java real-time video capture of the camera is transmitted through the RTP protocol, the video format is h264, the Maven depends on the <dependency> <groupId>org.bytedeco</groupId> <artifactId>javacv</artifactId> <version>1.4.2</version> </dependency>, and the H264.java starts to send the video stream, and the t can be opened after the installation of VLC. Est.sdp files play video;)
文件列表:
H264.java, 1851 , 2018-08-01
test.sdp, 94 , 2018-08-01