Opened 9 years ago
Closed 9 years ago
#246 closed defect (fixed)
With CMOSIS20, adc_resolution register gives wrong information
Reported by: | Suren A. Chilingaryan | Owned by: | Michele Caselle |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | UFO Camera | Version: | |
Keywords: | Cc: | Matthias Balzer, Michele Caselle, Matthias Vogelgesang |
Description
The adc_resolution
register is the real culprit because it returns a wrong value. The chip is 12 bits but the value in the register is 0 thus I assume it's only 10 bits. That causes the overflowing of bin index in histogramming module. Decoding works correctly because I use the adc_resolution
value from the frame itself.
Attachments (0)
Change History (5)
comment:1 Changed 9 years ago by
Component: | Application → UFO Camera |
---|
comment:2 Changed 9 years ago by
comment:3 Changed 9 years ago by
And I told him that at no time should there be a discrepancy between the value found in the frame and the one reported in the register. Just "fixing" the issue in a reset script sounds a bit too brittle to me.
comment:4 Changed 9 years ago by
Dear all,
As I have said, I have modified the default value from 10 to 12 bit mode in the FPGA so that you do not have need of additional operations.
comment:5 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Michele told that it should be set by software, i.e. somewhere in the reset script.