Skip to content

Commit

Permalink
ASI camera SDK 1.16 release (#246)
Browse files Browse the repository at this point in the history
V 1.16
ASI294MM camera support 44M resolution.
Fixed some bugs.
  • Loading branch information
jpaana committed Nov 23, 2020
1 parent 80b0a6b commit 0d0cfc0
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion debian/libasi/changelog
@@ -1,6 +1,15 @@
libasi (1.11) buster; urgency=medium

* ASICAM 1.16 release:
V 1.16
ASI294MM camera support 44M resolution.
Fixed some bugs.

-- Jarno Paananen <jarno.paananen@gmail.com> Mon, 23 Nov 2020 18:56:21 +0200

libasi (1.10) buster; urgency=medium

* ASICAM 1.16.0915 release:
* ASICAM 1.15.0915 release:
V 1.15.0915
Fix some bugs

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.15.0915
ASICAM_VERSION=1.16
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.15.0915 updated on 2020-09-24
# Using ASI Camera SDK Version 1.16 updated on 2020-11-23
# 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.15.0915")
set(ASICAM_VERSION "1.16")
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 0d0cfc0

Please sign in to comment.