Aleix Conchillo Flaqué
Aleix Conchillo Flaqué
IMO, stability is always preferred over performance.
@cwebber Probably completely unrelated, but I'm wondering if this commit https://github.com/wingo/fibers/commit/c25dcb9cc4b5b977474ffe555b40ce2f1d0d1edc would fix the issue you are seeing. Available in Fibers 1.1.1.
Same with `typescript-language-server` (https://github.com/theia-ide/typescript-language-server). Confirmed that setting `company-lsp-cache-candidates` to `t` fixes the issue.
New examples PR https://github.com/dusty-nv/jetson-inference/pull/389
Added a new `VideoLoader` class. Not sure if I also need to added to the `Jetson.Utils` package, I don't know the difference.
There was an issue with `nvv4l2decoder` negotiating caps with `videorate`. This is now fixed and works with JetPack 4.2.1. `nvv4l2decoder` now has a higher ranking (therefore chosen) than `omxh264dec`.
Renamed `VideoLoader` to `VideoSource` since I'm planning to add a `VideoSink` at some point.
Added a `VideoSink` class useful to create video files. Also added `GstBuffer` to `numpy` array conversions.
it seems the commit was merged. should this be closed?
See https://github.com/wingo/fibers/pull/53