Dale Phurrough

Results 125 issues of Dale Phurrough

Hi. While reviewing the code, I think I noticed that the `apc.mmap_file_mask` feature... > POSIX-style shm_open/mmap put a ".shm" somewhere in your mask. eg. "/apc.shm.XXXXXX" is not implemented. https://github.com/krakjoe/apcu/blob/32aaf38b2474f2f4cfea763d626e59c96086b957/INSTALL#L263 I...

**Describe the bug** `CHECK_NOFAIL` does not increment assertions count shown at end of test run **Expected behavior** The assertion count shown at the end of a test run should be...

When a process in Windows runs WSLgit and passes a locale variable (e.g. LC_ALL, LANG, etc.) on that spawn, that variable is not passed to WSL. Therefore, the specific locale...

### Describe the bug CRS v3.3.2 with 912 DOS PROTECTION will errantly block on one burst when `EXECUTING_PARANOIA_LEVEL=2` and `PARANOIA_LEVEL=1`. This is partially due to code defect here https://github.com/coreruleset/coreruleset/blob/8a7a8960c2721890054ec1f5d9e79f9dc62ac991/rules/REQUEST-912-DOS-PROTECTION.conf#L273-L275 With...

Add access to Kinect data via `cv::gpu::GpuMat`, `ogl::Buffer`, `cv::ogl::Texture2D`, and/or OpenGL handles to keep data on GPU and greatly reduce GPUCPU memory churn for image processing, computation, etc. As I...

Enhancement

I have evidence that suggests the `K4ABT_JOINT_ANKLE_LEFT` and `K4ABT_JOINT_ANKLE_RIGHT` joints output incorrect rotations. They appear to actually be rotations pointing towards a missing `heel` joint. Reproduced using both the `k4abt_simple_3d_viewer.exe`...

Bug
Body Tracking

Critical redistrib files distributed with the new Body Tracking v1.1.0 are missing version numbers. We need version numbers for building, cmake package control, runtime app version control, validation, etc. ###...

Bug
Body Tracking

`k4abt_tracker_configuration_t.model_path` is a POD `const char*`. Naturally, this is errant. Azure is a world-wide service and includes Kinect. Therefore, the path must be a wide char, UTF-16, UTF-8, etc. ###...

Bug
Body Tracking

Either BT v1.1.1 or v1.1.2 introduced a crash on app exit that occurs in `onnxruntime_providers_cuda.dll` and `onnxruntime_providers_tensorrt.dll`. This crash does not occur with BT v1.1.0. If an app only uses...

Bug
Body Tracking

It is unclear any guarantees of alignment for the raw image data from `k4a::image::get_buffer()`. Visual solutions using tools like Opencv, Eigen, and others using AVX+ intrinsics need guarantees of data...

Enhancement