joeyespo/webcam-lib

Handle decompression

Open

#3 opened on Apr 28, 2013

 (0 comments) (0 reactions) (0 assignees)C# (4 forks)github user discovery
EnhancementHelp wanted

Repository metrics

Stars
 (10 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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.

Contributor guide