Files
mediadevices/README.md
T
Lukas Herman 254654e5f0 Update README
2019-12-25 16:13:37 -08:00

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

Project Status

Stargazers over time

References