Raj Kundu
Raj Kundu
Hello! I am trying to do some basic I/O with a very short and simple 5-second `.mkv` recording. I am simply trying to get a point cloud from a single...
**Is your feature request related to a problem? Please describe.** I'm currently creating a multi-device viewer for Azure Kinect Cameras where users can save and load device configurations. However, the...
Fix #62
This PR fixes #62 by adding the `parallel probe` configuration option. When `configuration['parallel probe'] = True`, `concurrent.futures` is imported, and `concurrent.futures.ProcessPoolExecutor` is used to simultaneously probe serial ports. Rather than...
Currently, it takes about 5-10 seconds to initialize an NDI camera on my computer (16" Intel MacBook Pro, macOS 12.5). This is because of the following code, which sequentially probes...