cvquery function not returning raw image data (Bug #1138)
Description
I am using normal HID webcam which is USB2.0 complaint.
in cvquery function passing camera object and cvquery function is not returning the raw image data.
environment:
windows 7 professional 32-bit OS.
OpenCV 2.2
Related issues
duplicated by Bug #1139: cvquery function not returning raw image data | Done |
Associated revisions
Merge pull request #1138 from janstarzy:mat-dist
History
Updated by Vadim Pisarevsky over 13 years ago
do you mean, you can not get original bayer patterns from camera, or you can not get video at all? If the first variant, then this is an unfeasible enhancement request, as many camera drivers just do not expose this functionality. If the second one, try the latest snapshot of https://code.opencv.org/svn/opencv/trunk/opencv or https://code.opencv.org/svn/opencv/branches/2.2/opencv.
Updated by Alexander Shishkov about 13 years ago
- Description changed from I am using normal HID webcam which is USB2.0 complaint. in cvquery function p... to I am using normal HID webcam which is USB2.0 complaint. in cvquery function p... More
Updated by Alexander Shishkov almost 13 years ago
- Status set to Cancelled
Updated by Andrey Kamaev almost 13 years ago
- Target version set to 2.4.0
Updated by Andrey Kamaev over 12 years ago
- Category changed from highgui-images to highgui-camera