/alps/ipecamera

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/ipecamera

« back to all changes in this revision

Viewing changes to BUGS

  • Committer: Suren A. Chilingaryan
  • Date: 2015-04-27 00:28:57 UTC
  • Revision ID: csa@suren.me-20150427002857-82fk6r3e8rfgy4wr
First stand-alone ipecamera implementation

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
IPECamera Hardware Bugs
2
 
=======================
3
 
 1. Strange sequence writting CMOSIS registers
4
 
 2. Extra 8 byte padding in the end of frames
5
 
 3. Solve the conflict between DMA packet_length register and FPGA registers
6
 
 4. Some frame requests are lost
7
 
 
8
 
Incomplete Frames
9
 
-----------------
10
 
 If I'm trying to stream the data, the camera from time to time returns 
11
 
 incomplete frames. The provided part of the frame is coherent. But instead 
12
 
 of at least 3063824 bytes (just full frame without padding, normally I get 
13
 
 more due to the padding) I get only 3063808 bytes. This number 3063808 looks 
14
 
 like to be constant.
15
 
 
16
 
 If I send another frame request, however, it looks I got the missing data with 
17
 
 the next frame.
18