mirror of
https://github.com/pion/mediadevices.git
synced 2026-04-23 00:07:29 +08:00
1.6 KiB
1.6 KiB
mediadevices
Go implementation of the MediaDevices API.
Interfaces
| Interface | Linux | Mac | Windows |
|---|---|---|---|
| Camera | ✔️ | ✖️ | ✖️ |
| Microphone | ✔️ | ✖️ | ✖️ |
Camera
| OS | Library/Interface |
|---|---|
| Linux | Video4Linux |
| Mac | N/A |
| Windows | N/A |
| Pixel Format | Linux | Mac | Windows |
|---|---|---|---|
| YUY2 | ✔️ | ✖️ | ✖️ |
| I420 | ✔️ | ✖️ | ✖️ |
| NV21 | ✔️ | ✖️ | ✖️ |
| MJPEG | ✔️ | ✖️ | ✖️ |
Microphone
N/A
Contributing
- Lukas Herman - Original Author
