Ask Your Question

neha_new2OpenCV's profile - activity

2020-03-19 10:54:31 -0600 received badge  Notable Question (source)
2019-01-24 06:35:52 -0600 received badge  Popular Question (source)
2016-06-21 01:54:32 -0600 commented answer How to get raw data using OpenCV APIs

With the above code, the height and width coming out is 1 and 341333 respectively. The values are not correct? Isn't it?

2016-06-21 00:46:26 -0600 commented question How to get raw data using OpenCV APIs

@berak - Ok. Are you suggesting to use capture.open and capture.grab()?

2016-06-21 00:41:30 -0600 asked a question How to get raw data using OpenCV APIs

Hi all

When I am using cvCaptureFromCAM and cvQueryFrame(), it creates image frames in RGB24 format. My Logitech camera generates YUV image. My query is How to disable this YUV to RGB conversion in the OpenCV? I don't want the image in the RGB format. Neither I want to convert the image using OpenCV APIs to YUV in the code.

All I want is the raw image generated by the camera as-is. Is that possible in OpenCV? If yes then kindly guide me.

Thanks Neha