You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: