Daniel Brosch

Results 10 comments of Daniel Brosch

Windows 10, RM2 To clarify: I want to use this tool for giving presentations. So I sometimes want to hover the pen over the screen, highlighting part of some slides,...

I so far nothing I tried resolved it. I connected the tablet via USB. The problem persists even if everything else is closed. I captured the problem: (Note that here...

> (One thing that could help is removing line 337 from `rmview.py`) I already added `if self.trailDelay > 0:` there, which does make it much smoother. But then I loose...

> > I already added > > `if self.trailDelay > 0:` > > there, which does make it much smoother. But then I loose out on the pen trail, of...

> I am not sure what may be causing this (I cannot reproduce, but I may try later on a windows machine) could be some performance issue between Qt and...

Actually, it doesn't use either GPU, it seems to run CPU based. Both stay at under 2-3% while the CPU jumps to >80% when something is drawn. > One fleeble...

I tried to enforce GPU use with the NVIDIA control panel for rmview.exe (and system wide default), but it does still only use the CPU.

I cloned the repository and followed the pip install instructions. I just tried out the windows bundle, too, and have the same thing there: Bad pen trail performance, and no...

I already did set it up in NVIDIA control panel for both the python and rmview executables. Is there another place to check?

I I have been trying to add a filter to the image to make gray appear better in the viewer. But with my very limited knowledge of Python and QT...