desy20.txt 1.0 KB

123456789101112131415161718192021222324252627
  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. - Limitations
  8. * Due to encoding, ROI should always start at even line and include even number of lines
  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. - Start external triggering
  15. pci -w control 0x8000C201
  16. - Stop external triggering
  17. pci -w control 0x80008201
  18. Repeating line bug
  19. ==================
  20. - Happening with manual triggering, but do not happen in external trigger mode