文件名称: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
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
......\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