Skip to content

Commit

Permalink
one inch eye
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Jul 3, 2024
1 parent 8810877 commit 0b1dd1e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion docs/oneincheye.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
# OneInchEye

building...
OpenSource IMX283 Camera Board for Raspberry Pi

## Overview

![pcb](/imx283.png)

[OneInchEye](https://github.com/will127534/OneInchEye) is an OpenSource IMX283 Camera Board, which is made by [Will Whang](https://github.com/will127534). The following introductions are all from Will's project👇

> Welcome to the OneInchEye project, an open-source camera board designed for Raspberry Pi Compute Module 4 boards using the IMX283 one-inch sensor. This project aims to provide a high-quality, affordable, and accessible camera module for advanced Raspberry Pi projects. The board is designed using KiCad v6, a popular open-source electronics design automation (EDA) software.
>
> OneInchEye captures stunning high-resolution images and videos with improved low-light performance and dynamic range. It's perfect for photography enthusiasts, developers, and makers who want to level up their Raspberry Pi projects with a powerful camera. The board also features a TMP117 temperature sensor for accurate temperature readings.
>
> Please note that the OneInchEye is not compatible with most Raspberry Pi boards because it requires 22-pin FPC connector with 4-lane MIPI-CSI interface. Ensure compatibility with your specific board before proceeding.
But Will said [StarlightEye](/starlighteye) is more suitable for video cropping, so I never test OneInchEye.

## Where can I get it?

This is probably the most important issue for you. Will Whang may occasionally create multiple OneInchEyes, but he recommends that users make their own with PCB Plant like JLCPCB and so on, because the key production files are already very complete.

## Usage

### Modify dtoverlay

you will need to modify the `config.txt` found in the boot partition after you are flashing your [cinepi-sdk](/software.html#install-cine-fox).

```shell
# OneInchEye Module ( default camera port 1 )
camera_auto_detect=0
dtoverlay=imx283
```

## Wiki

[Here](https://github.com/will127534/OneInchEye/wiki) is the wiki made by Will
Binary file added docs/public/imx283.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0b1dd1e

Please sign in to comment.