hey guys, so i am trying to convert a computer vision project i have been doing to the opencv library, which has the potential to make my life so much easier- the only thing is, the cameras that i am using (logitech's orbit af), according to the v4l2 library, only capture in either mpeg4 or yuyv colorspace formats. working with yuyv is a real nuisance, that is for sure- but can opencv work with yuyv? or, is it possible that when opencv is working with the camera, it would retrieve the frames in a different format? (rgb would be ideal...)

thanks! much appreciated-