Leonard Bruns

Results 28 comments of Leonard Bruns

Not directly, but you can specify the desired width and height. So if you use the Python interface, it should be relatively straightforward to first check the resolution of the...

I can't reproduce this problem (but I also don't have access to a mac). Where does `meGrabber.cpp` come from?

I checked and this also happens with the most recent commit of the `steering_functions` upstream repo, but it is only an assert, so it only crashes in debug mode.

Some code inconsistencies, that should probably be fixed as well (will add more if sth comes to my mind): - PlannerSettings.h - uses randomly enum or string to set variables,...

@bottler I don't think it is a real issue if torch were automatically installed. Yes, it would install the default torch if it wasn't installed yet, but it would simply...

I have the same problem on `0.7.6`; for me `0.7.4` is the last version that works correctly.

I can confirm this is working again on main.

After seeing your reply on #2181 I wonder if those buttons should actually be per-tab (similar to browser tabs). Otherwise it's unclear whether closing a window would close all tabs...

Hm, I reencoded it with `yuv420p` pixel format. Not sure if that was the problem though.