Open jackjansen opened 1 year ago
This can actually also be used for the problem with installing the Python packages. cwipc install
could be used to install them.
And the toplevel cwipc
command could detect that this hasn't been done yet and then do it (essentially replacing cwipc_pymodules_install.sh
).
cwipc install
(or maybe cwipc check
?) should also help with the Windows DLL/PATH hell. @ashutosh3308 just ran into it again, where all the Kinect stuff was installed but still cwipc couldn't load the Kinect DLLs.
Should look at https://pypi.org/project/dll-diagnostics/ I remember vaguely that I have used that to find dependencies at some point in the past.
The
cwipc_view
,cwipc_calibrate
and especiallycwipc_grab
with its many overloaded options are a pain in the neck to use.We should create a single
cwipc
command with sub-commandsgrab
,calibrate
,view
,convert
, etc.