Ask Your Question

wilber1222's profile - activity

2020-11-04 07:27:13 -0600 commented question How to get raw data by OpenCV?

Hi Sir, is there new version can support VS2010?

2020-11-04 03:38:18 -0600 edited question How to get raw data by OpenCV?

How to get raw data by OpenCV? Hi all, I want to get raw12 data form my camera. My OpenCV APIs version is 2.4.13.6, an

2020-11-04 03:37:54 -0600 edited question How to get raw data by OpenCV?

How to get raw data by OpenCV? Hi all, I want to get raw12 data form my camera. My OpenCV APIs version is 2.4.13.6, an

2020-11-04 03:31:31 -0600 edited question How to get raw data by OpenCV?

How to get raw data by OpenCV? Hi all, I want to get raw12 data form my camera. My OpenCV APIs version is 2.4.13.6, an

2020-11-04 03:30:55 -0600 edited question How to get raw data by OpenCV?

How to get raw data by OpenCV? Hi all, I want to get raw12 data form my camera. My OpenCV APIs version is 2.4.13.6, an

2020-11-04 03:22:22 -0600 asked a question How to get raw data by OpenCV?

How to get raw data by OpenCV? Hi all, I want to get raw12 data form my camera. My OpenCV APIs version is 2.4.13.6, an

2020-11-03 20:55:50 -0600 marked best answer I want get image with my device

Hi all,

I want to catch image from UVC capture card,

The resolution of this device is 1920X1081,

I was setting this resolution as following:

VideoCapture camera1;

camera1.open(0);

camera1.set(CV_CAP_PROP_FOURCC,CV_FOURCC('U','Y','V','Y'));

camera1.set(CV_CAP_PROP_FRAME_WIDTH,1920);

camera1.set(CV_CAP_PROP_FRAME_HEIGHT,1081);

But when I get height information, it will be 1080,

Is OpenCV allow catch special size image?

Please help me. Thanks.

2020-11-03 20:55:50 -0600 received badge  Scholar (source)
2020-11-03 20:55:48 -0600 commented answer I want get image with my device

Hi all, I found my device's descriptor setting was wrong. It work after I fix my descriptor.

2020-11-03 03:36:41 -0600 commented answer I want get image with my device

Hi mvuori, Thanks for your reply. Because the sensor of my device will exist some information on the image. Thus, the o

2020-11-03 03:01:03 -0600 received badge  Editor (source)
2020-11-03 03:01:03 -0600 edited question I want get image with my device

I want get image with my device Hi all, I want to catch image from UVC capture card, The resolution of this device is

2020-11-03 03:01:01 -0600 asked a question I want get image with my device

I want get image with my device Hi all, I want to catch image from UVC capture card, The resolution of this device is