NV12 format, number of bytes should be 1.5x of pixel count, instead of 2 #9885
Labels
🪳 bug
Something isn't working
🌊 C++ API
C/C++ API specific
🏎️ Quick Issue
Can be fixed in a few hours or less
🦀 Rust API
Rust logging API
Describe the bug
I am seeing error like this when attempting to us NV12 format
rerun/rerun_cpp/src/rerun/image_utils.hpp
Line 168 in 9f16f45
https://ref.rerun.io/docs/cpp/stable/namespacererun_1_1datatypes.html
Upon checking I suspect the image_utils.hpp wrongly code NV12 as 4:2:2 type, where it should be 4:2:0 type which is consistent in docs and rest of Internet.
The text was updated successfully, but these errors were encountered: