spdl.io.nv12_to_bgr¶
- nv12_to_bgr(buffers: list[CUDABuffer], *, device_config: CUDAConfig, coeff: int = 1) CUDABuffer [source]¶
Same as
nv12_to_rgb()
, but the order of the color channel is BGR.
Same as nv12_to_rgb()
, but the order of the color channel is BGR.