summaryrefslogtreecommitdiffstats
path: root/BUGS
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-09 07:12:44 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-09 07:12:44 +0100
commit1ac7751e5b9df5f09500aca9e5b34bb9cfa912b4 (patch)
tree42e3705aa8b20fc7f03025cb83ae2f928350174d /BUGS
parentc3812d3569aa98e23953eea323d980912580e659 (diff)
downloadpcitool-1ac7751e5b9df5f09500aca9e5b34bb9cfa912b4.tar.gz
pcitool-1ac7751e5b9df5f09500aca9e5b34bb9cfa912b4.tar.bz2
pcitool-1ac7751e5b9df5f09500aca9e5b34bb9cfa912b4.tar.xz
pcitool-1ac7751e5b9df5f09500aca9e5b34bb9cfa912b4.zip
Initial support of event streaming in cli
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS18
1 files changed, 18 insertions, 0 deletions
diff --git a/BUGS b/BUGS
new file mode 100644
index 0000000..9adf21c
--- /dev/null
+++ b/BUGS
@@ -0,0 +1,18 @@
+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
+
+
+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.
+