Modify ↓
Opened 11 years ago
Closed 11 years ago
#237 closed enhancement (fixed)
Unify scripts, put them in a repo and make them installable
| Reported by: | Matthias Vogelgesang | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | UFO Camera | Version: | |
| Keywords: | Cc: | Suren A. Chilingaryan, Michele Caselle, Uros Stevanovic |
Description (last modified by )
Put it bluntly the current situation is a joke: there is no single authoritive place for the camera scripts which are copied around and edited for specific cases. None the less there are now six reset scripts all differing only in very slight ways. So here are my suggestions:
- Merge the Reset_Init_* scripts to a single one with a real command line interface (e.g. with switches such as --4MP).
- Add a Makefile to install it into a prefixed location.
- Put all of it in a repository and make use of that.
Attachments (0)
Change History (4)
comment:1 Changed 11 years ago by
| Description: | modified (diff) |
|---|
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
| Cc: | Suren A. Chilingaryan Michele Caselle Uros Stevanovic added |
|---|
comment:4 Changed 11 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/ufo/chrome/site/your_project_logo.png)
I started a first version at http://git.ipe.kit.edu/ufo/camera. However, the main reset function is still missing.