BUGS 716 B

123456789101112131415161718
  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. Incomplete Frames
  8. -----------------
  9. If I'm trying to stream the data, the camera from time to time returns
  10. incomplete frames. The provided part of the frame is coherent. But instead
  11. of at least 3063824 bytes (just full frame without padding, normally I get
  12. more due to the padding) I get only 3063808 bytes. This number 3063808 looks
  13. like to be constant.
  14. If I send another frame request, however, it looks I got the missing data with
  15. the next frame.