but there doesnt seem to be any such thing as OpenCVTexture in the latest install the closest thing I found was in libgrutil.in but i cant figure out how to grab the class.
So i thought id try using python VideoCapture(videocapture.sourceforge.net/ ) -> PIL-> Panda. Is there something to convert between the two formats (PIL-> Panda)?
any ideas? or do i have to rebuild from the panda source? (panda\src\grutil\openCVTexture.h exists so maybe thats where to go next?)
Which binary on the download page did you use? The windows build?
And, which version? It might be that 1.5.2 isn’t working while 1.5.3 is, or the other way.
Can you try installing 1.5.2 to see whether it works there?
This seems like either a problem in the build system or just an accidental omission when it was compiled.
Hmm, I’ve been investigating this some more and it appears to be a bug in the build system. I’ll look into fixing it and making sure OpenCV will be included in the build.
If you want to compile Panda3D from scratch, you’d need a patch for OpenCV. When I fixed the bug and have a patch, I’ll send it to you, if you want.
EDIT: Disregard my former message. I’m seeing OpenCV is somehow in the thirdparty packages for VC7 but not for VC8. I’ll make sure it gets fixed in the next release.