Skip to content

Releases: webcamoid/akvcam

1.3.0

07 Jul 19:57
1.3.0
af8b07d

Choose a tag to compare

akvcam 1.3.0

1.2.7

03 Jul 20:04
1.2.7
d105ec1

Choose a tag to compare

ChangeLog

  • Minimum supported kernel version: 5.4.
  • Use sizeof(self->v4l2_dev.name) instead of V4L2_DEVICE_NAME_SIZE (issue #83).
  • Use CLEAN=true instead of CLEAN="make clean" in dkms.conf.
  • Force the removal of the module when uninstalling.

1.2.6

25 Mar 20:10
1.2.6
e6c129b

Choose a tag to compare

ChangeLog

  • Minimum supported kernel version: 4.19.
  • Fix v6.8 renamed symbols (Thanks to @iam-TJ).

1.2.5

22 Jan 14:40
1.2.5
8ddafe1

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

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

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

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

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

Choose a tag to compare

Daily Build Pre-release
Pre-release

Merge pull request #94 from jreo/fix-typedef-inconsistency

Fix typedef inconsistency in format_types.h (commit: a54e1e2)


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

1.2.0

10 Jan 18:07
1.2.0
435ac0f

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.