Skip to content

Commit

Permalink
Native support for Player One cameras (#1276)
Browse files Browse the repository at this point in the history
Add support for Player One cameras
  • Loading branch information
EthanChappel authored Jan 1, 2025
1 parent beff364 commit 6b2676b
Show file tree
Hide file tree
Showing 29 changed files with 2,061 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ set(cam_SRC
${phd_src_dir}/cam_openssag.h
${phd_src_dir}/cam_OSPL130.cpp
${phd_src_dir}/cam_OSPL130.h
${phd_src_dir}/cam_poa.cpp
${phd_src_dir}/cam_poa.h
${phd_src_dir}/cam_qguide.cpp
${phd_src_dir}/cam_qguide.h
${phd_src_dir}/cam_qhy.cpp
Expand Down
Binary file added WinLibs/PlayerOneCamera.dll
Binary file not shown.
784 changes: 784 additions & 0 deletions cameras/PlayerOneCamera.h

Large diffs are not rendered by default.

Binary file added cameras/PlayerOneCamera.lib
Binary file not shown.
1 change: 1 addition & 0 deletions cameras/poalibs/linux/arm32/libPlayerOneCamera.so
1 change: 1 addition & 0 deletions cameras/poalibs/linux/arm32/libPlayerOneCamera.so.3
1 change: 1 addition & 0 deletions cameras/poalibs/linux/arm32/libPlayerOneCamera.so.3.7
Binary file not shown.
1 change: 1 addition & 0 deletions cameras/poalibs/linux/arm64/libPlayerOneCamera.so
1 change: 1 addition & 0 deletions cameras/poalibs/linux/arm64/libPlayerOneCamera.so.3
1 change: 1 addition & 0 deletions cameras/poalibs/linux/arm64/libPlayerOneCamera.so.3.7
Binary file not shown.
1 change: 1 addition & 0 deletions cameras/poalibs/linux/x64/libPlayerOneCamera.so
1 change: 1 addition & 0 deletions cameras/poalibs/linux/x64/libPlayerOneCamera.so.3
1 change: 1 addition & 0 deletions cameras/poalibs/linux/x64/libPlayerOneCamera.so.3.7
Binary file not shown.
1 change: 1 addition & 0 deletions cameras/poalibs/linux/x86/libPlayerOneCamera.so
1 change: 1 addition & 0 deletions cameras/poalibs/linux/x86/libPlayerOneCamera.so.3
1 change: 1 addition & 0 deletions cameras/poalibs/linux/x86/libPlayerOneCamera.so.3.7
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions cameras/poalibs/mac/libPlayerOneCamera.3.7.dylib
1 change: 1 addition & 0 deletions cameras/poalibs/mac/libPlayerOneCamera.3.dylib
1 change: 1 addition & 0 deletions cameras/poalibs/mac/libPlayerOneCamera.dylib
Loading

0 comments on commit 6b2676b

Please sign in to comment.