Dale Phurrough

Results 125 issues of Dale Phurrough

Use of 4:2:2 subsampling in the MJPG color stream limits use of hardware acceleration like those from NVidia. Sometimes (M)JPG decompressors only support hardware acceleration in 4:4:4 and 4:2:0. They...

Enhancement

I request two lines of additional code be added to allow K4A_IMAGE_FORMAT_IR16 to be used as input into `k4a_transformation_depth_image_to_color_camera_custom()`. I see only benefit and no harm for the trivial change....

Enhancement

I request boolean tests for validity for `k4a::calibration` and `k4a::transformation`. Those tests are`operator bool()` and `bool is_valid()` This will align those classes with the already existing validity tests on `device`,...

Enhancement

The 2nd param `const char* logid` is not passed to the 3rd param `OrtLoggingFunction` log function in constructor `Env(OrtLoggingLevel logging_level, const char* logid, OrtLoggingFunction logging_function, void* logger_param);` Instead a pointer...

component:coreruntime

### Description `sam local invoke` fails due to `sam build` not providing all the needed file permissions for a successful mount into docker. Likely too many assumptions by `sam build`...

type/bug
maintainer/need-followup

### Start with the `why`: I need the capture of images during calibration to be "hands-off". I am working alone and 2 meters away from the keyboard holding a 80x60cm...

enhancement

**UPDATE**: Likely due to and blocked by https://github.com/dart-lang/build/issues/733 `Color` fields with `@JsonKey(fromJson: _colorFromJson, toJson: _colorToJson)` annotations fail. ## Setup * json_serializable 0.5.7 * json_annotation 0.2.8 * flutter 0.4.4 ## Repo...

State: blocked

# Summary Often after reboot of a docker host, Rexray managed docker volume plugins will fail to automatically enable. This results in disabled volume plugins, containers unable to access those...

# Summary Travis CI always fails in job `docker driver=scaleio` due to failure of 'apk add numactl' This job error is in all PRs for the past 6 months See...