[Bug 311188] Re: Fails to find ffmpeg headers

2009-05-21 Thread Gijs Molenaar
This bug report is about the 1.0 release. Using libswscale-dev maybe can help, I didn't find out about that package untill now. But for now my packages run fine, and no debian or ubuntu people are reacting to the bug reports. -- Fails to find ffmpeg headers https://bugs.launchpad.net/bugs/31118

[Bug 311188] Re: Fails to find ffmpeg headers

2009-05-03 Thread Gijs Molenaar
Got the haar example working now also. Also added missing linkin flags. I promise this is my final post, since it seems to be 100% working now. ** Attachment added: "400_fix_latest_ffmpeg.diff" http://launchpadlibrarian.net/26287842/400_fix_latest_ffmpeg.diff -- Fails to find ffmpeg headers

[Bug 311188] Re: Fails to find ffmpeg headers

2009-05-03 Thread Gijs Molenaar
I got it working! No need for new ffmpeg. I made a new patch, and I disabled the example Haar app. Attached is the patch. I made a launchpad PPA with the working packages: * https://launchpad.net/~gijzelaar/+archive/opencv I made a blog post about how to install the new packages: * http://gijs

[Bug 311188] Re: Fails to find ffmpeg headers

2009-05-03 Thread Gijs Molenaar
Gentoo has a patch replacing img_convert(): http://bugs.gentoo.org/attachment.cgi?id=130219&action=edit I modified it to quilt format and applied it (see attachment), but a build still fails. Now I'm really stuck, since my C/C++ skills are not very good. To get as far as I'm now: * put the patch

[Bug 311188] Re: Fails to find ffmpeg headers

2009-05-03 Thread Gijs Molenaar
I've successfully compiled the latest ffmpeg-debian package on ubuntu from: http://git.debian.org/?p=pkg-multimedia/ffmpeg-debian.git Which is 0.5 + some latest changes After creating and applying the attached patch for opencv I got opencv started compiling, but then I still get the img_convert

[Bug 311188] Re: Fails to find ffmpeg headers

2009-05-03 Thread Gijs Molenaar
I'm a little bit worried, 2 months later now and there has been no workaround or fix. OpenCV is almost unusable now with Ubuntu Jaunty, one big reason why not to upgrade. Why is the importance low if this video functionality isn't working for anyone? Not everyone using Ubuntu is able to compile his

[Bug 367564] Re: can't open video files since updating to jaunty

2009-05-03 Thread Gijs Molenaar
*** This bug is a duplicate of bug 311188 *** https://bugs.launchpad.net/bugs/311188 ** This bug has been marked a duplicate of bug 311188 Fails to find ffmpeg headers -- can't open video files since updating to jaunty https://bugs.launchpad.net/bugs/367564 You received this bug notificat

[Bug 367564] [NEW] can't open video files since updating to jaunty

2009-04-26 Thread Gijs Molenaar
Public bug reported: When I updated from 8.10 to 9.04 the video reading stuff in python- opencv stopped working. I can still access my webcam, but not video files. Example (python) code: from opencv import highgui highgui.cvCreateFileCapture(video_file) cvCreateFIleCapture will always return N