Tomas Ostasevicius

Results 9 comments of Tomas Ostasevicius

I'm for fragmenting the overall package, as all the installing issues have already been solved (e.g. [extras in setuptools](https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies) would allow you to do something like `pip install hyperspy[all]` if...

Basically `traitsui` is the only thing holding us back. We can either get rid of it (`traitsui` only) and replace it with Qt, or replace both `traits` and `traitsui` with...

I'm all for it. Starting next week though ;)

Ah, I see the problem with `const fn`. Will try to think how to best go around this, but any suggestions are of course welcome :)

Ok, that makes sense. If I limited the scope from this implementation, and basically only allowed literal strings as the values (therefore not dealing with any further `serde_json::Value` and similar...

@tianfudhe could you PR this change? I feel it would be quite welcome

I have a similarly pool performance of the aravis-viewer on Nvidia Jetson TX2 with JAI GO-5100M via usb3. Could post the `arv-camera-test` a bit later, as currently the CPU is...

On a desktop hardware the same camera was able to support around 73fps at the same full resolution, and thus the test: ``` $ ./arv-camera-test -f 75 Looking for the...

Will do, but: - Not sure how quickly we'll manage to update fred in our repo in the first place - We will likely only see a similar level of...