diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2015-05-02 14:58:00 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2015-05-02 14:58:00 +0200 |
commit | 38c014cf6724aa84cb59da1da749a88090bae377 (patch) | |
tree | 05fb8de940acf344aa8034985c8c43efbf038e6e /BUGS | |
parent | 5387063faa68d774e2f586e6d8284520f3cde12f (diff) | |
download | pcitool-38c014cf6724aa84cb59da1da749a88090bae377.tar.gz pcitool-38c014cf6724aa84cb59da1da749a88090bae377.tar.bz2 pcitool-38c014cf6724aa84cb59da1da749a88090bae377.tar.xz pcitool-38c014cf6724aa84cb59da1da749a88090bae377.zip |
Dcoumentation update
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 17 |
1 files changed, 2 insertions, 15 deletions
@@ -1,18 +1,5 @@ IPECamera Hardware Bugs ======================= 1. Strange sequence writting CMOSIS registers - 2. Extra 8 byte padding in the end of frames - 3. Solve the conflict between DMA packet_length register and FPGA registers - 4. Some frame requests are lost - -Incomplete Frames ------------------ - If I'm trying to stream the data, the camera from time to time returns - incomplete frames. The provided part of the frame is coherent. But instead - of at least 3063824 bytes (just full frame without padding, normally I get - more due to the padding) I get only 3063808 bytes. This number 3063808 looks - like to be constant. - - If I send another frame request, however, it looks I got the missing data with - the next frame. - + 2. Sometimes during DMA streaming register accesses fail + 3. The lower 12-bit of bus address are ignored by all hardware |