|
|
|
|
|
by Dylan16807
204 days ago
|
|
The transpose is absolutely trivial compared to debayering and compression. It's a lot simpler to do it upfront and not worry about rotation at any later point. And the odds are very high your camera app did already switch memory layouts when you rotated, at least for the UI. Doing that isn't a big deal. |
|
Do you expect the same when recording video if the user rotates the device while recording? Timestamping an orientation flag is trivial. Why not lean on that?