Can I receive video with yuv 4:2:0 color format?

naeoc

New member
When sender send video with FourCC = NDIlib_FourCC_type_I420,
receiver can receive only NDIlib_FourCC_type_UYVY color space, and actually, pixel value changed to NDIlib_FourCC_type_UYVY format.

Are there any ways that I can receive FourCC : NDIlib_FourCC_type_I420 ? (same as sender)
If It could not, should I make 'change color space' function manually, for receiving videos with YUV 4:2:0 color format?
 
Last edited:
Back
Top