-
Notifications
You must be signed in to change notification settings - Fork 539
Closed
Labels
sdk-cppC/C++ API specificC/C++ API specificsdk-rustRust logging APIRust logging API🏎️ Quick IssueCan be fixed in a few hours or lessCan be fixed in a few hours or less🪳 bugSomething isn't workingSomething isn't working
Description
Describe the bug
I am seeing error like this when attempting to us NV12 format
Rerun ERROR: Image buffer has the wrong size. Got 3072000 bytes, expected 4096000
rerun/rerun_cpp/src/rerun/image_utils.hpp
Line 168 in 9f16f45
case datatypes::PixelFormat::NV12: |
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.
Metadata
Metadata
Assignees
Labels
sdk-cppC/C++ API specificC/C++ API specificsdk-rustRust logging APIRust logging API🏎️ Quick IssueCan be fixed in a few hours or lessCan be fixed in a few hours or less🪳 bugSomething isn't workingSomething isn't working