Jure Varlec

Results 32 comments of Jure Varlec

If people are relying on kludges, it's not fixed yet. I've recently played around a bit with HM+systemd tray handling. I don't use syncthing myself, so I can't test this...

I have been using a bunch of wrappers for a while now, and I've been quite happy with how they work. But I haven't had time to clean up this...

@RicSanOP, the wrappers I posted achieve purity by not integrating the nixGL Nvidia wrappers into the home-manager configuration, but by calling `nix run` on the nixGL flake, like you would...

@RicSanOP, there's `lib` and there's `pkgs.lib`; `gpuWrapCheck` is in the latter. You are using `with pkgs;` when defining `home.packages`, and I'm not sure what the precedence for resolution is. Is...

@RicSanOP That's the thing, I can't paste my whole config because it is huge, handling multiple machines. But I think I have solved your problem. There's actually three issues: -...

It appears something changed in nixGL. Now I'm afraid to update my own flake 😅. I can start brave from your configuration by changing the flake inputs to ``` inputs...

Interesting, I did not know that Aravis now works on Windows. That was not the case a couple of years ago when I last checked. There is in principle no...

I'm also wondering whether going to `cv::UMat` would make sense …

[arif](https://github.com/AD-Vega/arif) already has something like this, I can port it to qarv_videoplayer. Basically, it has an Open dialog for raw video where you can specify the format. As for adding...

> Maybe Qarv could make some sort of header to the raw file or a totally separate file named like the recording, but with an file extension, which qarv_videoplayer could...