0.6.0
Added
- Support for device selection on Linux:
Camera(..., device="/dev/video0")
. On Windows/macOS there is only a single valid device"OBS Virtual Camera"
when using the built-in backends. - Support for common pixel formats: RGB (default), BGR (useful for OpenCV), GRAY, I420, NV12, YUYV, UYVY.
- New properties
Camera.fmt
(input format) andCamera.native_fmt
(native format).
Removed
- RGBA support has been removed. Use RGB instead.