hinxx

Results 60 comments of hinxx

Seems I did not have some system libs installed. After doing `sudo apt install git cmake g++ python3-pip virtualenv libxml2-dev libavdevice-dev libsdl2-dev '^libxcb.*-dev' libxkbcommon-x11-dev` the GUI seems to work.

@hakimoune the `DAC_ConfigureVoltage` you posted has several issues. Here is a version of it that will set the `var` variable to a correct `uint32_t` value (this is what `HAL_DAC_SetValue()` expects)....

I apologize for butting in like this in this discussion. I was trying out netImgui and imgui-ws to see how they behave. For imgui-ws I'm observing a 100% CPU load...

I think that compression for the Draw Commands does not help much in my case when I want to plot 10k points in the implot widget. The points are digitized...

> Can you add the xdma driver for ubuntu24.04? Can you update the version of ubuntu? The driver code can by used with any flavor/distribution of the Linux that has...

>Thanks for the PR. Can you tell me more about the lttb downsampling algorithm, the circumstances it would be useful to be used and the benefits it provides over mean...

I'm not sure having seek is useful in the case of user BAR. As pointed out in the https://github.com/Xilinx/dma_ip_drivers/issues/96#issuecomment-859010927 one should use `mmap` instead of `read/write/seek`. For example, in our...

Thanks for the effort!! I hope it can be mainstreamed, but in the meantime I will surely try out your contribution.

Yeah, I like LTTB for similar reasons. On a related note, there is this https://github.com/predict-idlab/MinMaxLTTB. You might find it useful, I have not used it myself yet.

Works as expected! Great job! I've posted a little video at https://github.com/slaclab/pydm/issues/1166#issuecomment-2676225449.