(→‎USB video grabbers: link to konig's tm5600 page)
Line 25: Line 25:
==USB video grabbers==
==USB video grabbers==


Many are handled by Linux too. The LinuxTV project has a wiki with a [http://linuxtv.org/wiki/index.php/Video_via_USB list of supported devices].
Many are handled by Linux too. The LinuxTV project has a wiki with a [http://linuxtv.org/wiki/index.php/Video_via_USB 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 used in a [http://www.mjmwired.net/kernel/Documentation/video4linux/CARDLIST.em28xx large list of devices]. See links CARDLIST.* on the left for other chipsets.
The em28xx chipset is an example of chipset used by many consumer products [http://www.mjmwired.net/kernel/Documentation/video4linux/CARDLIST.em28xx (see list)]. See links CARDLIST.* on the left for lists of products embedding other chipsets.
 
* [http://www.ascii-info.com/acquisition-video/3067-konig-editeur-audio-video-usb-20.html KÖNIG CMP-USBVG6] is being tested. Its embeds the [http://www.linuxtv.org/wiki/index.php/Trident_TM6000 tm5600 chipset] and the [http://www.linuxtv.org/wiki/index.php/Xceive_XC3028/XC2028 Xceive XC2028 tuner]. [[USBGrabber:TM5600|Here]] is the internal Link to the test of the device.

Revision as of 02:53, 30 August 2012

Hardware compatibility list

This page lists some devices and the status of their Linux driver or software used to control it. 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.

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.