Modify ↓
Opened 12 years ago
Closed 12 years ago
#133 closed enhancement (fixed)
Implement plugin architecture
Reported by: | Matthias Vogelgesang | Owned by: | Matthias Vogelgesang |
---|---|---|---|
Priority: | major | Milestone: | libuca-1.1 |
Component: | libuca | Version: | |
Keywords: | Cc: |
Description (last modified by )
Similar to UFO, libuca needs a plugin architecture for three reasons:
- Less work in
uca-camera.c
- Easier redistributability
- Tools in
tests/
do not need to be linked against third-party libraries
Attachments (0)
Change History (3)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 12 years ago by
Status: | new → accepted |
---|
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Okay, the plugins
branch is merged into master with 6eaadaa.
Note: See
TracTickets for help on using
tickets.
A preliminary version of the plugin architecture is ready at the plugin branch. It works for the mock camera but definately needs some testing with some real cameras.