/camera/camlib

To get this branch, use:
bzr branch http://darksoft.org/webbzr/camera/camlib

« back to all changes in this revision

Viewing changes to README

  • Committer: Suren A. Chilingaryan
  • Date: 2011-02-13 01:33:37 UTC
  • Revision ID: csa@dside.dyndns.org-20110213013337-ibm4w4n5a3hu4k7u
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
README pflib -- photon focus tools
 
2
A. Kopmann
 
3
 
 
4
 
 
5
The photon focus cameras have a serial programming interface.
 
6
This can be accessed via the special pin at the power connector
 
7
or via the serial programming interface included in the Camera
 
8
Link definition. 
 
9
 
 
10
The serial protocol is not documented -- too complicated for the 
 
11
users. Instead they provide precompiled libraries for Windows and
 
12
Linux.
 
13
 
 
14
The lastest Linux version of the tools is still only available 
 
15
for 32bit systems. I added an socket server that can pass
 
16
requests from 32bit applications to the framegrabber (64bit).
 
17
 
 
18
 
 
19
Contents:
 
20
 
 
21
README
 
22
ChangeLog
 
23
Makefile
 
24
pflib.doxygen   Doxygen configration for the header files
 
25
pflib-api       API documentation (generated from original header files)
 
26
lib             pflib Libraries
 
27
include         Header files
 
28
 
 
29
 
 
30
com_fg          Framegrabber interface
 
31
pfcomserver     Proxy server 32bit to 64bit coupling
 
32
pfcontrol       Commandline camera configuration (via pflib)
 
33
                (called test in the original version)
 
34
 
 
35
 
 
36
 
 
37
 
 
38
Troubleshooting
 
39
===============
 
40
1. For unknown reason, the delay should be included between sequential socket
 
41
   writes (reads look to be OK). Otherwise, spurious extra data may enter the
 
42
   socket and would be readed by different end.
 
43
  
 
 
b'\\ No newline at end of file'