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