/alps/ipecamera

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/ipecamera

« back to all changes in this revision

Viewing changes to docs/desy20.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2018-08-30 13:55:03 UTC
  • Revision ID: csa@suren.me-20180830135503-9yzi2t3izttjhuav
Add a bit info about Desy camera and a pair of debugging scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Camera: 3840x5120
 
2
======
 
3
 - 5120 = 16 channels of 320 pixels each.
 
4
    * In fact two lines returned simultaneously (in each payload). So, there is 8 channels per line and 640 payloads are transferred to complete 2 lines.
 
5
    * Actually, 641. There is always 1 extra payload which is just skipped in libufodecode (starting with C0)
 
6
    * Actually, 1 (last) payload is missing for the first two rows. So, total number of payloads is (3840/2) * (640 + 1) - 32
 
7
    
 
8
 
 
9
Triggering
 
10
==========
 
11
 There is 2 bits of control register responsible for external triggering
 
12
    bit 16 (from 1): enables external triggering (should be 1)
 
13
    bit 15 (from 1): sets edge type of triggering (should be 1)
 
14
 
 
15
 - Start external triggering
 
16
    pci -w control 0x8000C201
 
17
 - Stop external triggering
 
18
    pci -w control 0x80008201
 
19
 
 
20
 
 
21
Repeating line bug
 
22
==================
 
23
 - Happening with manual triggering, but do not happen in external trigger mode