I'm following the example here, just trying to save 4k data from the oak-d-poe. I am running it over a gigabit LAN, however when I run it for 10 seconds saving all frames, it only saves about 69 frames. This means it is dropping about 77% of frames. I checked that the write speed is not an issue - I'm only writing blank files instead of the image each time, which makes me think it is something about the transfer speed. However I'm not sure why this is an issue - shouldn't gigabit LAN be enough speed to transfer more than 7 4k frames per second? According to my math, the frame size here is only about 2MB (checked using sys.getsizeof), at 30fps that would be about 480Mbps needed to transfer all the frames, I have more than double that speed with gigabit that so I'm not sure what the issue is. Any help would be greatly appreciated.