From f5b0178251887dade4063dc00b546a97f365969e Mon Sep 17 00:00:00 2001 From: Sameer Puri Date: Mon, 13 Apr 2020 23:52:50 -0400 Subject: [PATCH] Update todos and add imx219 datasheet --- README.md | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 1be0190..d155f44 100644 --- a/README.md +++ b/README.md @@ -4,23 +4,22 @@ ## To-do List -* [ ] Power-off Mode -* [ ] Software reset - * [ ] Fast standby control -* [ ] Mode select -* [ ] Set virtual channel -* [ ] Streaming mode -* Camera control - * [ ] Analog/Digital gain - * [ ] Exposure - * [ ] Orientation - -* Spinlock watching i2c until ready - * [ ] reset_max_delay - * [ ] reset_min_time +* 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) \ No newline at end of file