使用哪种技术,型号将信号从网络摄像头通过wifi传输到PC? [英] Which technic, model are used to transfer signal from webcam to PC via wifi?

查看:136
本文介绍了使用哪种技术,型号将信号从网络摄像头通过wifi传输到PC?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想对C#进行编码,以创建有关2台笔记本电脑之间的发送/接收信号摄像头(网络摄像头)的简单应用程序.更多详细信息,我有2台笔记本电脑,其中1台笔记本电脑打开了网络摄像头并发送图片(信号-我不知道哪个单词可以描述它,希望您知道我的意思)通过wifi从笔记本电脑1到笔记本电脑2.
我花了几天时间尝试在笔记本电脑1上打开网络摄像头,但没有(我正在使用Microsoft Expression Encoder 4库,听说DirectShowLib可以做到这一点).
p/s:对不起,我的英语:(希望您能理解我的问题:(.

I want to code C# to create simple application about send/receive signal camera(webcam) between 2 laptop. More details, I have 2 laptop, with laptop 1 is turn on its webcam and sending picture(signal - i dont know which words can descripe it, hope you know what I mean) from laptop 1 to laptop 2 via wifi.
I spend a couple day try to turn on webcam on laptop 1, but it doesn''t (I''m using Microsoft Expression Encoder 4 library, I heard that DirectShowLib can do that).
p/s: sorry for my english :( hope you understand my question :( .

推荐答案

嗯,我想他在问:

如何将网络摄像头图像通过网络(在我的实例中为wifi)流式传输到另一台计算机.我正在使用Expression Encoder 4库进行视频合成.

仅仅知道这一点还不够.什么操作系统,摄像头制造商,技术(WPF,Winforms)等.

我的第一要点就是这篇文章.

如何使用网络摄像头.NET Framework 4.0和Microsoft Expression Encoder 4在C#中使用 [
um, I think he is asking:

How do I stream my webcam images over my network (wifi in my instance) to another computer. I am using Expression Encoder 4 library for the video composition.

Knowing this is not enough. What OS, webcam make, technology (WPF, Winforms) etc.

My first point of call would be this article.

How to use a web cam in C# with .NET Framework 4.0 and Microsoft Expression Encoder 4[^]

You will need to create a client application that listens on a TCP port for the data stream. Once you receive a response from laptop1 you will be able to display on laptop 2 using the approach in the article.


这篇关于使用哪种技术,型号将信号从网络摄像头通过wifi传输到PC?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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