Releases: webcamoid/akvcam
Releases · webcamoid/akvcam
1.3.0
07 Jul 19:57
Compare
Sorry, something went wrong.
No results found
1.2.7
03 Jul 20:04
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
ChangeLog
Minimum supported kernel version: 4.19.
Fix v6.8 renamed symbols (Thanks to @iam-TJ ).
1.2.5
22 Jan 14:40
Compare
Sorry, something went wrong.
No results found
ChangeLog
Fixed missing V4L2_DEVICE_NAME_SIZE variable in Linux version > 6.7 (issue #80 ).
1.2.4
01 Jun 17:32
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
ChangeLog
Set v4l2_buffer.type after memset() (Thanks to @Hirosam1 ).
Fixed slots not returning a value.
1.2.2
26 Aug 13:10
Compare
Sorry, something went wrong.
No results found
ChangeLog
Properly mark installer as a GNU/Linux only installer.
1.2.1
31 Jul 19:12
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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.