2018-06-18 10:13:36 -0600 | received badge | ● Notable Question (source) |
2017-10-11 13:20:16 -0600 | received badge | ● Famous Question (source) |
2015-03-03 03:56:35 -0600 | received badge | ● Popular Question (source) |
2014-03-12 12:29:09 -0600 | received badge | ● Notable Question (source) |
2013-10-14 13:49:34 -0600 | commented answer | Does CUDA model effect (increase performance) of python module? Okay, thanks for the heads up. |
2013-10-14 09:32:46 -0600 | received badge | ● Student (source) |
2013-10-14 09:28:12 -0600 | asked a question | Does CUDA model effect (increase performance) of python module? I'm assuming that if I build with CUDA support to use the GPU that I should see performance increase through the python modules as well as these are essentially just calling the C/C++ functions correct? |
2013-06-28 06:11:45 -0600 | received badge | ● Popular Question (source) |
2012-12-17 11:55:54 -0600 | commented answer | How do I get Prosilica / Allied Vision Camera (PVAPI) working with OpenCV 2.4? Any ideas why this might be happening? |
2012-11-27 14:27:49 -0600 | received badge | ● Supporter (source) |
2012-11-27 14:27:44 -0600 | received badge | ● Scholar (source) |
2012-08-13 10:29:18 -0600 | commented answer | How do I get Prosilica / Allied Vision Camera (PVAPI) working with OpenCV 2.4? Thank, I now see that the wrapper is is marked as yes to build. I am trying to run the example application here: https://github.com/xamox/OpenCV-Camera/blob/master/show-camera.cpp Except I've uncommented the: CvCapture* capture = cvCaptureFromCAM( CV_CAP_PVAPI ) It will build but I'm getting capture is NULL. |
2012-08-10 15:23:57 -0600 | asked a question | How do I get Prosilica / Allied Vision Camera (PVAPI) working with OpenCV 2.4? I have a prosilica (allied vision) manta G032C GiG-E camera that I am trying to get working with OpenCV 2.4 under Ubuntu Linux 12.04. Currently I have the Prosilica camera drivers installed and can run the SampleViewer application and see images fine. What I am trying to do now is build OpenCV with the PvAPI wrapper that is included. I tried to run: from the build directory, but the status output looks like this: (more) |
2012-08-09 11:49:26 -0600 | answered a question | Camera is not working in OpenCV on Ubuntu 12.04 with version 2.3.1 or 2.4.2 Okay, this appears to be working with OpenCV 2.4.2. Not sure what I was doing differently before, verified for 2.3 I run: before 2.4 running: So maybe something was cached, or I had never completely removed 2.3 before, which still is not working but 2.4 is, which is fine. |
2012-08-09 10:40:45 -0600 | commented answer | Camera is not working in OpenCV on Ubuntu 12.04 with version 2.3.1 or 2.4.2 Alas, I got quite excited as I thought this may fix it, but still getting NULL when trying to capture even with sudo. |
2012-08-08 15:41:04 -0600 | asked a question | Camera is not working in OpenCV on Ubuntu 12.04 with version 2.3.1 or 2.4.2 I have tried to build the example but am getting a NULL when trying to capture the device. Feel free to grab my code here at test for yourself: https://github.com/xamox/OpenCV-Camera The camera works fine as I'm able to use it with Cheese, Guvcview. I have tested a lot of variations to the cvCaptureFromCAM( CV_CAP_ANY ), as in 0,1,2,-1, etc. I also tried using the VideoCapture function, but doesn't appear to be working. I'm not sure what I need to do to get it working. I've tried building OpenCV 2.3.1 and 2.4.2 from source, everything builds fine, I can import in python, just can't seem to get the webcam to work. I have also tested a few external logitech webcams I have laying around. Any help would be appreciated. |