Skip to content
/ aylp_asi Public

Anyloop plugin for ZWO ASI cameras (using their SDK)

License

Notifications You must be signed in to change notification settings

cdqp/aylp_asi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anyloop plugin for ZWO ASI cameras

Linux only, targeting x64 and arm64.

libaylp dependency

Symlink or copy the libaylp directory from anyloop to libaylp. For example:

ln -s $HOME/git/anyloop/libaylp libaylp

libasi dependency

The ASI library is bundled with this repo under libasi. It seems the binary is MIT licensed so we can do that.

Building

Use meson:

meson setup build
meson compile -C build

Note that ZWO did not set a SONAME on their shared library, so meson will link aylp_asi against the absolute path of libASICamera2.so.

About

Anyloop plugin for ZWO ASI cameras (using their SDK)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published