Hi,
Hardware converter in Jetson platforms does not support RGB/BGR, so you would need to convert to RGBA, create cuda buffer in RGB/BGR and re-sample RGBA to RGB/BGR. This is the optimal solution to get RGB/BGR buffer.
Hi,
Hardware converter in Jetson platforms does not support RGB/BGR, so you would need to convert to RGBA, create cuda buffer in RGB/BGR and re-sample RGBA to RGB/BGR. This is the optimal solution to get RGB/BGR buffer.