Crates.io | qhyccd-alpaca |
lib.rs | qhyccd-alpaca |
version | 0.1.1 |
source | src |
created_at | 2024-01-15 21:35:51.736328 |
updated_at | 2024-01-15 22:53:00.905764 |
description | ASCOM Alpaca driver for QHYCCD cameras and filter wheels. |
homepage | https://github.com/ivonnyssen/qhyccd-alpaca/wiki |
repository | https://github.com/ivonnyssen/qhyccd-alpaca |
max_upload_size | |
id | 1100734 |
size | 250,351 |
ASCOM Alpaca driver for QHYCCD cameras and filter wheels written in Rust.
Camera Model | ASCOM Validation Status |
---|---|
QHY5III290C | Passed |
QHY5III178M | Failed - exposure fails with error code 0x2001 |
QHY178M | Passed |
QHY600M | Passed |
Filter Wheel Model | ASCOM Validation Status |
---|---|
QHYCFW3L-SR | Passed |
The driver relies on the QHYCCD SDK version 23.09.06 and libusb-1.0.0. The instructions below are for installing from source.
sudo apt-get install -y make cmake build-essential libusb-1.0-0-dev
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
git clone https://github.com/ivonnyssen/qhyccd-alpaca.git
cd qhyccd-alpaca
cargo build --release
cd target/release
./qhyccd-alpaca [--help for more info]
qhyccd-alpaca works with stable Rust. The minimum required Rust version is 1.75.0.
This project is licensed under either of
at your option.
All contributions are welcome.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in qhyccd-alpaca by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.