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

Native support for Player One cameras #1276

Merged
merged 9 commits into from
Jan 1, 2025
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
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,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