Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dridri/lens_shading_editor
Raspberry Pi camera lens shading table editor
https://github.com/dridri/lens_shading_editor
Last synced: 7 days ago
JSON representation
Raspberry Pi camera lens shading table editor
- Host: GitHub
- URL: https://github.com/dridri/lens_shading_editor
- Owner: dridri
- Created: 2017-08-16T11:47:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-10T19:17:33.000Z (over 6 years ago)
- Last Synced: 2024-08-03T09:04:06.070Z (3 months ago)
- Language: C++
- Homepage:
- Size: 197 KB
- Stars: 13
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ISP - Qt
README
# LensShadingEditor
This is a very simple GUI tool to import and generate lens shading table for Raspberry Pi camera v1/v2.
See https://github.com/6by9/lens_shading on how to apply the generated table.
This program can import 6by9's lens_shading ch[1-4].bin files, and is able to export as C header or LUA table (python comming soon) for OV5647 (V1 camera), IMX219 (V2 camera) but also custom table size
## Dependencies
* Qt5
* OpenGLFor debian-based distributions (and probably other Linux distros) just install packages `cmake g++ qtbase5-dev libqt5opengl5-dev`
On Windows, installing Qt-Creator is the easiest way.
On OSX.. hmm Qt-Creator should be enough.
## Building
The program is entirely Qt5 based, and should be able to be built on any platform supporting it.
To build it, just do the following :
```
qmake
make
then run it using ./lensshading
```## Prebuilt binaries
Comming soon...
## Screenshots
![screenshot](https://raw.githubusercontent.com/dridri/lens_shading_editor/master/screenshot.png)
![screenshot_load](https://raw.githubusercontent.com/dridri/lens_shading_editor/master/screenshot_load.png) ![screenshot_export](https://raw.githubusercontent.com/dridri/lens_shading_editor/master/screenshot_export.png)