Skip to content

Commit

Permalink
Update PlayerOneCamera SDK to v3.7.0
Browse files Browse the repository at this point in the history
Add support for Apollo 428M MAX and Apollo 428M MAX PRO
  • Loading branch information
hiro3110i committed Sep 21, 2024
1 parent 2d11113 commit f362eb1
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 4 deletions.
8 changes: 7 additions & 1 deletion debian/indi-playerone/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
indi-playerone (1.15) bionic; urgency=low
indi-playerone (1.16) bionic; urgency=low

* Update PlayerOneCamera SDK v3.7.0

-- Hiroshi SAITO <[email protected]> Sat, 21 Sep 2024 12:00:00 +0900

indi-playerone (1.15) bionic; urgency=low

* Update PlayerOneCamera SDK v3.6.3

Expand Down
6 changes: 6 additions & 0 deletions debian/libplayerone/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libplayerone (1.12) bionic; urgency=low

* Update PlayerOneCamera SDK to v3.7.0

-- Hiroshi SAITO <[email protected]> Sat, 21 Sep 2024 08:00:00 +0900

libplayerone (1.11) bionic; urgency=low

* Update PlayerOneCamera SDK to v3.6.3
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 15)
set(PLAYERONE_VERSION_MINOR 16)

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
3 changes: 3 additions & 0 deletions indi-playerone/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.16
* Update: PlayerOneCamera SDK to v3.7.0

v1.15
* Update: PlayerOneCamera SDK to v3.6.3

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

%changelog
* Sat Sep 21 2024 Hiroshi Saito <[email protected]>
- Update PlayerOneCamera SDK to v3.7.0
* Sun Jul 14 2024 Hiroshi Saito <[email protected]>
- Update PlayerOneCamera SDK to v3.6.3
* Sun May 12 2024 Hiroshi Saito <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions libplayerone/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.16)
project (libplayerone)

# Using PlayerOne Camera SDK Version 3.6.3 updated on 2024-7-8
# 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

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

set (POAEFW_VERSION "1.2.0")
Expand Down
Binary file modified libplayerone/armv6/libPlayerOneCamera.bin
Binary file not shown.
Binary file modified libplayerone/armv7/libPlayerOneCamera.bin
Binary file not shown.
Binary file modified libplayerone/armv8/libPlayerOneCamera.bin
Binary file not shown.
2 changes: 2 additions & 0 deletions libplayerone/libplayerone.spec
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ make DESTDIR=%{buildroot} install
%license libplayerone/license.txt

%changelog
* Sat Sep 21 2024 Hiroshi Saito <[email protected]>
- update PlayerOneCamera SDK to v3.7.0
* Sun Jul 14 2024 Hiroshi Saito <[email protected]>
- update PlayerOneCamera SDK to v3.6.3
* Sun May 12 2024 Hiroshi Saito <[email protected]>
Expand Down
Binary file modified libplayerone/mac/libPlayerOneCamera.bin
Binary file not shown.
Binary file modified libplayerone/x64/libPlayerOneCamera.bin
Binary file not shown.

0 comments on commit f362eb1

Please sign in to comment.