Open GoogleCodeExporter opened 8 years ago
Yes! We added a new feature in the svn to use /dev/videoX by setting X in
configuration. Version 0.4 will be released soon :)
Original comment by rohan.a...@gmail.com
on 30 Sep 2010 at 3:44
Thanks, really fast response. I'm very glad about that.
But... (sorry!)
I must wait for 0.4 version to fix the problen?
Or simply I must edit a file and change video source? Wich file?
Original comment by tutucavo...@gmail.com
on 30 Sep 2010 at 3:57
cvCaptureFromCAM(0); -> cvCaptureFromCAM(1);
in opencvWebcam.cpp
Original comment by rohan.a...@gmail.com
on 30 Sep 2010 at 4:20
Could you tell me where os located the file please ?
Thanks.
Original comment by louis.ch...@gmail.com
on 23 Oct 2010 at 10:20
Louis, simply edit /usr/share/config.xml and set <CAMERA_INDEX> to 1,2,3 etc.
Doing the interface change this way, you don't have to modify the sourcecode.
Original comment by feichtne...@gmail.com
on 23 Oct 2010 at 10:57
I openned /usr/share/config.xml and it's a blank file, there's nothing. Can you
show me how to make the entry to set the camera index?
Original comment by tutucavo...@gmail.com
on 27 Oct 2010 at 6:06
[deleted comment]
Ok, on my system (Ubuntu) it's /usr/share/config.xml.
In your case, just do like Rohan propsed and change the line
cvCaptureFromCam(0) to cvCaptureFromCam(1) in the file openCvWebcam.cpp,
then recompile
Original comment by feichtne...@gmail.com
on 27 Oct 2010 at 8:52
Ok, on my system (Ubuntu) it's /usr/share/config.xml.
In your case, just do like Rohan propsed and change the line
cvCaptureFromCam(0) to cvCaptureFromCam(1) in the file openCvWebcam.cpp,
then recompile
Original comment by feichtne...@gmail.com
on 27 Oct 2010 at 8:52
Ok, on my system (Ubuntu) it's /usr/share/config.xml.
In your case, just do like Rohan propsed and change the line
cvCaptureFromCam(0) to cvCaptureFromCam(1) in the file openCvWebcam.cpp,
then recompile
Original comment by feichtne...@gmail.com
on 27 Oct 2010 at 8:52
Ok, on my system (Ubuntu) it's /usr/share/config.xml.
In your case, just do like Rohan propsed and change the line
cvCaptureFromCam(0) to cvCaptureFromCam(1) in the file openCvWebcam.cpp,
then recompile
Original comment by feichtne...@gmail.com
on 27 Oct 2010 at 8:53
Original issue reported on code.google.com by
tutucavo...@gmail.com
on 30 Sep 2010 at 3:41