tim-depthkit
tim-depthkit
**Is your feature request related to a problem? Please describe.** Hardware accelerated decoding on windows is currently unavailable, and based on how it is being implemented, will likely be limited...
**Describe the bug** If I add the binary locations for `draco_encoder` and `basisu` to my PATH on windows, I get errors when Encoder.py attempts to run these executables. It looks...
It would be nice to have the option to run the encoder with multiple threads in order to run the draco_encoder and basisu subprocesses in parallel. This could be accomplished...
On a fresh install of python 3.7.9, I ran `pip install -r requirements.txt` and currently this only installs the `bpy` package. I needed to install the following additional packages to...
Currently the resolve line prepends a './' to the import key, meaning that if I try to reference code that lives in an external package, it will fail to resolve....
On Windows, after rebooting sensors, sometimes (quite often in fact) they will show up with USB2.1 connections when they become reconnected. This requires physically disconnecting and reconnecting the sensors, power...
I just ran into an issue when using 3x Femto Bolt cameras where two of them stopped responding to requests to reset the timestamps. Power cycling the sensors resolved the...
It would be great if the SDK could provide an enum that lists all of the supported USB VIDs and PIDs, something like ``` typedef enum { OB_DEVICE_PID_FEMTO_BOLT = 0x066B,...