Crates.io | qhyccd-rs |
lib.rs | qhyccd-rs |
version | 0.1.5 |
source | src |
created_at | 2023-10-29 07:37:14.119795 |
updated_at | 2024-01-04 02:59:36.223211 |
description | Rust bindings for the QHYCCD SDK. This crate provides a safe interface to the QHYCCD SDK for controlling QHYCCD cameras, filter wheels and focusers. The libqhyccd-sys crate provides the raw FFI bindings. It uses tracing for logging and eyre for error handling. |
homepage | https://github.com/ivonnyssen/qhyccd-rs/wiki |
repository | https://github.com/ivonnyssen/qhyccd-rs |
max_upload_size | |
id | 1017359 |
size | 186,979 |
libqhyccd bindings for Rust.
Current bindings are not complete, but will grow as functionality is needed for the ASCOM alpaca drivers or other projects. It is very early in the dev cycle and I am still learning a ton about Rust, so things might be in flux for a while.
[dependencies]
qhyccd-rs = "0.1.5"
qhyccd-rs works with stable Rust. The minimum required Rust version is 1.65.0.
Currently the library works with QHYCCD SDK 23.09.06 newer versions require openCV to be installed and do not link well necessarily on ARM-based systems. The focus of this development here is unix, specifically AARCH64-based flavors, although CI is testing for x64 compatibility as well.
This project is licensed under either of
at your option.
The repository contains files from the QHYCCD SDK, these are not covered by these licenses and only provided, so builds in CI pass reasonably.
All contributions are welcome.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in qhyccd-rs by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
sudo apt-get install libusb-1.0-0-dev
sudo dnf install libusb1-devel
wget https://www.qhyccd.com/file/repository/publish/SDK/230906/sdk_Arm64_23.09.06.tgz
tar xzvf sdk_Arm64_23.09.06.tgz
cd sdk_Arm64_23.09.06/
sudo sh install.sh
wget https://www.qhyccd.com/file/repository/publish/SDK/230906/sdk_linux64_23.09.06.tgz
tar xzvf sdk_linux64_23.09.06.tgz
cd sdk_linux64_23.09.06/
sudo sh install.sh