Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berkozkancsgod/onsemi-isp-tuning
This repo contains code for an application that allows the user to modify Onsemi AS0149AT image sensor's registers.
https://github.com/berkozkancsgod/onsemi-isp-tuning
Last synced: 2 days ago
JSON representation
This repo contains code for an application that allows the user to modify Onsemi AS0149AT image sensor's registers.
- Host: GitHub
- URL: https://github.com/berkozkancsgod/onsemi-isp-tuning
- Owner: berkOzkanCSGod
- Created: 2023-07-10T05:33:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-07T06:48:41.000Z (about 1 year ago)
- Last Synced: 2023-11-07T07:35:08.914Z (about 1 year ago)
- Language: C++
- Size: 38.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Onsemi-ISP-Tuning
Brief report: http://berk.ozkan.ug.bilkent.edu.tr/pdfs/Karel-Onsemi-ISP-Tuning.pdf
This is my first project from my internship at Karel (https://www.karel.com.tr/). I was tasked with creating an application that would allow the engineers here to tinker with the Onsemi AS0149AT image sensor.
This task required me to:
- Develop a serial communication protocol with tll uart chip.
- Learn Qt.
- Use SQLite for a small scale database.
- Learn about image sensors.
- Manage register values.