Published January 10, 2024
| Version nightly
Software
Open
cwi-dis/cwipc: nightly
Authors/Creators
- 1. Centrum voor Wiskunde en Informatica
- 2. CWI
- 3. CWI-DIS
Description
[unreleased]
Added
- Cameraconfig files are now JSON by default (but XML is still supported for backward compatibility).
- The default camera type is now determined from
cameraconfig.json, so you normally don't have to specify--kinector similar tocwipc_viewand other utilities - There is a new API call
cwipc_capturerthat will return the correct capturer for what is specified incameraconfig.json. You can also give it aconfigFilenameparameter of"auto"and it will determine what type of camera is attached to your system. - cwipc has been ported to Android, specifically for use on the Oculus Quest.
- Python modules now have type annotations, which should make it much easier to use cwipc in your programs (auto-complete, documentation, etc)
- Python example programs have been added.
cwipc_checkprogram helps with checking that everything is installed (especially on Windows)
Changed
- Build process and CMakefiles have been streamlined, specifically the way the Python support is installed.
cwipc_unityis no longer a submodule of cwipc but its own toplevel repository.cwipc_calibrateshould now be easier to use.- command line arguments to
cwipc_viewand other utilities have changed a lot. Use--helpto see the differences. - Windows installer should now be more robust.
Removed
Files
cwi-dis/cwipc-nightly.zip
Files
(49.1 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:2ba002cea2e5c5c3df2610d8daa10702
|
49.1 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/cwi-dis/cwipc/tree/nightly (URL)