File: README

package info (click to toggle)
indi-fishcamp 1.1-2
  • links: PTS, VCS
  • area: contrib
  • in suites: sid, trixie
  • size: 384 kB
  • sloc: cpp: 625; makefile: 2
file content (43 lines) | stat: -rw-r--r-- 1,100 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
FISHCAMP Starfish INDI Driver
=============================

This package provides the INDI driver for Fishcamp Engineering's Starfish CMOS autoguider (currently support imaging part only).

Requirements
============

+ INDI >= v0.6 (http://indi.sf.net)

	You need to install both indi and indi-devel to build this package.
	
+ cfitsio

	cfitsio-devel is required to compile support for FITS.
	
+ libusb

	libusb is required.
	
+ fishcamp library (see the contents of the distribution.tar.gz file).   


	
Installation
============
	
	First install and check that the linux driver in distribution.tar.gz works with your camera.   Then follow the install instructions in INSTALL file.
	
	
How to Use
==========

	You can use the FISHCAMP INDI Driver in any INDI-compatible client such as KStars or Xephem. 
	
	To run the driver from the command line:
	
	$ indiserver indi_fishcamp_ccd
	
	You can then connect to the driver from any client, the default port is 7624.
	If you're using KStars, the driver will be automatically listed in KStars' Device Manager,
	no further configuration is necessary.