Skip to content

hdl-util/mipi-csi-2

Folders and files

NameName
Last commit message
Last commit date
May 17, 2020
Jun 22, 2020
Jun 22, 2020
Apr 7, 2020
Apr 8, 2020
Apr 7, 2020
Apr 7, 2020
Apr 7, 2020
Apr 10, 2020
Apr 8, 2020

Repository files navigation

MIPI CSI 2 Receiver

Build Status

To-do List

  • Primary format decoding
    • RGB888
    • RGB565
    • YUV422 8-bit
    • RAW8
    • RAW10
  • Tests
    • D-PHY
    • CSI-2
    • Decoding
  • Error-checking and correction
    • Header ECC
    • Footer Checksum
  • N-lane
    • 1 lane
    • 2 lane
    • 3 lane
      • Roadblock: will receive more bytes than the 32-bit buffer
        • Consider long packet with 8 bytes
        • First 3 from header go from corresponding lanes
        • Header byte 4 comes from lane 1, Data byte 1, 2 come from lanes 2 & 3
        • Data byte 3, 4, 5 (!) come from lanes 1, 2, & 3
        • Thus, you are stuck with extra, on the same clock the user gets the buffer
    • 4 lane

Reference Documents

These documents are not hosted here! They are available on Library Genesis and at other locations.

Special Thanks

About

Capture images/video from a Raspberry Pi Camera (MIPI CSI-2) with an FPGA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published