VKKKTR
October 30, 2015, 2:55pm
#1
Hello everybody,
i’m a beginner with OpenFrameworks and I want to use the IPCAM2SYPHON app (https://github.com/bakercp/IPCAM2SYPHON ).
I pasted all the files on the right places but I have an error message I don’t understand :
I use Xcode 7.0.1 on Os X Yosemite.
What does that mean?
Thanks per advance,
Victor
hahakid
October 31, 2015, 10:50am
#2
Hi, is it the same issue as this one?
This one’s for the Googlers
If you’re getting “Apple Mach-O Linker” errors for symbols like _CVDisplayLinkGetNominalOutputVideoRefreshPeriod, _CVDisplayLinkCreateWithCGDisplay and _CVDisplayLinkRelease then:
add the CoreVideo framework to your project
This is caused by outdated projects which don’t have the CoreVideo framework in their list of frameworks (it’s included in the openFrameworks project but not the ofApp’s project).
Select your project in the Project Navigator (i.e. the …
Best,
Andreas
VKKKTR
October 31, 2015, 11:46am
#3
Thank you so much, my problem is now solved!
Victor