Skip to content

Commit

Permalink
ASI Camera SDK 1.20 release. Changelog: (#456)
Browse files Browse the repository at this point in the history
V1.20 2021.9.6
Add new cameras ASI482MC,ASI485MC
Fix some bugs
  • Loading branch information
jpaana committed Sep 13, 2021
1 parent a1c5310 commit ec46f58
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions debian/libasi/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
libasi (1.20) UNRELEASED; urgency=medium

* ASI Camera SDK 1.20 release. Changelog:
V1.20 2021.9.6
Add new cameras ASI482MC,ASI485MC
Fix some bugs

-- Jarno Paananen <jarno.paananen@gmail.com> Sun, 12 Sep 2021 20:56:19 +0300

libasi (1.19) buster; urgency=medium

* ASI Camera SDK 1.19.1 release. Changelog again:
Expand Down
4 changes: 2 additions & 2 deletions libasi/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cmake_minimum_required (VERSION 3.0)
project (libasi)

# Using ASI Camera SDK Version 1.19.1 updated on 2021-06-30
# Using ASI Camera SDK Version 1.20 updated on 2021-09-12
# Using ASI EFW SDK Version 1.7 updated on 2021-05-17
# Using ASI ST4 SDK Version 1.0 updated on 2018-07-23
# Using ASI EAF SDK Version 1.4 updated on 2021-05-17

set (ASICAM_VERSION "1.19.1")
set (ASICAM_VERSION "1.20")
set (ASICAM_SOVERSION "1")

set (ASIEFW_VERSION "1.7")
Expand Down
Binary file modified libasi/armv6/libASICamera2.bin
Binary file not shown.
Binary file modified libasi/armv7/libASICamera2.bin
Binary file not shown.
Binary file modified libasi/armv8/libASICamera2.bin
Binary file not shown.
Binary file modified libasi/mac/libASICamera2.bin
Binary file not shown.
Binary file modified libasi/x64/libASICamera2.bin
Binary file not shown.
Binary file modified libasi/x86/libASICamera2.bin
Binary file not shown.

0 comments on commit ec46f58

Please sign in to comment.