blackjack / webcam

Golang webcam library for Linux
MIT License
411 stars 90 forks source link

Support MJPG pixel format #63

Open brutella opened 1 year ago

brutella commented 1 year ago

I've added support for MJPG, which is supported by my USB webcam. When using MJPG, the frame doesn't have to be re-encoded because it is already in the JPG pixel format. This drastically improves the performance – for me at least.

sndnvaps commented 1 year ago

good job...