Joris van Vugt
Joris van Vugt
Hi, I am using ngWindowManager in one of my projects. I needed to change the style of the window (color of titlebar, backgroundcolor, etc.), but found no way to do...
Adds an option to the `Control_Point_Parameter` struct to enable optimization of control points in BA, defaults to false so behavior is unchanged.
I'm trying to enable Jumbo frames on my Oak-D Pro POE camera, as per the procedure from [the docs](https://docs.luxonis.com/projects/hardware/en/latest/pages/guides/getting-started-with-poe.html): ```python config = dai.Device.Config() config.board.network.mtu = 9000 # Jumbo frames. Default...