At this point I can’t remember why I went with OpenCV1.0 to bundle with the oF extension, but Timothy Llewellynn was nice enough to point out that I could upgrade, so I did!
http://4u.jeffcrouse.info/of/ofxOpenCviPhone.zip
— This version has OpenCV2.0 compiled for armv6 and armv7 in a single universal. I didn’t bother to compile for i386 because the camera doesn’t work in the simulator and that’s what I was using it for. But if someone wants to throw that into the universal too, please let me know.
Also, Timothy was nice enough to send me OpenCV1.1 – apparently the most stable version ATM? — compiled for arm, so if you want to get these and replace them, you can do that also.
2 Comments
Hi Jeff,
I just tried your OF versions for iphone and I am trying to run inside simulator. It cannot find all the declarations related to AVFoundation.
Is it because of simulator?
That’s right — the AVFoundation stuff isn’t supported in the simulator.
http://www.openframeworks.cc/forum/viewtopic.php?f=25&t=3787