Skip to content

Releases: webcamoid/akvirtualcamera

9.3.3

31 Oct 23:33
9.3.3
301bfca

Choose a tag to compare

ChangeLog

  • The DirectShow virtual camera code was simplified and implemented all
    interfaces properly, it should be more compatible now.
  • Media Foundation virtual camera is not even near usable yet. Need some help
    here.

9.3.2

15 Oct 20:19
9.3.2
551b532

Choose a tag to compare

ChangeLog

  • Applied some fixes to the Media Foundation virtual camera.
  • Media Foundation is now optional in the installer, and marked as experimental.
  • Prevent opening multiple instances of the assistant.

9.3.1

04 Oct 22:23
9.3.1
a600c74

Choose a tag to compare

ChangeLog

  • Fixed Windows packages build.

9.3.0

03 Oct 15:06
9.3.0
16b4d9f

Choose a tag to compare

ChangeLog

  • Added support for Microsoft Media Foundation.
  • Added stream-pattern to the manager, for sending a testing pattern the virtual
    camera without requiring a real source.
  • Added a testing program for DirectShow and Media Foundation.
  • Now the input stream support many popular RGB and YUV formats.
  • Video frames can be sent either using shared memory (default) or sockets.
  • Removed RGB 16 bits formats support in Windows.
  • Added direct mode (pass-through) support for sending the frames as-is, as
    fast as possible.

9.2.0

30 Jul 02:40
9.2.0
c8fe901

Choose a tag to compare

ChangeLog

  • Using sockets as IPC mechanism.
  • Added FAKE_APPLE build option, this will allow to test the plugin in, for example, Linux platforms.
  • Added a simple C API library to communicate with the virtual camera.

9.1.3

23 Aug 23:19
9.1.3
baf6600

Choose a tag to compare

ChangeLog

  • Quote file path if it contains spaces (issue #75).
  • Added --build-info flag.

9.1.2

28 Jun 14:51
9.1.2
d149e99

Choose a tag to compare

ChangeLog

  • Added ARM 64 packages for Mac.

9.1.1

29 Apr 17:57
9.1.1
f741b17

Choose a tag to compare

ChangeLog

  • Mark Mac packages architecture.

9.1.0

11 Nov 17:48
9.1.0
cf65fb7

Choose a tag to compare

ChangeLog

  • Added -f, --force flags to the manager, this bypass the virtual camera usage
    check.
  • Fixed output example in Windows.
  • Now distributing the Mac installer as a pkg.

9.0.0

05 Jul 22:36
9.0.0
12cb280

Choose a tag to compare

ChangeLog

  • Code forked from Webcamoid. This virtual camera isn't compatible with Webcamoid 8.x and older releases.
  • Build system switched to Cmake.
  • Fixed plugins installers and switched to NSIS in Windows.
  • Added a command line tool to communicate with the virtual camera (AkVCamManager).
  • Added support for PNG and JPG for the placeholder picture.
  • Added documentation and example usages.