360tetsu360 / asicap

Software to control ZWO ASI cameras remotely

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASICAP-RS

Software to control ZWO ASI cameras remotely

Build

  • Linux & Mac

    • Install libusb-1.0 for ASI Camera SDK
    • If you are using Raspberry Pi for server, replace RASPBERRYPI_VER in .cargo/config.toml with your Raspberry Pi model

Requires

  • Linux & Mac

    • Run
      $ sudo install asi.rules /lib/udev/rules.d 
      
      or
       $ sudo install asi.rules /etc/udev/rules.d
      
      and reconnect camera, then the camera can be opened without root and run
       $ cat /sys/module/usbcore/parameters/usbfs_memory_mb
      
      to make sure the result is 200.
  • Windows

About

Software to control ZWO ASI cameras remotely

License:MIT License


Languages

Language:Rust 82.1%Language:C 17.9%