文件名称:VideoNet_srcbb-0813eve

  • 所属分类:
  • 视频捕捉/采集
  • 资源属性:
  • [Windows] [Visual C] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 196kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 李**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

进行VideoNet的程序(在http://www.codeproject.com/Articles/7573/VideoNetb上下载的)学习中,发现在进行调试时,

1. 运行到 ConvertRGB2YUV 函数时,在    

*y++=( RGB2YUV_YR[*r] +RGB2YUV_YG[*g]+RGB2YUV_YB[*b]+1048576)>>16 出down掉!

崩溃! 程序每次到这里崩溃,我也崩溃了!后来反复查网上帖子,有几个说的还行,总体说来,还是没有根本解决:出现这个问题的原因是摄像头采集到的数据是YUY2 的格式, 而ConvertRGB2YUV函数只认识RGB 的格式,所以需要将 YUY2的数据转换成RGB 的格式,于是又疯狂的搜索,终于找到这个宝贵的函数

-The conduct of the VideoNet the program (downloaded on http://www.codeproject.com/Articles/7573/VideoNetb) study found that during debugging, run to ConvertRGB2YUV function,* y++ = (RGB2YUV_YR [* r]+RGB2YUV_YG [* g]+RGB2YUV_YB [* b]+1048576) > > 16 out is down! Crash! Program each time to crash, I collapsed! And later repeated to check the online posts, several said, generally speaking, still no fundamental solution: This problem occurs because the camera collected data is the format of YUY2, and ConvertRGB2YUV functions known only to the RGB format, so it is necessary YUY2 data converted into the RGB format, so they frantically search, finally found this valuable function
(系统自动生成,下载前可以参看下载内容)

下载文件列表

bitmap\BitmapEx.cpp

......\BitmapEx.h

......\cdxCRot90DC.cpp

......\cdxCRot90DC.h

decoder\convert.cpp

.......\convert.h

.......\decdef.h

.......\decstruct.h

.......\DGlobal.cpp

.......\DGlobal.h

.......\GetBits.cpp

.......\GetBits.h

.......\GetBlk.cpp

.......\GetBlk.h

.......\GetHdr.cpp

.......\GetHdr.h

.......\GetPic.cpp

.......\GetPic.h

.......\GetVlc.cpp

.......\GetVlc.h

.......\h263

.......\Idct.cpp

.......\Idct.h

.......\Idctref.cpp

.......\Idctref.h

.......\Indices.cpp

.......\Indices.h

.......\main.cpp

.......\Recon.cpp

.......\Recon.h

.......\Sac.cpp

.......\Sac.h

.......\Sactbls.cpp

.......\Sactbls.h

.......\Tmndec.cpp

.......\Tmndec.h

.......\YuvToRgb.cpp

.......\复件 convert.cpp

encoder\coder.cpp

.......\coder.h

.......\config.h

.......\countbit.cpp

.......\countbit.h

.......\ctables.h

.......\dct.cpp

.......\dct.h

.......\def.h

.......\Global.cpp

.......\Global.h

.......\huffman.cpp

.......\huffman.h

.......\libr263.cpp

.......\libr263.h

.......\mot_est.cpp

.......\mot_est.h

.......\owntypes.h

.......\pred.cpp

.......\pred.h

.......\quant.cpp

.......\quant.h

.......\rlib.cpp

.......\rlib.h

.......\stream.cpp

.......\stream.h

.......\struct.h

res\VideoNet.ico

...\VideoNet.rc2

~VC9B10.tmp

decoder.log

main.log

videocapture.log

VideoNet.positions

StdAfx.cpp

VideoNet.dsw

StdAfx.h

Volume.h

Mixer.h

ConnectDlg.h

RequestDlg.h

VideoNet.h

RecordSound.h

DSocket.h

Volume.cpp

PlaySound.h

resource.h

复件 VideoNet.cpp

VideoNet.cpp

VideoCapture.h

ConnectDlg.cpp

RequestDlg.cpp

VideoNetDlg.h

Mixer.cpp

VideoNet.clw

playsound.log

VideoCapture.cpp

PlaySound.cpp

RecordSound.cpp

DSocket.cpp

VideoNet.rc

VideoNet.dsp

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org