joeyespo/webcam-lib

Handle decompression

Ouverte

#3 ouverte le 28 avr. 2013

 (0 commentaire) (0 réaction) (0 personne assignée)C# (4 forks)github user discovery
EnhancementHelp wanted

Métriques du dépôt

Stars
 (10 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur