joeyespo/webcam-lib

Handle decompression

开放

#3 创建于 2013年4月28日

 (0 条评论) (0 个反应) (0 位负责人)C# (4 个派生)github user discovery
EnhancementHelp wanted

仓库指标

星标
 (10 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Some modern webcams no longer stream in uncompressed RGB video formats.

Decompression from formats like YUV, YUY2, MJPG, etc needs to be in place to handle these cases. Once it is, the project should check the capabilities of the device and set an appropriate video format by going down a list of supported formats, starting with RGB.

贡献者指南