Skip to content

Commit

Permalink
ASI Camera SDK 1.16.3 release (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaana committed Jan 4, 2021
1 parent a179ef4 commit 51e12e2
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions debian/libasi/changelog
@@ -1,3 +1,17 @@
libasi (1.12) buster; urgency=medium

* ASICAM 1.16.3 release:
V1.16.3
Fix bug: ASI294MM Pro BIN2/BIN4 ROI problem.

V1.16.2
Fix some bugs.

V 1.16.1
Fix some bugs.

-- Jarno Paananen <jarno.paananen@gmail.com> Mon, 04 Jan 2021 18:28:27 +0200

libasi (1.11) buster; urgency=medium

* ASICAM 1.16 release:
Expand Down
2 changes: 1 addition & 1 deletion debian/libasi/rules
Expand Up @@ -7,7 +7,7 @@ DEB_SRCDIR=libasi
DEB_DH_SHLIBDEPS_ARGS=-u--ignore-missing-info

# ASICAM version
ASICAM_VERSION=1.16
ASICAM_VERSION=1.16.3
ASICAM_SO_VERSION= 1

# ASIEFW Version
Expand Down
4 changes: 2 additions & 2 deletions libasi/CMakeLists.txt
@@ -1,12 +1,12 @@
cmake_minimum_required(VERSION 2.8)
PROJECT(libasi CXX C)

# Using ASI Camera SDK Version 1.16 updated on 2020-11-23
# Using ASI Camera SDK Version 1.16.3 updated on 2021-01-04
# Using ASI EFW SDK Version 1.5.0615 updated on 2020-06-22
# Using ASI ST4 SDK Version 1.0 updated on 2018-07-23
# Using ASI EAF SDK Version 0.2.0605 updated on 2020-07-20

set(ASICAM_VERSION "1.16")
set(ASICAM_VERSION "1.16.3")
set(ASICAM_SOVERSION "1")

set(ASIEFW_VERSION "1.5.0615")
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 51e12e2

Please sign in to comment.