Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ASI Camera SDK 1.35 release. #929

Merged
merged 1 commit into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions debian/libasi/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
libasi (1.35) jammy; urgency=medium

* ASI Camera SDK 1.35 release. Change log:

New Features
1. None.

Bug fix
1. Fixed some issues of ASI676.

-- Jarno Paananen <[email protected]> Thu, 23 May 2024 21:06:06 +0300

libasi (1.34) jammy; urgency=medium

* ASI Camera SDK 1.34 release. Change log:
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.16)
project (libasi)

# Using ASI Camera SDK Version 1.34 updated on 2024-03-29
# Using ASI Camera SDK Version 1.35 updated on 2024-05-23
# 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.6 updated on 2023-03-16

set (ASICAM_VERSION "1.34")
set (ASICAM_VERSION "1.35")
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.
Loading