Skip to content

0.4.0

Compare
Choose a tag to compare
@letmaik letmaik released this 07 Mar 12:19

Added

  • macOS support via OBS Virtual Camera (built-in) (#16).
  • Linux support via v4l2loopback (#29).
  • RGB frame support (in addition to RGBA).
  • Camera.device property containing the name of the virtual camera device.
  • New sample: send video frames to virtual camera (#9).

Changed

Deprecated

  • RGBA frame format. Use RGB instead.
  • delay argument of Camera is deprecated and has no effect.

Fixed

  • Sending a frame with incorrect width or height now raises an exception instead of crashing (#17).