Modify ↓
Opened 13 years ago
Closed 13 years ago
#69 closed defect (wontfix)
Reading register values is slow
| Reported by: | Matthias Vogelgesang | Owned by: | Suren A. Chilingaryan |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | pcilib | Version: | |
| Keywords: | Cc: | Suren A. Chilingaryan, uros |
Description
It is so slow, I have to cache them in order to show them in the property view [1]. This could be a problem if changing register values affects other registers.
[1] http://ufo.kit.edu/repos/libuca.git/commit/?id=7854c5521383d07ead9c8d9693c31a0be26f2351
Attachments (0)
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
OK. There is some speed degradation due to the hardware problems. However, the performance of register access will be always quite slow. There is quite many registers, non-DMA communication is pretty slow and there is communication with CMOSIS on top of it. I don't see how we can fix it.
For UI, we may just provide an "Update" button.
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/ufo/chrome/site/your_project_logo.png)
Yes, there is some problem remaining from the first revision of UFO camera requiring quite strange procedure with repetitions to read/write the registers. I can't really fix it in software.