Files
mediadevices/README.md
T
2020-02-06 22:44:29 -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