webcam[问题]

忙里偷闲

新手上路
注册
2002-04-24
消息
2,527
荣誉分数
1
声望点数
0
请问,一般的webcam输出的信号是是经压缩的数字信号吗? 是那种格式的?
 
Why do you need to get that infomation?
You can basically configure the capture device by using Video For Windows API to use what ever format you want as long as it supports them.
Normally it has YUV2,YV12,RGB16,RGB24, etc.
Also, most of the webcam doesn't have compression inside the cam itself.
But you might configure the software compressor(Video Codec) available in Windows to get compressed data automatically.
 
Thanks a lot!

最初由 laZIBOy 发布
Why do you need to get that infomation?
You can basically configure the capture device by using Video For Windows API to use what ever format you want as long as it supports them.
Normally it has YUV2,YV12,RGB16,RGB24, etc.
Also, most of the webcam doesn't have compression inside the cam itself.
But you might configure the software compressor(Video Codec) available in Windows to get compressed data automatically.
 
后退
顶部