depthai
depthai copied to clipboard
ImgFrame.getWidth/Height do not return width/height of image compressed with mjpeg encoder
For an image compressed with mjpeg encoder, ImgFrame.getWidth/Height do not return the image width/height, but instead the length of the compressed data array. That's a bit confusing.