Skip to content

Commit

Permalink
Libsvbony update to 1.12.8 (#935)
Browse files Browse the repository at this point in the history
* Updated SVBONY Camera SDK to Version 1.12.8

Change Log of libsvbony
  * Fixed the problem that the program occasionally exits abnormally under macOS
  * Fixed the issue where the cooling power value obtained when cooling is turned off is greater than 0
  * MaxBitDepth in SVB_CAMERA_PROPERTY returns the actual bit width of the sensor

* Updated changelog for libsvbony 1.12.8
  • Loading branch information
jctk authored Jun 24, 2024
1 parent b10c22c commit a049548
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions debian/libsvbony/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
libsvbony (1.12.8) bionic; urgency=low

* Upgraded to upstream SVBONY SDK vers. 1.12.8 :
* Fixed the problem that the program occasionally exits abnormally under macOS
* Fixed the issue where the cooling power value obtained when cooling is turned off is greater than 0
* MaxBitDepth in SVB_CAMERA_PROPERTY returns the actual bit width of the sensor

-- Tetsuya Kakura <[email protected]> Mon, 24 Jun 2024 10:00:00 +0900

libsvbony (1.12.6) bionic; urgency=low

* Upgraded to upstream SVBONY SDK vers. 1.12.6 :
Expand Down
2 changes: 1 addition & 1 deletion libsvbony/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
project (libsvbony)

set (SVBCAMERASDK_VERSION "1.12.6")
set (SVBCAMERASDK_VERSION "1.12.8")
set (SVBCAMERASDK_SOVERSION "1")

list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/")
Expand Down
Binary file modified libsvbony/libSVBCameraSDK_amd64.bin
Binary file not shown.
Binary file modified libsvbony/libSVBCameraSDK_armv6.bin
Binary file not shown.
Binary file modified libsvbony/libSVBCameraSDK_armv7.bin
Binary file not shown.
Binary file modified libsvbony/libSVBCameraSDK_armv8.bin
Binary file not shown.
Binary file modified libsvbony/libSVBCameraSDK_mac64.bin
Binary file not shown.
Binary file modified libsvbony/libSVBCameraSDK_x86.bin
Binary file not shown.

0 comments on commit a049548

Please sign in to comment.