joeyespo/webcam-lib

Handle decompression

Offen

#3 geöffnet am 28.04.2013

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (4 Forks)github user discovery
EnhancementHelp wanted

Repository-Metriken

Stars
 (10 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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