Skip to content

Commit

Permalink
Updated SVBONY Camera SDK to Version 1.11.4 (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
jctk authored Jun 15, 2023
1 parent fa2b41c commit 1962942
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 6 deletions.
6 changes: 6 additions & 0 deletions debian/indi-svbony/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
indi-svbony (1.3.6) bionic; urgency=low

* Disabled workaround code for bug #666 "the problem that the last exposure image may be read in soft trigger mode".

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

indi-svbony (1.3.5) bionic; urgency=low

* Added process to initialize Camera parameters when Camera is connected.
Expand Down
15 changes: 14 additions & 1 deletion debian/libsvbony/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
libsvbony (1.11.2) bionic; urgency=low
libsvbony (1.11.4) bionic; urgency=low

* Upgraded to upstream SVBONY SDK vers. 1.11.4 :
* *** Note: The following changes were made both 1.11.2 and 1.11.4 ***
* Support image flip
* Modify SV605CC gain setting
* Modify the gain setting of SV605CC/SV605MC
* Fix up the problem that the image cannot be obtained when the SV905C is exposed for a long time
* Remove the x86 version library in MacOS
* Fix up the problem that the last exposure image may be read in soft trigger mode

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

libsvbony (1.11.1) 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 ***
Expand Down
2 changes: 1 addition & 1 deletion indi-svbony/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include(GNUInstallDirs)

set (SVBONY_VERSION_MAJOR 1)
set (SVBONY_VERSION_MINOR 3)
set (SVBONY_VERSION_PATCH 5)
set (SVBONY_VERSION_PATCH 6)

find_package(CFITSIO REQUIRED)
find_package(INDI REQUIRED)
Expand Down
6 changes: 4 additions & 2 deletions indi-svbony/doc/svbony-doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,16 @@ The driver supports single framing and streaming.
- ROI (snapshot and liveview)
- Binning (software, snapshot and liveview)
- Slow, medium and fast framing
- RAW8, RAW16 and YUV8 frame format
- RAW8, RAW16, YUV8 and YUV16 frame format
- Color bayer pattern
- Cooling Support with Cooling Camera

### Known issues (mostly firmware related):

- Intensive configuration changes could lead to a crash
- Intensive configuration changes could lead to a crash.
- The driver crashes when Native file format is selected and exposed.
- "Correct Dead Pixel" switch is alway turn off.
- "Banding noise" is likely to occur.

## Operation

Expand Down
2 changes: 1 addition & 1 deletion indi-svbony/svbony_ccd.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

// WORKAROUND for bug #655
// If defined following symbol, get buffered image data before calling StartExposure()
#define WORKAROUND_latest_image_can_be_getten_next_time
//#define WORKAROUND_latest_image_can_be_getten_next_time

using namespace std;

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.11.1")
set (SVBCAMERASDK_VERSION "1.11.4")
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 1962942

Please sign in to comment.