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

updated SVBONY camera SDK to version 1.11.1 #777

Merged
merged 7 commits into from
May 5, 2023
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
11 changes: 11 additions & 0 deletions debian/libsvbony/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
libsvbony (1.11.2) bionic; urgency=low

* Upgraded to upstream SVBONY SDK vers. 1.11.1 :
* *** Note: The following changes were made both 1.11.0 and 1.11.1 ***
* Support camera SV305C
* Fix the problem that the first line and the last line of the image are incorrect when the mono camera is in 16-bit mode
* SV305C supports saturation
* Improve the frame rate of SV305C in small ROI

-- Tetsuya Kakura <[email protected]> Wed, 26 Apr 2023 11:00:00 +0900

libsvbony (1.10.2) bionic; urgency=low

* Upgraded to upstream SVBONY SDK vers. 1.10.2 :
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.0)
project (libsvbony)

set (SVBCAMERASDK_VERSION "1.10.2")
set (SVBCAMERASDK_VERSION "1.11.1")
set (SVBCAMERASDK_SOVERSION "1")

list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/")
Expand Down
Binary file modified libsvbony/libSVBCameraSDK_amd64.bin
100755 → 100644
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.