Reading Raw Camera Data from a V4L2 device

Hey,
I have a V4L2 device and I am trying to read its live video feed from a C++ script. I tried integrating OpenCV but it is doing a wrong conversion. So, I am looking for a way to read raw data from such a device using UE C++ script?