Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hdl-util/mipi-ccs
Control a MIPI Camera over I2C
https://github.com/hdl-util/mipi-ccs
camera fpga i2c imx219 mipi mipi-ccs ov5647
Last synced: about 1 month ago
JSON representation
Control a MIPI Camera over I2C
- Host: GitHub
- URL: https://github.com/hdl-util/mipi-ccs
- Owner: hdl-util
- License: other
- Created: 2020-04-10T00:02:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-21T03:09:11.000Z (over 4 years ago)
- Last Synced: 2024-05-20T17:36:13.115Z (7 months ago)
- Topics: camera, fpga, i2c, imx219, mipi, mipi-ccs, ov5647
- Language: SystemVerilog
- Homepage: https://purisa.me/blog/mipi-camera-progress/
- Size: 17.6 KB
- Stars: 21
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# MIPI CCS v1.1
[![Build Status](https://travis-ci.com/hdl-util/mipi-ccs.svg?branch=master)](https://travis-ci.com/hdl-util/mipi-ccs)
## To-do List
* IMX219 Driver
* [x] Power-off Mode
* [x] Standby Mode
* [x] Streaming Mode
* [ ] Maximize possible framerates
* [ ] Custom cropping
* [ ] Investigate clock multipliers and maximize mipi clock
* Camera control
* [ ] Analog/Digital gain
* [ ] Exposure (integration time)
* [ ] Orientation
* Synthesis & debugging## Reference Documents
These documents are not hosted here! They are available on Library Genesis and at other locations.
* [MIPI CCS v1.1](https://b-ok.cc/book/5437872/02a689)
* [IMX219 Datasheet](https://github.com/rellimmot/Sony-IMX219-Raspberry-Pi-V2-CMOS/blob/master/RASPBERRY%20PI%20CAMERA%20V2%20DATASHEET%20IMX219PQH5_7.0.0_Datasheet_XXX.PDF)
* [OV5647 Datasheet](https://cdn.sparkfun.com/datasheets/Dev/RaspberryPi/ov5647_full.pdf)