Skip to content

Releases: webcamoid/akvcam

1.4.0

10 Mar 23:11
1.4.0
b6508bf

Choose a tag to compare

ChangeLog

  • Minimum supported kernel version: 5.10.

  • Added support bidirectional format conversion to any format.
    The supported formats are:

    V4L2_PIX_FMT_ABGR32
    V4L2_PIX_FMT_ABGR555
    V4L2_PIX_FMT_ARGB32
    V4L2_PIX_FMT_ARGB555
    V4L2_PIX_FMT_ARGB555X
    V4L2_PIX_FMT_BGR24
    V4L2_PIX_FMT_BGR32
    V4L2_PIX_FMT_BGRA32
    V4L2_PIX_FMT_BGRA555
    V4L2_PIX_FMT_BGRX32
    V4L2_PIX_FMT_BGRX555
    V4L2_PIX_FMT_NV12
    V4L2_PIX_FMT_NV16
    V4L2_PIX_FMT_NV21
    V4L2_PIX_FMT_NV61
    V4L2_PIX_FMT_RGB24
    V4L2_PIX_FMT_RGB32
    V4L2_PIX_FMT_RGB555
    V4L2_PIX_FMT_RGB555X
    V4L2_PIX_FMT_RGB565
    V4L2_PIX_FMT_RGB565X
    V4L2_PIX_FMT_RGBA32
    V4L2_PIX_FMT_RGBA555
    V4L2_PIX_FMT_RGBX32
    V4L2_PIX_FMT_RGBX555
    V4L2_PIX_FMT_UYVY
    V4L2_PIX_FMT_VYUY
    V4L2_PIX_FMT_XBGR32
    V4L2_PIX_FMT_XBGR555
    V4L2_PIX_FMT_XRGB32
    V4L2_PIX_FMT_XRGB555
    V4L2_PIX_FMT_XRGB555X
    V4L2_PIX_FMT_YUV410
    V4L2_PIX_FMT_YUV411P
    V4L2_PIX_FMT_YUV420
    V4L2_PIX_FMT_YUV422P
    V4L2_PIX_FMT_YUYV
    V4L2_PIX_FMT_YVU410
    V4L2_PIX_FMT_YVU420
    V4L2_PIX_FMT_YVYU
    

    You can now send send the video frames to the output in any format supported
    by the module.

  • Added direct mode support. The devices, when configured in direct mode, the
    frames are sent straight to the other side without any kind of treatment,
    giving a higher frame rate than using the normal normal mode.
    You can only connect the devices when both sides are configured in direct
    mode, also both devices must have the same format (only one allowed), and the
    devices does not offers user controls.

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

Fix compile with old C standards 13. (commit: b6508bf)


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