gpt4 book ai didi

ffmpeg - Accord.Controls.VideoSourcePlayer 中的 Accord.Video.FFMPEG 流显示

转载 作者:行者123 更新时间:2023-12-04 23:12:52 24 4
gpt4 key购买 nike

我是相机编程的新手。出于学习目的,我下载了 Accord-Framework C# 源代码。

因此,如果我们有 JPG 或 MPEG 流,那么我们可以轻松地在 Accord.Controls.VideoSourcePlayer 中显示。

但是如果我们有 FFMPEG Stream 那么我们如何在 Accord.Controls.VideoSourcePlayer 中显示。

请问有人可以指导我吗?

提前致谢

最佳答案

好的,你需要这个库 AForge.视频

https://www.nuget.org/packages/AForge.Video/
http://www.aforgenet.com/framework/downloads.html

将其导入您的项目

using AForge.Video;// first of all

private MJPEGStream mjpegSource;
// create video source add your url
mjpegSource = new MJPEGStream("http://localhost:8080");
// open it
OpenVideoSource(mjpegSource);

关于ffmpeg - Accord.Controls.VideoSourcePlayer 中的 Accord.Video.FFMPEG 流显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61366500/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com