Skip to content

Releases: webcamoid/akvcam

1.2.6

25 Mar 20:10
1.2.6
e6c129b
Compare
Choose a tag to compare
akvcam 1.2.6

1.2.5

22 Jan 14:40
1.2.5
8ddafe1
Compare
Choose a tag to compare

ChangeLog

  • Fixed missing V4L2_DEVICE_NAME_SIZE variable in Linux version > 6.7 (issue #80).

1.2.4

01 Jun 17:32
1.2.4
e0535ff
Compare
Choose a tag to compare

ChangeLog

  • Minimum supported kernel version: 4.14.
  • Remove deprecated REMAKE_INITRD (Thanks to @dkadioglu).
  • Minimum number of buffers decreased to 2 (issue #20).
  • Added makeself as a new install option.

1.2.3

30 Sep 20:40
1.2.3
5ca55f1
Compare
Choose a tag to compare

ChangeLog

  • Set v4l2_buffer.type after memset() (Thanks to @Hirosam1).
  • Fixed slots not returning a value.

1.2.2

26 Aug 13:10
1.2.2
efe302a
Compare
Choose a tag to compare

ChangeLog

  • Properly mark installer as a GNU/Linux only installer.

1.2.1

31 Jul 19:12
1.2.1
39077f3
Compare
Choose a tag to compare

ChangeLog

  • Fixed 'Swap Read and Blue' control.
  • Switched top build system from Qmake to Cmake, you can still use make command to build the module.
  • Removed the global_deleter, and all global objects, objects now have a well defined lifetime.
  • Removed dangerous static non-constant variables, this should make the module a bit more stable.

Daily Build

09 Jul 15:57
d507648
Compare
Choose a tag to compare
Daily Build Pre-release
Pre-release

Disabled ARM build. (commit: 5d7efa5)


Note: Ignore the commit information of the tag, the files in the release keep updating with every new build, these packages were built from 5d7efa5 commit.

1.2.0

10 Jan 18:07
1.2.0
435ac0f
Compare
Choose a tag to compare

ChangeLog

  • Added support for linux 5.10.
  • Use V4L2 kernel APIs for dealing with almost anything, v4l2 protocol is too much complicated to be handled manually.
  • Added DMABUF support.
  • RW devices can also have controls too.
  • Removed a bunch of useless code.

1.1.1

19 Nov 14:39
1.1.1
bfe8549
Compare
Choose a tag to compare

ChangeLog

  • Minimum supported kernel version: 4.4
  • Maximum tested kernel version: 5.9
  • Install the module to /usr/src when running make install.
  • Added USE_DKMS for make install to install the module using DKMS.
  • Replaced spin_lock with mutex_lock_interruptible.
  • Don't stop streaming if the released node is not the node that started the streaming.
  • Print ioctl error messages.
  • Print the device that's calling the node and ioctl functions.
  • Added installer and daily build.