(→‎Cameras: qastrocam and V4L2 update)
Line 8: Line 8:
* QSI cameras have a control API made by the [http://www.qsimaging.com/software.html#linuxapps manufacturer] and a software using it already exists with lots of features (including autoguiding): [[GoQat]].
* QSI cameras have a control API made by the [http://www.qsimaging.com/software.html#linuxapps manufacturer] and a software using it already exists with lots of features (including autoguiding): [[GoQat]].
* Atik cameras are fully unsupported.
* Atik cameras are fully unsupported.
* TSNK-lab ICX285AL cameras, QHY5, QHY6, QHY9, QHY8L, DSI2PRO, and DSLR are supported by [http://sourceforge.net/projects/cccd/ cccd].
* TSNK-lab ICX285AL cameras, QHY5, QHY6, QHY9, QHY8L, DSI2PRO, and DSLR are supported by [http://sourceforge.net/projects/cccd/ cccd]. The QHY5 and QHY6 cameras are also supported by [[Qastrocam-g2]].
* Apogee Alta and SBIG cameras are supported by the [[INDI]]-compatible [http://www.astro.louisville.edu/software/xmccd/index.html XmCCD].
* Apogee Alta and SBIG cameras are supported by the [[INDI]]-compatible [http://www.astro.louisville.edu/software/xmccd/index.html XmCCD].
* V4L2 compatible devices (webcams, USB grabbers for example) are handled by many capture and guiding software.


==Telescope mounts or control devices==
==Telescope mounts or control devices==

Revision as of 23:57, 29 March 2013

Hardware compatibility list

This page lists some devices and the status of their Linux driver or software used to control it. Most devices don't need drivers but software managing them. Many devices not listed below are supported by the INDI distributed abstraction layer. If you have some devices, you shall add them to the list or leave comments on how they work with Linux. For now, if the experience you have is with a different operating system, like FreeBSD or Mac OS X, you can put it on this page too.

Cameras

  • For DLSR (reflex cameras), no need to make a full list of devices, they all can be controlled from the USB port using gphoto2.
  • QSI cameras have a control API made by the manufacturer and a software using it already exists with lots of features (including autoguiding): GoQat.
  • Atik cameras are fully unsupported.
  • TSNK-lab ICX285AL cameras, QHY5, QHY6, QHY9, QHY8L, DSI2PRO, and DSLR are supported by cccd. The QHY5 and QHY6 cameras are also supported by Qastrocam-g2.
  • Apogee Alta and SBIG cameras are supported by the INDI-compatible XmCCD.
  • V4L2 compatible devices (webcams, USB grabbers for example) are handled by many capture and guiding software.

Telescope mounts or control devices

  • MCMTII is currently only fully compatible with the non-free PRISM software or with any other software using the Ascom driver (non-free abstraction layer). However, a setup console program for windows and the DLL used by PRISM are open-source, which are good starting points to enable the MCMTII to step into the Linux world.

Focusers

  • Robofocus is supported by GoQat amongst others.

RS232 / USB converters

Most of them are handled by Linux, a list has to be done.

Linux kernel sources links: documentation on usb serial devices and drivers and list of files in drivers/usb/serial (= list of chipset names).

USB video grabbers

Many are handled by Linux too. The LinuxTV project has a wiki with a list of supported devices. Linux exposes these interfaces with the V4L API, so they can be used the same way as webcams.

The em28xx chipset is an example of chipset used by many consumer products (see list). See links CARDLIST.* on the left for lists of products embedding other chipsets.