我正在为XNA中的Windows Phone编写一个应用程序...我想读取存储在应用程序资源中的MJPEG流。我找到了很多通过WebHttpRequest从网站获取MJPEG的例子,如下所示: HttpWebRequest requestThe source is likely not returning a proper MJPEG stream.");
string boundary
其中一台PC机用于将采集到的视频以MJPEG格式进行编码,并通过串口发送。我的PC用于接收数据,将其保存为.mjpeg格式的文件,并使用MJPEG到MP4转换器播放它。byte[100];BinaryWriter videoFile = new BinaryWriter(File.Open("video.mjpegGetString(data); //bytearray to string
videoFile.Write(dataA