YUView
YUView copied to clipboard
Better detection for nv21 format
On Android the default video format is NV21:
fmt = yuvPixelFormat(Subsampling::YUV_420, 8, PlaneOrder::YVU);
fmt.uvInterleaved = true;
The thing that we might be able to detect in the correlation guessing function (at least for the test resolutions) should be the interleaved nature of the video and with that the NV21 format.