Coder Social home page Coder Social logo

csi2rx's Introduction

4k MIPI CSI-2 FPGA Camera Interface

Overview

This project is an open source (MIT license) MIPI CSI-2 receive core for Xilinx FPGAs, supporting 4k resolution at greater than 30fps. It includes a complete demo project, designed for the Genesys 2 board with a custom FMC to camera card, that writes the 4k video into a DDR3 framebuffer and outputs at 1080p (with a choice of scaled or cropped) to the HDMI and VGA ports. The demo camera module is the Omnivision OV13850 (using the Firefly camera module), which supports 4k at up to 30fps, although the demo runs at 24fps where it seems performance is better - this may partly be down to the choice of register values though. Although the OV13850 sensor/ADC does not seem to work much above 30fps; the camera also has a "test pattern" mode which bypasses this and which I have used to test my driver up to 45fps.

Structure

  • The mipi-csi-rx folder contains all the components (except the video_timing_ctrl timing generator, in the video-misc folder) needed for the CSI-2 Rx itself.
    • csi_rx_top is the top level for the CSI-2 interface, this is what you should use in your design
    • csi_rx_4_lane_link encapsulates the link layer. In particular
      • csi_rx_hs_lane_phy is the low-level data PHY, one for each lane, containing the input buffer and input SERDES
      • csi_rx_byte_align ensures bytes are correctly aligned by looking for the sync byte that precedes packets
      • csi_rx_word_align corrects any slight alignment differences between lanes, concatenating the 4 lane byte inputs to a single 32-bit word output
      • csi_rx_hs_clk_phy handles the clock input and contains the necessary clock buffers
    • csi_rx_packet_handler processes packets, looking for video packets and seperating off the payload
    • csi_rx_10bit_unpack converts 32-bit packet payload input and outputs 4 10-bit pixels (with a valid output, as it does not produce pixels every clock cycle)
    • csi_rx_video_output synchronises the CSI-2 clock domain to the pixel clock domain using a line buffer and outputs standard video format
  • ov-cam-control contains a I2C interface for camera configuration, the 4k24 configuration for the OV13850, and ov13850_control_top which handles camera reseting and writes the register values from the configuration ROM to the I2C interface.
  • framebuffer-ctrl contains the framebuffer controller, which interfaces with external framebuffer memory (providing an AXI4 master to interface with the Xilinx DDR3 controller) to scale or crop the 4k frames from the camera to 1080p for the video output.
  • video-misc contains the video timing controller, a test pattern generator for debugging, a video register for timing purposes and the basic ISP (a simple debayering core and colour channel gain adjustment for white balance).
  • dvi-tx contains a simple DVI transmitter, for the Genesys 2 HDMI output port
  • demo-top contains the top level files for the demo project; and examples contains the Vivado project itself for the demo

Test Hardware

The current test platform is the Digilent Genesys 2 (Kintex-7 XC7K325T-2) with an OV13850 camera. The CSI-2 lanes connect to 2.5V LVDS inputs on the FPGA, using a custom FMC interface board. Earlier testing was done on a Virtex-6 FPGA, unfortunately I no longer have access to this platform so support cannot be guaranteed.

The exact camera used was the Firefly RK3288 camera module, which is a convenient way of obtaining the OV13850 camera - search for "OV13850 Firefly RK3288" and various sites selling it can be found starting from $40 or so. In the future I'm looking into using smartphone replacement camera modules. I have ordered some IUNI U2 replacement back cameras which are P16V01A modules based on the 4k60-capable OV16825 and have a publicly available pinout.

The FMC board also has a connector for the 4k 5.5" Z5 premium LCD; which I am also working on code to drive. The KiCad board designs and gerbers are in the DSITx repo.

A quick picture of my test setup is below.

4k Camera Testing

Customisation

See csi_rx_top.vhd for more information on the parameters that need to be adjusted depending on your camera and application.

Future Work

In the future the debayering block needs to be improved to reduce colour fringing at sharp edges. A driver for the focus voice coil driver inside the camera module needs to be added; along with autofocus and AEC/AGC (at the moment gain and exposure are buried deep within the camera config ROM).

csi2rx's People

Contributors

gatecat avatar

Watchers

James Cloos avatar CoreyChen avatar

Forkers

junganghu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.