Skip to content

Commit

Permalink
Update PlayerOne SDKs for Camera and EFW
Browse files Browse the repository at this point in the history
 Update PlayerOneCamera SDK v3.7.1
 Update PlayerOnePW SDK v1.2.1
  • Loading branch information
hiro3110i committed Dec 3, 2024
1 parent b9d7d46 commit 75ed29f
Show file tree
Hide file tree
Showing 18 changed files with 30 additions and 6 deletions.
7 changes: 7 additions & 0 deletions debian/indi-playerone/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
indi-playerone (1.17) bionic; urgency=low

* Update PlayerOneCamera SDK v3.7.1
* Update PlayerOnePW SDK v1.2.1

-- Hiroshi SAITO <[email protected]> Tue, 3 Dec 2024 12:00:00 +0900

indi-playerone (1.16) bionic; urgency=low

* Update PlayerOneCamera SDK v3.7.0
Expand Down
7 changes: 7 additions & 0 deletions debian/libplayerone/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
libplayerone (1.13) bionic; urgency=low

* Update PlayerOneCamera SDK to v3.7.1
* Update PlayerOnePW SDK to v1.2.1

-- Hiroshi SAITO <[email protected]> Tue, 3 Dec 2024 08:00:00 +0900

libplayerone (1.12) bionic; urgency=low

* Update PlayerOneCamera SDK to v3.7.0
Expand Down
2 changes: 1 addition & 1 deletion indi-playerone/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ find_package(USB1 REQUIRED)
find_package(Threads REQUIRED)

set(PLAYERONE_VERSION_MAJOR 1)
set(PLAYERONE_VERSION_MINOR 16)
set(PLAYERONE_VERSION_MINOR 17)

configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h )
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/indi_playerone.xml.cmake ${CMAKE_CURRENT_BINARY_DIR}/indi_playerone.xml)
Expand Down
4 changes: 4 additions & 0 deletions indi-playerone/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.17
* Update: PlayerOneCamera SDK to v3.7.1
* Update: PlayerOnePW SDK to v1.2.1

v1.16
* Update: PlayerOneCamera SDK to v3.7.0

Expand Down
3 changes: 3 additions & 0 deletions indi-playerone/indi-playerone.spec
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ make DESTDIR=%{buildroot} install
%{_datadir}/indi

%changelog
* Sat Dec 3 2024 Hiroshi Saito <[email protected]>
- Update PlayerOneCamera SDK to v3.7.1
- Update PlayerOnePW SDK to v1.2.1
* Sat Sep 21 2024 Hiroshi Saito <[email protected]>
- Update PlayerOneCamera SDK to v3.7.0
* Sun Jul 14 2024 Hiroshi Saito <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion indi-playerone/playerone_wheel.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <indifilterwheel.h>

#define EFW_IS_MOVING -1
#define POA_EFW_TIMEOUT 5000 // millisecond
#define POA_EFW_TIMEOUT 10000 // millisecond

class POAWHEEL : public INDI::FilterWheel
{
Expand Down
8 changes: 4 additions & 4 deletions libplayerone/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
cmake_minimum_required(VERSION 3.16)
project (libplayerone)

# Using PlayerOne Camera SDK Version 3.7.0 updated on 2024-9-15
# Using PlayerOne EFW SDK Version 1.2.0 updated on 2023-3-30
# Using PlayerOne Camera SDK Version 3.7.1 updated on 2024-12-3
# Using PlayerOne EFW SDK Version 1.2.1 updated on 2024-10-12

set (POACAM_VERSION "3.7.0")
set (POACAM_VERSION "3.7.1")
set (POACAM_SOVERSION "3")

set (POAEFW_VERSION "1.2.0")
set (POAEFW_VERSION "1.2.1")
set (POAEFW_SOVERSION "1")

list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/")
Expand Down
Binary file modified libplayerone/armv6/libPlayerOneCamera.bin
Binary file not shown.
Binary file modified libplayerone/armv6/libPlayerOnePW.bin
Binary file not shown.
Binary file modified libplayerone/armv7/libPlayerOneCamera.bin
Binary file not shown.
Binary file modified libplayerone/armv7/libPlayerOnePW.bin
Binary file not shown.
Binary file modified libplayerone/armv8/libPlayerOneCamera.bin
Binary file not shown.
Binary file modified libplayerone/armv8/libPlayerOnePW.bin
100644 → 100755
Binary file not shown.
3 changes: 3 additions & 0 deletions libplayerone/libplayerone.spec
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ make DESTDIR=%{buildroot} install
%license libplayerone/license.txt

%changelog
* Sat Dec 3 2024 Hiroshi Saito <[email protected]>
- update PlayerOneCamera SDK to v3.7.1
- updatw PlayerOnePW SDK to 1.2.1
* Sat Sep 21 2024 Hiroshi Saito <[email protected]>
- update PlayerOneCamera SDK to v3.7.0
* Sun Jul 14 2024 Hiroshi Saito <[email protected]>
Expand Down
Binary file modified libplayerone/mac/libPlayerOneCamera.bin
Binary file not shown.
Binary file modified libplayerone/mac/libPlayerOnePW.bin
100644 → 100755
Binary file not shown.
Binary file modified libplayerone/x64/libPlayerOneCamera.bin
Binary file not shown.
Binary file modified libplayerone/x64/libPlayerOnePW.bin
100644 → 100755
Binary file not shown.

0 comments on commit 75ed29f

Please sign in to comment.