| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
ANKA plugins are developed and distributed separately like other plugins
depending on vendor SDKs.
The bundled plugins use libuca version as their version and depend on it directly.
This ensures that they always match the libuca version and makes versioning more
transparent for the end users.
Conflicts:
plugins/mock/CMakeLists.txt
|
|
|
|
|
|
|
|
|
| |
Changed sensor-width, sensor-height and sensor-bitdepth to construct only
Added uca_camera_pspec_set_writable
mock: allow characterization at construction time
Its now possible to set sensor-width, sensor-height and sensor-bitdepth at construction time
Creation of random data is now controlled by a property and can be set while recording
|
|
|
|
|
|
| |
Conflicts:
plugins/dexela/CMakeLists.txt
plugins/dexela/changelog.txt
|
|
|
|
| |
Seems not to be the case on current Ubuntus.
|
|
|
|
|
|
|
|
| |
The mock camera now only prints a buffer of roi size and
*then* transfers it to the caller.
Conflicts:
plugins/mock/uca-mock-camera.c
|
| |
|
|
|
|
|
|
| |
The advantage is twofold: 1) we have a clear separation between setting up the
paths and actually using them, 2) the interface is very likely as configure
scripts and makes integration into build system a bit easier.
|
| |
|
| |
|
| |
|
|
|
|
| |
This will use the information provided by each plugin.
|
|
|
|
|
| |
Otherwise CMake complains about non-existent C++ compilers, which are
not needed here anyway.
|
|
... and build a package for each camera. Moreover, for some reason we can live
without the CMake generated spec file for RPM generation. AFAICS, the RPMs are
prefixed correctly.
|