luxonis / depthai

DepthAI Python API utilities, examples, and tutorials.
https://docs.luxonis.com
MIT License
923 stars 229 forks source link

ImgFrame.getWidth/Height do not return width/height of image compressed with mjpeg encoder #1170

Open wouterio opened 5 months ago

wouterio commented 5 months ago

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.