-
Notifications
You must be signed in to change notification settings - Fork 126
Camera
Lukas Herman edited this page Feb 18, 2020
·
3 revisions
import _ "github.com/pion/mediadevices/pkg/driver/camera"
OS | Library/Interface |
---|---|
Linux | Video4Linux |
Mac | N/A |
Windows | N/A |
Pixel Format | Linux | Mac | Windows |
---|---|---|---|
YUY2 | ✔️ | ✖️ | ✖️ |
I420 | ✔️ | ✖️ | ✖️ |
NV21 | ✔️ | ✖️ | ✖️ |
MJPEG | ✔️ | ✖️ | ✖️ |
Usage
Developer Guide