Ask Your Question

podlipensky2's profile - activity

2016-10-05 10:05:01 -0600 asked a question Convert from RGB to YUYV in OpenCV

Is there a way to convert from RGB to YUYV (YUY 4:2:2) format? I noted that OpenCV has reverse operation, but not RGB to YUYV for some reason. Maybe someone can point to code which does that (even outside of OpenCV library)?

2016-10-03 19:44:10 -0600 commented question OpenCV capture forward to V4L2 loopback

@roothema could you share your full code listing? I'm trying to do the same thing and encounter some obstacles as well